Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp535 MachineInstr *LoadMI = MRI->getVRegDef(FeedReg1); in simplifyCode() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInlineSpiller.cpp822 MachineInstr *LoadMI) { in foldMemoryOperand()
H A DTargetInstrInfo.cpp654 MachineInstr &LoadMI, in foldMemoryOperand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2418 auto *LoadMI = emitLoadFromConstantPool(FPImm, MIB); in select() local
2966 auto *LoadMI = getOpcodeDef(TargetOpcode::G_LOAD, SrcReg, MRI); in select() local
4023 MachineInstr *LoadMI = nullptr; in emitLoadFromConstantPool() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1237 MachineInstr &LoadMI = *I; in findMatchingStore() local
H A DAArch64InstrInfo.cpp4241 MachineInstr &LoadMI = *--InsertPt; in foldMemoryOperandImpl() local
H A DAArch64FastISel.cpp4437 const auto *LoadMI = MI; in optimizeIntExtLoad() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1328 MachineBasicBlock::iterator InsertPt, MachineInstr &LoadMI, in foldMemoryOperandImpl()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5759 static bool isNonFoldablePartialRegisterLoad(const MachineInstr &LoadMI, in isNonFoldablePartialRegisterLoad()
5990 MachineBasicBlock::iterator InsertPt, MachineInstr &LoadMI, in foldMemoryOperandImpl()
H A DX86FastISel.cpp793 MachineInstrBuilder LoadMI = in handleConstantAddresses() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp671 if (auto *LoadMI = getOpcodeDef(TargetOpcode::G_SEXTLOAD, LoadUser, MRI)) { in matchSextTruncSextLoad() local