Searched refs:InstructionSelect (Results 1 – 16 of 16) sorted by relevance
51 char InstructionSelect::ID = 0;52 INITIALIZE_PASS_BEGIN(InstructionSelect, DEBUG_TYPE,59 INITIALIZE_PASS_END(InstructionSelect, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()63 InstructionSelect::InstructionSelect(CodeGenOpt::Level OL) in INITIALIZE_PASS_DEPENDENCY()69 InstructionSelect::InstructionSelect() in InstructionSelect() function in InstructionSelect72 void InstructionSelect::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()84 bool InstructionSelect::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
12 InstructionSelect.cpp
31 class InstructionSelect : public MachineFunctionPass {50 InstructionSelect(CodeGenOpt::Level OL);51 InstructionSelect();
18 InstructionSelect.cpp \
25 "InstructionSelect.cpp",
177 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
12 InstructionSelect42 :doc:`Instruction Select <InstructionSelect>`
66 InstructionSelect
4 InstructionSelect title
12 :doc:`InstructionSelect` has to handle it though. It just means that
336 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
477 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
580 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
491 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
594 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
1137 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()