Home
last modified time | relevance | path

Searched refs:LoadMI (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp411 MachineInstr* LoadMI) const { in foldMemoryOperand()
412 assert(LoadMI->canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
421 MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI); in foldMemoryOperand()
427 NewMI->setMemRefs(LoadMI->memoperands_begin(), in foldMemoryOperand()
428 LoadMI->memoperands_end()); in foldMemoryOperand()
DInlineSpiller.cpp176 MachineInstr *LoadMI = 0);
1013 MachineInstr *LoadMI) { in foldMemoryOperand() argument
1038 if (LoadMI && MO.isDef()) in foldMemoryOperand()
1046 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI) in foldMemoryOperand()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h540 MachineInstr* LoadMI) const;
559 MachineInstr* LoadMI) const { in foldMemoryOperandImpl() argument
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.cpp154 MachineInstr *LoadMI) const { in foldMemoryOperandImpl()
DAMDGPUInstrInfo.h98 MachineInstr *LoadMI) const;
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h108 MachineInstr* LoadMI) const { in foldMemoryOperandImpl() argument
/external/llvm/lib/Target/X86/
DX86InstrInfo.h288 MachineInstr* LoadMI) const;
DX86InstrInfo.cpp3903 MachineInstr *LoadMI) const { in foldMemoryOperandImpl()
3916 if (LoadMI->hasOneMemOperand()) in foldMemoryOperandImpl()
3917 Alignment = (*LoadMI->memoperands_begin())->getAlignment(); in foldMemoryOperandImpl()
3919 switch (LoadMI->getOpcode()) { in foldMemoryOperandImpl()
3954 if (LoadMI->getOperand(0).getSubReg() != MI->getOperand(Ops[0]).getSubReg()) in foldMemoryOperandImpl()
3958 switch (LoadMI->getOpcode()) { in foldMemoryOperandImpl()
3989 unsigned Opc = LoadMI->getOpcode(); in foldMemoryOperandImpl()
4013 if ((LoadMI->getOpcode() == X86::MOVSSrm || in foldMemoryOperandImpl()
4014 LoadMI->getOpcode() == X86::VMOVSSrm) && in foldMemoryOperandImpl()
4015 MF.getRegInfo().getRegClass(LoadMI->getOperand(0).getReg())->getSize() in foldMemoryOperandImpl()
[all …]
DX86FastISel.cpp563 MachineInstrBuilder LoadMI = in X86SelectAddress() local
565 addFullAddress(LoadMI, StubAM); in X86SelectAddress()
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrInfo.td256 class LoadMI<bits<6> op, string instr_asm, PatFrag OpNode> :
460 def LBUI : LoadMI<0x38, "lbui ", zextloadi8>;
461 def LHUI : LoadMI<0x39, "lhui ", zextloadi16>;
462 def LWI : LoadMI<0x3A, "lwi ", load>;