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()
336 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant()
373 ConstantInt *CI = ConstantInt::get(getMF().getFunction().getContext(), Val); in buildConstant()
380 auto &Ctx = getMF().getFunction().getContext(); in buildFConstant()
388 auto &Ctx = getMF().getFunction().getContext(); in buildFConstant()
413 getMF().getMachineMemOperand(PtrInfo, MMOFlags, Ty, Alignment, AAInfo); in buildLoad()
436 getMF().getMachineMemOperand(&BaseMMO, Offset, LoadTy); in buildLoadFromOffset()
471 getMF().getMachineMemOperand(PtrInfo, MMOFlags, Ty, Alignment, AAInfo); in buildStore()
491 const auto *TLI = getMF().getSubtarget().getTargetLowering(); in getBoolExtOp()
513 const auto *TLI = getMF().getSubtarget().getTargetLowering(); in buildBoolExtInReg()
754 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask); in buildShuffleVector()