Home
last modified time | relevance | path

Searched defs:LoadMI (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp384 MachineInstr *LoadMI = MRI.getVRegDef(LoadReg); in matchCombineSignExtendInReg() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp890 MachineInstr *LoadMI) { in foldMemoryOperand()
H A DTargetInstrInfo.cpp731 MachineInstr &LoadMI, in foldMemoryOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp668 MachineInstr *LoadMI = MRI->getVRegDef(FeedReg1); in simplifyCode() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp593 PreferredTuple ChoosePreferredUse(MachineInstr &LoadMI, in ChoosePreferredUse()
712 GAnyLoad *LoadMI = dyn_cast<GAnyLoad>(&MI); in matchCombineExtendingLoads() local
915 GAnyLoad *LoadMI = dyn_cast<GAnyLoad>(MRI.getVRegDef(SrcReg)); in matchCombineLoadWithAndMask() local
1011 if (auto *LoadMI = getOpcodeDef<GSExtLoad>(LoadUser, MRI)) { in matchSextTruncSextLoad() local
1324 auto *LoadMI = getOpcodeDef<GLoad>(MI.getOperand(1).getReg(), MRI); in matchCombineExtractedVectorLoad() local
H A DLegalizerHelper.cpp1356 auto &LoadMI = cast<GLoad>(MI); in narrowScalar() local
1374 auto &LoadMI = cast<GExtLoad>(MI); in narrowScalar() local
3469 LegalizerHelper::LegalizeResult LegalizerHelper::lowerLoad(GAnyLoad &LoadMI) { in lowerLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1298 MachineInstr &LoadMI = *I; in findMatchingStore() local
H A DAArch64FastISel.cpp4531 const auto *LoadMI = MI; in optimizeIntExtLoad() local
H A DAArch64InstrInfo.cpp5644 MachineInstr &LoadMI = *--InsertPt; in foldMemoryOperandImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1522 MachineBasicBlock::iterator InsertPt, MachineInstr &LoadMI, in foldMemoryOperandImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2671 auto *LoadMI = emitLoadFromConstantPool(FPImm, MIB); in select() local
3303 auto *LoadMI = getOpcodeDef(TargetOpcode::G_LOAD, SrcReg, MRI); in select() local
4183 MachineInstr *LoadMI = nullptr; in emitLoadFromConstantPool() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7564 static bool isNonFoldablePartialRegisterLoad(const MachineInstr &LoadMI, in isNonFoldablePartialRegisterLoad()
7988 MachineBasicBlock::iterator InsertPt, MachineInstr &LoadMI, in foldMemoryOperandImpl()
H A DX86FastISel.cpp791 MachineInstrBuilder LoadMI = in handleConstantAddresses() local