LLVM API Documentation
#include "Hexagon.h"#include "HexagonTargetMachine.h"#include "llvm/CodeGen/MachineFunctionAnalysis.h"#include "llvm/IR/Function.h"#include "llvm/IR/Instructions.h"#include "llvm/Pass.h"#include "llvm/Transforms/Scalar.h"
Go to the source code of this file.
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
| void | llvm::initializeHexagonRemoveExtendArgsPass (PassRegistry &) |
| INITIALIZE_PASS (HexagonRemoveExtendArgs,"reargs","Remove Sign and Zero Extends for Args", false, false) bool HexagonRemoveExtendArgs | |
| INITIALIZE_PASS | ( | HexagonRemoveExtendArgs | , |
| "reargs" | , | ||
| "Remove Sign and Zero Extends for Args" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 53 of file HexagonRemoveSZExtArgs.cpp.
References llvm::Instruction::eraseFromParent(), llvm::EVT::getEVT(), llvm::Value::getType(), I, llvm::Instruction::insertBefore(), llvm::Value::replaceAllUsesWith(), llvm::Attribute::SExt, llvm::Value::user_begin(), and llvm::Value::user_end().