Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h119 void setMF(MachineFunction &MF);
214 void setMF(MachineFunction &MFunc) { MF = &MFunc; } in setMF() function
H A DMachineIRBuilder.h241 MachineIRBuilder(MachineFunction &MF) { setMF(MF); } in MachineIRBuilder()
244 setMF(*MBB.getParent()); in MachineIRBuilder()
327 void setMF(MachineFunction &MF);
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp87 void GISelCSEInfo::setMF(MachineFunction &MF) { in setMF() function in GISelCSEInfo
237 setMF(MF); in analyze()
441 Wrapper.setMF(MF); in runOnMachineFunction()
H A DCombiner.cpp106 Builder->setMF(MF); in combineMachineInstrs()
H A DLegalizer.cpp177 MIRBuilder.setMF(MF); in legalizeMachineFunction()
H A DLoadStoreOpt.cpp68 Builder.setMF(MF); in init()
H A DRegBankSelect.cpp94 MIRBuilder.setMF(MF); in init()
H A DMachineIRBuilder.cpp24 void MachineIRBuilder::setMF(MachineFunction &MF) { in setMF() function in MachineIRBuilder
H A DIRTranslator.cpp3379 CurBuilder->setMF(*MF); in runOnMachineFunction()
3380 EntryBuilder->setMF(*MF); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DGISelMITest.h127 B.setMF(*MF);
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp290 FirstBlockBuilder.setMF(MF); in lowerCall()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp82 MIB.setMF(MF); in setupMF()