/external/llvm/lib/Target/CellSPU/ |
D | SPUOperands.td | 578 def calltarget : Operand<iPTR> { 584 def relcalltarget : Operand<iPTR> { 600 def indcalltarget : Operand<iPTR> { 618 def shufaddr : Operand<iPTR> { 624 def dformaddr : Operand<iPTR> { 632 def addr256k : Operand<iPTR> { 638 def memri18 : Operand<iPTR> { 644 def memrr : Operand<iPTR> { 657 def dform_addr : ComplexPattern<iPTR, 2, "SelectDFormAddr", 659 def xform_addr : ComplexPattern<iPTR, 2, "SelectXFormAddr", [all …]
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.cpp | 346 if (T1 == MVT::iPTR) in TypesAreContradictory() 349 if (T2 == MVT::iPTR) in TypesAreContradictory()
|
D | CodeGenDAGPatterns.cpp | 50 assert((VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR || in TypeSet() 161 case MVT::iPTR: in MergeInTypeInfo() 183 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) && in MergeInTypeInfo() 189 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) && in MergeInTypeInfo() 848 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint() 988 return MVT::iPTR; in getKnownType() 1298 return EEVT::TypeSet(MVT::iPTR, TP); in getImplicitType() 1404 if (VT == MVT::iPTR || VT == MVT::iPTRAny) in ApplyTypeConstraints() 1494 MadeChange |= getChild(0)->UpdateNodeType(0, MVT::iPTR, TP); in ApplyTypeConstraints() 1536 MadeChange |= UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraints() [all …]
|
D | CodeGenTarget.cpp | 43 case MVT::iPTR: return "TLI.getPointerTy()"; in getName() 91 case MVT::iPTR: return "MVT::iPTR"; in getEnumName()
|
D | CodeGenDAGPatterns.h | 68 assert(T < MVT::LAST_VALUETYPE || T == MVT::iPTR || T == MVT::iPTRAny); in isConcrete() 78 return getConcrete() == MVT::iPTR || getConcrete() == MVT::iPTRAny; in isDynamicallyResolved()
|
D | DAGISelMatcherOpt.cpp | 426 CTM->getType() == MVT::iPTR || in FactorNodes()
|
D | IntrinsicEmitter.cpp | 255 } else if (VT == MVT::iPTR) { in EmitTypeGenerate()
|
/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 122 iPTR = 255, enumerator 244 case iPTR: in getSizeInBits()
|
D | ValueTypes.td | 79 def iPTR : ValueType<0 , 255>;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 183 (iPTR 0))))))]>; 385 (iPTR imm:$src2)))]>; 392 GR32:$src2, (iPTR imm:$src3)))]>; 400 (iPTR imm:$src3)))]>;
|
D | X86InstrSSE.td | 227 def : Pat<(store (f32 (vector_extract (v4f32 VR128:$src), (iPTR 0))), 231 def : Pat<(store (f64 (vector_extract (v2f64 VR128:$src), (iPTR 0))), 375 (iPTR 0))), addr:$dst)]>, VEX; 379 (iPTR 0))), addr:$dst)]>, VEX; 383 (iPTR 0))), addr:$dst)]>; 387 (iPTR 0))), addr:$dst)]>; 395 (undef)), (iPTR 0))), addr:$dst)]>, 401 (iPTR 0))), addr:$dst)]>, 407 (undef)), (iPTR 0))), addr:$dst)]>; 412 (iPTR 0))), addr:$dst)]>; [all …]
|
D | X86InstrInfo.td | 78 def SDT_X86Call : SDTypeProfile<0, -1, [SDTCisVT<0, iPTR>]>; 81 SDTCisVT<1, iPTR>, 82 SDTCisVT<2, iPTR>]>; 248 class X86MemOperand<string printMethod> : Operand<iPTR> { 412 def addr : ComplexPattern<iPTR, 5, "SelectAddr", [], [SDNPWantParent]>;
|
D | README.txt | 1373 (iPTR 0))))), 1376 (iPTR 0))))), 1379 (iPTR 0))))),
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 297 def calltarget : Operand<iPTR> { 300 def aaddr : Operand<iPTR> { 316 def memri : Operand<iPTR> { 321 def memrr : Operand<iPTR> { 325 def memrix : Operand<iPTR> { // memri where the imm is shifted 2 bits. 330 def tocentry : Operand<iPTR> { 342 def iaddr : ComplexPattern<iPTR, 2, "SelectAddrImm", [], []>; 343 def xaddr : ComplexPattern<iPTR, 2, "SelectAddrIdx", [], []>; 344 def xoaddr : ComplexPattern<iPTR, 2, "SelectAddrIdxOnly",[], []>; 345 def ixaddr : ComplexPattern<iPTR, 2, "SelectAddrImmShift", [], []>; // "std" [all …]
|
/external/llvm/lib/VMCore/ |
D | ValueTypes.cpp | 205 case Type::PointerTyID: return MVT(MVT::iPTR); in getEVT()
|
D | Verifier.cpp | 1702 } else if (VT == MVT::iPTR) { in PerformTypeCheck()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1851 return VT == MVT::iPTR && N.getValueType() == TLI.getPointerTy(); in CheckType() 1879 return VT == MVT::iPTR && cast<VTSDNode>(N)->getVT() == TLI.getPointerTy(); in CheckValueType() 2299 if (CaseVT == MVT::iPTR) in SelectCodeCommon() 2522 if (VT == MVT::iPTR) VT = TLI.getPointerTy().SimpleTy; in SelectCodeCommon() 2702 NodeToMatch->getValueType(i) == MVT::iPTR || in SelectCodeCommon() 2703 Res.getValueType() == MVT::iPTR || in SelectCodeCommon()
|
D | SelectionDAG.cpp | 824 Type *Ty = VT == MVT::iPTR ? in getEVTAlignment()
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 25 def SDT_MipsJmpLink : SDTypeProfile<0, 1, [SDTCisVT<0, iPTR>]>; 43 SDTCisVT<1, iPTR>]>; 180 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [frameindex], []>;
|
/external/llvm/include/llvm/ |
D | Intrinsics.td | 67 : LLVMType<iPTR>{
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 503 return VT == MVT::iPTR ? PointerTy : VT;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 25 def SDT_MSP430Call : SDTypeProfile<0, -1, [SDTCisVT<0, iPTR>]>; 98 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
|
/external/llvm/lib/Target/Blackfin/ |
D | BlackfinInstrInfo.td | 115 def calltarget : Operand<iPTR>;
|