Searched defs:Disp (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.cpp63 const MCOperand &Disp = MI->getOperand(OpNo+1); local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp114 const MachineOperand &Disp = MI->getOperand(OpNum+1); local
H A DMSP430ISelDAGToDAG.cpp46 int16_t Disp; member in struct:__anon10485::MSP430ISelAddressMode
248 SelectAddr(SDValue N, SDValue &Base, SDValue &Disp) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp148 SelectAddrRegImm(SDValue N, SDValue &Base, SDValue &Disp) { argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86InstrBuilder.h50 int Disp; member in struct:llvm::X86AddressMode
H A DX86FastISel.cpp396 uint64_t Disp = (int32_t)AM.Disp + (uint64_t)CI->getSExtValue(); local
410 uint64_t Disp = (int32_t)AM.Disp; local
[all...]
H A DX86ISelDAGToDAG.cpp64 int32_t Disp; member in struct:__anon10576::X86ISelAddressMode
231 getAddressOperands(X86ISelAddressMode &AM, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1034 uint64_t Disp = (uint64_t)AddVal->getSExtValue() << Val; local
1100 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue(); local
1294 SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1337 SelectScalarSSELoad(SDNode *Root, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment, SDValue &PatternNodeWithChain) argument
1378 SelectLEAAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1440 SelectTLSADDRAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1464 TryFoldLoad(SDNode *P, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1963 SDValue Disp = CurDAG->getTargetConstant(0, MVT::i32); local
2657 SDValue Base, Scale, Index, Disp, Segment; local
[all...]
H A DX86ISelLowering.cpp10519 SDValue Addr, Disp; local
12611 MachineOperand &Disp = MI->getOperand(4); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineInstrBuilder.h179 const MachineInstrBuilder &addDisp(const MachineOperand &Disp, int64_t off, argument
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dtic30.h198 #define Disp 0x0080 macro
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp302 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp369 SPUDAGToDAGISel::SelectDForm2Addr(SDNode *Op, SDValue N, SDValue &Disp, argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp105 bool SelectAddrImm(SDValue N, SDValue &Disp, argument
151 bool SelectAddrImmShift(SDValue N, SDValue &Disp, SDValue &Base) { argument
H A DPPCISelLowering.cpp912 bool PPCTargetLowering::SelectAddressRegImm(SDValue N, SDValue &Disp, argument
1026 SelectAddressRegImmShift(SDValue N, SDValue &Disp, SDValue &Base, SelectionDAG &DAG) const argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp189 const MCExpr *Disp; member in struct:__anon10538::X86Operand::__anon10539::__anon10543
490 static X86Operand *CreateMem(const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc, argument
504 static X86Operand *CreateMem(unsigned SegReg, const MCExpr *Disp, argument
682 const MCExpr *Disp = MCConstantExpr::Create(0, getContext()); local
709 const MCExpr *Disp = MCConstantExpr::Create(Val, getContext()); local
833 const MCExpr *Disp = MCConstantExpr::Create(0, getParser().getContext()); local
859 ParseIntelDotOperator(const MCExpr *Disp, const MCExpr **NewDisp, SmallString<64> &Err) argument
1064 const MCExpr *Disp = MCConstantExpr::Create(0, getParser().getContext()); local
[all...]

Completed in 166 milliseconds