Searched refs:BranchRelaxation (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | BranchRelaxation.cpp | 46 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 …]
|
D | CMakeLists.txt | 8 BranchRelaxation.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.cpp | 123 BranchRelaxation("aarch64-enable-branch-relax", cl::Hidden, cl::init(true), variable 529 if (BranchRelaxation) in addPreEmitPass()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64BranchRelaxation.cpp | 30 BranchRelaxation("aarch64-branch-relax", cl::Hidden, cl::init(true), variable 484 if (!BranchRelaxation) in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 141 llvm/lib/CodeGen/BranchRelaxation.cpp \
|
D | BUILD.gn | 712 "llvm/lib/CodeGen/BranchRelaxation.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 807 ${LLVM_DIR}/lib/CodeGen/BranchRelaxation.cpp
|