Lines Matching refs:getMF
40 return BuildMI(getMF(), {getDL(), getPCSections()}, getTII().get(Opcode)); in buildInstrNoInsert()
57 return insertInstr(BuildMI(getMF(), getDL(), in buildDirectDbgValue()
70 return insertInstr(BuildMI(getMF(), getDL(), in buildIndirectDbgValue()
316 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant()
350 ConstantInt *CI = ConstantInt::get(getMF().getFunction().getContext(), Val); in buildConstant()
357 auto &Ctx = getMF().getFunction().getContext(); in buildFConstant()
365 auto &Ctx = getMF().getFunction().getContext(); in buildFConstant()
390 getMF().getMachineMemOperand(PtrInfo, MMOFlags, Ty, Alignment, AAInfo); in buildLoad()
413 getMF().getMachineMemOperand(&BaseMMO, Offset, LoadTy); in buildLoadFromOffset()
448 getMF().getMachineMemOperand(PtrInfo, MMOFlags, Ty, Alignment, AAInfo); in buildStore()
468 const auto *TLI = getMF().getSubtarget().getTargetLowering(); in getBoolExtOp()
490 const auto *TLI = getMF().getSubtarget().getTargetLowering(); in buildBoolExtInReg()
731 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask); in buildShuffleVector()