Searched refs:LoadMI (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 411 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()
|
D | InlineSpiller.cpp | 176 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/ |
D | TargetInstrInfo.h | 540 MachineInstr* LoadMI) const; 559 MachineInstr* LoadMI) const { in foldMemoryOperandImpl() argument
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstrInfo.cpp | 154 MachineInstr *LoadMI) const { in foldMemoryOperandImpl()
|
D | AMDGPUInstrInfo.h | 98 MachineInstr *LoadMI) const;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 108 MachineInstr* LoadMI) const { in foldMemoryOperandImpl() argument
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 288 MachineInstr* LoadMI) const;
|
D | X86InstrInfo.cpp | 3903 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 …]
|
D | X86FastISel.cpp | 563 MachineInstrBuilder LoadMI = in X86SelectAddress() local 565 addFullAddress(LoadMI, StubAM); in X86SelectAddress()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 256 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>;
|