Home
last modified time | relevance | path

Searched refs:iPTR (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/Target/CellSPU/
DSPUOperands.td578 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/
DDAGISelMatcher.cpp346 if (T1 == MVT::iPTR) in TypesAreContradictory()
349 if (T2 == MVT::iPTR) in TypesAreContradictory()
DCodeGenDAGPatterns.cpp50 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 …]
DCodeGenTarget.cpp43 case MVT::iPTR: return "TLI.getPointerTy()"; in getName()
91 case MVT::iPTR: return "MVT::iPTR"; in getEnumName()
DCodeGenDAGPatterns.h68 assert(T < MVT::LAST_VALUETYPE || T == MVT::iPTR || T == MVT::iPTRAny); in isConcrete()
78 return getConcrete() == MVT::iPTR || getConcrete() == MVT::iPTRAny; in isDynamicallyResolved()
DDAGISelMatcherOpt.cpp426 CTM->getType() == MVT::iPTR || in FactorNodes()
DIntrinsicEmitter.cpp255 } else if (VT == MVT::iPTR) { in EmitTypeGenerate()
/external/llvm/include/llvm/CodeGen/
DValueTypes.h122 iPTR = 255, enumerator
244 case iPTR: in getSizeInBits()
DValueTypes.td79 def iPTR : ValueType<0 , 255>;
/external/llvm/lib/Target/X86/
DX86InstrMMX.td183 (iPTR 0))))))]>;
385 (iPTR imm:$src2)))]>;
392 GR32:$src2, (iPTR imm:$src3)))]>;
400 (iPTR imm:$src3)))]>;
DX86InstrSSE.td227 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 …]
DX86InstrInfo.td78 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]>;
DREADME.txt1373 (iPTR 0))))),
1376 (iPTR 0))))),
1379 (iPTR 0))))),
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td297 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/
DValueTypes.cpp205 case Type::PointerTyID: return MVT(MVT::iPTR); in getEVT()
DVerifier.cpp1702 } else if (VT == MVT::iPTR) { in PerformTypeCheck()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1851 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()
DSelectionDAG.cpp824 Type *Ty = VT == MVT::iPTR ? in getEVTAlignment()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td25 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/
DIntrinsics.td67 : LLVMType<iPTR>{
/external/llvm/include/llvm/Target/
DTargetLowering.h503 return VT == MVT::iPTR ? PointerTy : VT;
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td25 def SDT_MSP430Call : SDTypeProfile<0, -1, [SDTCisVT<0, iPTR>]>;
98 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
/external/llvm/lib/Target/Blackfin/
DBlackfinInstrInfo.td115 def calltarget : Operand<iPTR>;