Lines Matching refs:getMF
41 MachineInstrBuilder MIB = BuildMI(getMF(), getDL(), getTII().get(Opcode)); in buildInstrNoInsert()
59 return insertInstr(BuildMI(getMF(), getDL(), in buildDirectDbgValue()
72 return insertInstr(BuildMI(getMF(), getDL(), in buildIndirectDbgValue()
266 auto IntN = IntegerType::get(getMF().getFunction().getContext(), in buildConstant()
300 ConstantInt *CI = ConstantInt::get(getMF().getFunction().getContext(), Val); in buildConstant()
307 auto &Ctx = getMF().getFunction().getContext(); in buildFConstant()
315 auto &Ctx = getMF().getFunction().getContext(); in buildFConstant()
341 getMF().getMachineMemOperand(PtrInfo, MMOFlags, Size, Alignment, AAInfo); in buildLoad()
364 getMF().getMachineMemOperand(&BaseMMO, Offset, LoadTy.getSizeInBytes()); in buildLoadFromOffset()
400 getMF().getMachineMemOperand(PtrInfo, MMOFlags, Size, Alignment, AAInfo); in buildStore()
420 const auto *TLI = getMF().getSubtarget().getTargetLowering(); in getBoolExtOp()
662 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask); in buildShuffleVector()