Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp91 class TwoAddressInstructionPass : public MachineFunctionPass { class
168 TwoAddressInstructionPass() : MachineFunctionPass(ID) { in TwoAddressInstructionPass() function in __anon5550eba10111::TwoAddressInstructionPass
190 char TwoAddressInstructionPass::ID = 0;
194 INITIALIZE_PASS_BEGIN(TwoAddressInstructionPass, DEBUG_TYPE,
197 INITIALIZE_PASS_END(TwoAddressInstructionPass, DEBUG_TYPE,
590 bool TwoAddressInstructionPass::convertInstTo3Addr( in convertInstTo3Addr()
721 bool TwoAddressInstructionPass::rescheduleMIBelowKill( in rescheduleMIBelowKill()
910 bool TwoAddressInstructionPass::rescheduleKillAboveMI( in rescheduleKillAboveMI()
1129 bool TwoAddressInstructionPass::
1321 bool TwoAddressInstructionPass::
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h1068 addPass(TwoAddressInstructionPass()); in addFastRegAlloc()
1089 addPass(TwoAddressInstructionPass()); in addOptimizedRegAlloc()
H A DMachinePassRegistry.def174 DUMMY_MACHINE_FUNCTION_PASS("twoaddressinstruction", TwoAddressInstructionPass, ())
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td493 // works best with how TwoAddressInstructionPass tries commuting.
599 // works best with how TwoAddressInstructionPass tries commuting.
H A DRISCVInstrInfoVVLPatterns.td796 // works best with how TwoAddressInstructionPass tries commuting.
963 // works best with how TwoAddressInstructionPass tries commuting.
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile434 SRCS_MIN+= CodeGen/TwoAddressInstructionPass.cpp