Home
last modified time | relevance | path

Searched defs:Disp (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp48 int64_t Disp; member
338 SDValue &Base, SDValue &Disp) { in getAddressOperandsRI()
347 SDValue &Base, SDValue &Disp, in getAddressOperands()
356 SDValue &Base, SDValue &Disp) { in SelectAddrRI12Only()
361 SDValue &Base, SDValue &Disp, in SelectAddrRI12()
411 SDValue &Base, SDValue &Disp) { in SelectAddrRI()
454 SDValue &Base, SDValue &Disp, SDValue &Index) { in SelectAddrRRI12()
503 SDValue &Base, SDValue &Disp, SDValue &Index) { in SelectAddrRRI20()
547 SDValue &Base, SDValue &Disp, SDValue &Index) { in SelectLAAddr()
580 SDValue &Base, SDValue &Disp, SDValue &Index) { in TryFoldLoad()
DSystemZInstrBuilder.h46 int32_t Disp; member
/external/llvm/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.cpp61 const MCOperand &Disp = MI->getOperand(OpNo+1); in printSrcMemOperand() local
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp65 int32_t Disp; member
232 SDValue &Disp, SDValue &Segment) { in getAddressOperands()
801 uint64_t Disp = AddVal->getSExtValue() << Val; in MatchAddressRecursively() local
840 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue(); in MatchAddressRecursively() local
1131 SDValue &Disp, SDValue &Segment) { in SelectAddr()
1175 SDValue &Disp, SDValue &Segment, in SelectScalarSSELoad()
1215 SDValue &Index, SDValue &Disp, in SelectLEAAddr()
1277 SDValue &Disp, SDValue &Segment) { in SelectTLSADDRAddr()
1301 SDValue &Index, SDValue &Disp, in TryFoldLoad()
DX86InstrBuilder.h51 int Disp; member
DX86CodeEmitter.cpp262 intptr_t Disp /* = 0 */, in emitGlobalAddress()
311 intptr_t Disp /* = 0 */, in emitConstPoolAddress()
DX86FastISel.cpp379 uint64_t Disp = (int32_t)AM.Disp + (uint64_t)CI->getSExtValue(); in X86SelectAddress() local
393 uint64_t Disp = (int32_t)AM.Disp; in X86SelectAddress() local
DX86MCCodeEmitter.cpp240 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp); in EmitMemModRMByte() local
DX86ISelLowering.cpp8652 SDValue Addr, Disp; in LowerTRAMPOLINE() local
10232 MachineOperand &Disp = MI->getOperand(4); in EmitVAARG64WithCustomInserter() local
/external/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp116 const MachineOperand &Disp = MI->getOperand(OpNum+1); in printSrcMemOperand() local
DMSP430ISelDAGToDAG.cpp46 int16_t Disp; member
249 SDValue &Base, SDValue &Disp) { in SelectAddr()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelDAGToDAG.cpp148 SelectAddrRegImm(SDValue N, SDValue &Base, SDValue &Disp) { in SelectAddrRegImm()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h165 const MachineInstrBuilder &addDisp(const MachineOperand &Disp, in addDisp()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp106 bool SelectAddrImm(SDValue N, SDValue &Disp, in SelectAddrImm()
135 bool SelectAddrImmShift(SDValue N, SDValue &Disp, SDValue &Base) { in SelectAddrImmShift()
DPPCISelLowering.cpp843 bool PPCTargetLowering::SelectAddressRegImm(SDValue N, SDValue &Disp, in SelectAddressRegImm()
959 bool PPCTargetLowering::SelectAddressRegImmShift(SDValue N, SDValue &Disp, in SelectAddressRegImmShift()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp130 const MCExpr *Disp; member
508 const MCExpr *Disp = MCConstantExpr::Create(0, getParser().getContext()); in ParseMemOperand() local
/external/llvm/lib/Target/CellSPU/
DSPUISelDAGToDAG.cpp373 SPUDAGToDAGISel::SelectDForm2Addr(SDNode *Op, SDValue N, SDValue &Disp, in SelectDForm2Addr()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp251 unsigned Disp = UserOffset < CPEOffset ? CPEOffset - UserOffset : in verify() local