Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp213 char TwoAddressInstructionPass::ID = 0;
225 TwoAddressInstructionPass::getSingleDef(Register Reg, in INITIALIZE_PASS_DEPENDENCY()
347 bool TwoAddressInstructionPass::isPlainlyKilled( in isPlainlyKilled()
481 void TwoAddressInstructionPass::removeMapRegEntry( in removeMapRegEntry()
549 bool TwoAddressInstructionPass::regOverlapsSet( in regOverlapsSet()
713 bool TwoAddressInstructionPass::convertInstTo3Addr( in convertInstTo3Addr()
834 bool TwoAddressInstructionPass::rescheduleMIBelowKill( in rescheduleMIBelowKill()
1239 bool TwoAddressInstructionPass::
1438 bool TwoAddressInstructionPass::
1666 bool TwoAddressInstructionPass::processStatepoint( in processStatepoint()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h1153 addPass(TwoAddressInstructionPass()); in addFastRegAlloc()
1174 addPass(TwoAddressInstructionPass()); in addOptimizedRegAlloc()
H A DMachinePassRegistry.def254 DUMMY_MACHINE_FUNCTION_PASS("twoaddressinstruction", TwoAddressInstructionPass,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td863 // works best with how TwoAddressInstructionPass tries commuting.
1216 // works best with how TwoAddressInstructionPass tries commuting.
H A DRISCVInstrInfoVVLPatterns.td1673 // works best with how TwoAddressInstructionPass tries commuting.
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile482 SRCS_MIN+= CodeGen/TwoAddressInstructionPass.cpp