Home
last modified time | relevance | path

Searched refs:TwoAddressInstructionPass (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp72 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 …]
DCMakeLists.txt136 TwoAddressInstructionPass.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp92 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 …]
DCMakeLists.txt168 TwoAddressInstructionPass.cpp
/external/llvm/test/CodeGen/ARM/
Dcommute-movcc.ll5 ; Make sure that TwoAddressInstructionPass can commute the corresponding
/external/llvm/test/CodeGen/Mips/
Datomic.ll511 ; TwoAddressInstructionPass::TryInstructionTransform does not fail:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DREADME.txt302 to solve #1 (in TwoAddressInstructionPass.cpp).
/external/llvm/lib/Target/ARM/
DREADME.txt302 to solve #1 (in TwoAddressInstructionPass.cpp).
/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp338 "llvm/lib/CodeGen/TwoAddressInstructionPass.cpp",
DBUILD.gn498 "llvm/lib/CodeGen/TwoAddressInstructionPass.cpp",
DCMakeLists.txt338 ${LLVM_DIR}/lib/CodeGen/TwoAddressInstructionPass.cpp
/external/llvm/docs/
DCodeGenerator.rst1357 provides the pass ``TwoAddressInstructionPass`` for this specific purpose. It