HomeSort by relevance Sort by last modified time
    Searched refs:iPTRAny (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 131 // iPTRAny - An int value the size of the pointer of the current
133 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
134 iPTRAny = 251,
238 SimpleTy==MVT::vAny || SimpleTy==MVT::iPTRAny);
368 case iPTRAny:
ValueTypes.h 157 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny);
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 69 assert(T < MVT::LAST_VALUETYPE || T == MVT::iPTR || T == MVT::iPTRAny);
79 return getConcrete() == MVT::iPTR || getConcrete() == MVT::iPTRAny;
CodeGenTarget.cpp 46 case MVT::iPTRAny: return "TLI.getPointerTy()";
115 case MVT::iPTRAny: return "MVT::iPTRAny";
CodeGenDAGPatterns.cpp 56 VT == MVT::iPTRAny) && "Not a concrete type!");
180 case MVT::iPTRAny:
201 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
205 // If we're merging in iPTR/iPTRAny and the node currently has a list of
207 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
    [all...]
IntrinsicEmitter.cpp 316 case MVT::iPTRAny: ++Tmp; // FALL THROUGH.

Completed in 650 milliseconds