Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h245 MachineIRBuilder(MachineFunction &MF) { setMF(MF); } in MachineIRBuilder()
248 setMF(*MBB.getParent()); in MachineIRBuilder()
331 void setMF(MachineFunction &MF);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp91 void GISelCSEInfo::setMF(MachineFunction &MF) { in setMF() function in GISelCSEInfo
241 setMF(MF); in analyze()
445 Wrapper.setMF(MF); in runOnMachineFunction()
H A DCombiner.cpp109 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.cpp3404 CurBuilder->setMF(*MF); in runOnMachineFunction()
3405 EntryBuilder->setMF(*MF); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp405 FirstBlockBuilder.setMF(MF); in lowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp82 MIB.setMF(MF); in setupMF()