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 150 // iPTRAny - An int value the size of the pointer of the current
152 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
153 iPTRAny = 251,
280 SimpleTy==MVT::vAny || SimpleTy==MVT::iPTRAny);
430 case iPTRAny:
ValueTypes.h 174 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny);
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 46 case MVT::iPTRAny: return "TLI.getPointerTy()";
127 case MVT::iPTRAny: return "MVT::iPTRAny";
CodeGenDAGPatterns.h 69 assert(T < MVT::LAST_VALUETYPE || T == MVT::iPTR || T == MVT::iPTRAny);
79 return getConcrete() == MVT::iPTR || getConcrete() == MVT::iPTRAny;
CodeGenDAGPatterns.cpp 57 VT == MVT::iPTRAny || VT == MVT::Any) && "Not a concrete type!");
169 case MVT::iPTRAny:
190 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
194 // If we're merging in iPTR/iPTRAny and the node currently has a list of
196 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
    [all...]
IntrinsicEmitter.cpp 333 case MVT::iPTRAny: ++Tmp; // FALL THROUGH.

Completed in 452 milliseconds