Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h234 MachineIRBuilder(MachineFunction &MF) { setMF(MF); } in MachineIRBuilder()
237 setMF(*MBB.getParent()); in MachineIRBuilder()
320 void setMF(MachineFunction &MF);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp86 void GISelCSEInfo::setMF(MachineFunction &MF) { in setMF() function in GISelCSEInfo
236 setMF(MF); in analyze()
440 Wrapper.setMF(MF); in runOnMachineFunction()
H A DCombiner.cpp109 Builder->setMF(MF); in combineMachineInstrs()
H A DLegalizer.cpp181 MIRBuilder.setMF(MF); in legalizeMachineFunction()
H A DRegBankSelect.cpp95 MIRBuilder.setMF(MF); in init()
H A DMachineIRBuilder.cpp26 void MachineIRBuilder::setMF(MachineFunction &MF) { in setMF() function in MachineIRBuilder
H A DIRTranslator.cpp3113 CurBuilder->setMF(*MF); in runOnMachineFunction()
3114 EntryBuilder->setMF(*MF); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp78 MIB.setMF(MF); in setupMF()