Lines Matching refs:getMF
39 MachineInstrBuilder MIB = BuildMI(getMF(), getDL(), getTII().get(Opcode)); in buildInstrNoInsert()
57 return insertInstr(BuildMI(getMF(), getDL(), in buildDirectDbgValue()
70 return insertInstr(BuildMI(getMF(), getDL(), in buildIndirectDbgValue()
306 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant()
340 ConstantInt *CI = ConstantInt::get(getMF().getFunction().getContext(), Val); in buildConstant()
347 auto &Ctx = getMF().getFunction().getContext(); in buildFConstant()
355 auto &Ctx = getMF().getFunction().getContext(); in buildFConstant()
380 getMF().getMachineMemOperand(PtrInfo, MMOFlags, Ty, Alignment, AAInfo); in buildLoad()
403 getMF().getMachineMemOperand(&BaseMMO, Offset, LoadTy); in buildLoadFromOffset()
438 getMF().getMachineMemOperand(PtrInfo, MMOFlags, Ty, Alignment, AAInfo); in buildStore()
458 const auto *TLI = getMF().getSubtarget().getTargetLowering(); in getBoolExtOp()
480 const auto *TLI = getMF().getSubtarget().getTargetLowering(); in buildBoolExtInReg()
696 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask); in buildShuffleVector()