Searched refs:TwoAddressInstructionPass (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 72 class TwoAddressInstructionPass : public MachineFunctionPass { class 152 TwoAddressInstructionPass() : MachineFunctionPass(ID) { in TwoAddressInstructionPass() function in __anon588adb740111::TwoAddressInstructionPass 173 char TwoAddressInstructionPass::ID = 0; 174 INITIALIZE_PASS_BEGIN(TwoAddressInstructionPass, "twoaddressinstruction", 177 INITIALIZE_PASS_END(TwoAddressInstructionPass, "twoaddressinstruction", 180 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID; 187 bool TwoAddressInstructionPass:: 336 bool TwoAddressInstructionPass::isRevCopyChain(unsigned FromReg, unsigned ToReg, in isRevCopyChain() 356 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, in noUseAfterLastDef() 545 TwoAddressInstructionPass:: [all …]
|
D | CMakeLists.txt | 136 TwoAddressInstructionPass.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 92 class TwoAddressInstructionPass : public MachineFunctionPass { class 178 TwoAddressInstructionPass() : MachineFunctionPass(ID) { in TwoAddressInstructionPass() function in __anone2ac02160111::TwoAddressInstructionPass 200 char TwoAddressInstructionPass::ID = 0; 202 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID; 204 INITIALIZE_PASS_BEGIN(TwoAddressInstructionPass, DEBUG_TYPE, 207 INITIALIZE_PASS_END(TwoAddressInstructionPass, DEBUG_TYPE, 215 bool TwoAddressInstructionPass:: 364 bool TwoAddressInstructionPass::isRevCopyChain(unsigned FromReg, unsigned ToReg, in isRevCopyChain() 384 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, in noUseAfterLastDef() 582 TwoAddressInstructionPass:: [all …]
|
D | CMakeLists.txt | 168 TwoAddressInstructionPass.cpp
|
/external/llvm/test/CodeGen/ARM/ |
D | commute-movcc.ll | 5 ; Make sure that TwoAddressInstructionPass can commute the corresponding
|
/external/llvm/test/CodeGen/Mips/ |
D | atomic.ll | 511 ; TwoAddressInstructionPass::TryInstructionTransform does not fail:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | README.txt | 302 to solve #1 (in TwoAddressInstructionPass.cpp).
|
/external/llvm/lib/Target/ARM/ |
D | README.txt | 302 to solve #1 (in TwoAddressInstructionPass.cpp).
|
/external/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 338 "llvm/lib/CodeGen/TwoAddressInstructionPass.cpp",
|
D | BUILD.gn | 498 "llvm/lib/CodeGen/TwoAddressInstructionPass.cpp",
|
D | CMakeLists.txt | 338 ${LLVM_DIR}/lib/CodeGen/TwoAddressInstructionPass.cpp
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1357 provides the pass ``TwoAddressInstructionPass`` for this specific purpose. It
|