Home
last modified time | relevance | path

Searched refs:BranchRelaxation (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchRelaxation.cpp46 class BranchRelaxation : public MachineFunctionPass { class
112 BranchRelaxation() : MachineFunctionPass(ID) {} in BranchRelaxation() function in __anon8333fdfc0111::BranchRelaxation
121 char BranchRelaxation::ID = 0;
123 char &llvm::BranchRelaxationPassID = BranchRelaxation::ID;
125 INITIALIZE_PASS(BranchRelaxation, DEBUG_TYPE, BRANCH_RELAX_NAME, false, false) in INITIALIZE_PASS() argument
128 void BranchRelaxation::verify() { in INITIALIZE_PASS()
144 LLVM_DUMP_METHOD void BranchRelaxation::dumpBBs() { in dumpBBs()
155 void BranchRelaxation::scanFunction() { in scanFunction()
171 uint64_t BranchRelaxation::computeBlockSize(const MachineBasicBlock &MBB) const { in computeBlockSize()
181 unsigned BranchRelaxation::getInstrOffset(const MachineInstr &MI) const { in getInstrOffset()
[all …]
DCMakeLists.txt8 BranchRelaxation.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp123 BranchRelaxation("aarch64-enable-branch-relax", cl::Hidden, cl::init(true), variable
529 if (BranchRelaxation) in addPreEmitPass()
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp30 BranchRelaxation("aarch64-branch-relax", cl::Hidden, cl::init(true), variable
484 if (!BranchRelaxation) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk141 llvm/lib/CodeGen/BranchRelaxation.cpp \
DBUILD.gn712 "llvm/lib/CodeGen/BranchRelaxation.cpp",
/external/swiftshader/
DCMakeLists.txt807 ${LLVM_DIR}/lib/CodeGen/BranchRelaxation.cpp