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

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 133 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
151 // iPTR - An int value the size of the pointer of the current
153 iPTR = 255
366 case iPTR:
571 /// all pointers as iPTR. If HandleUnknown is true, unknown types are
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 368 // If either type is about iPtr, then they don't conflict unless the other
370 if (T1 == MVT::iPTR)
373 if (T2 == MVT::iPTR)
376 // Otherwise, they are two different non-iPTR types, they conflict.
CodeGenDAGPatterns.h 69 assert(T < MVT::LAST_VALUETYPE || T == MVT::iPTR || T == MVT::iPTRAny);
79 return getConcrete() == MVT::iPTR || getConcrete() == MVT::iPTRAny;
CodeGenTarget.cpp 45 case MVT::iPTR: return "TLI.getPointerTy()";
114 case MVT::iPTR: return "MVT::iPTR";
CodeGenDAGPatterns.cpp 55 assert((VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR ||
179 case MVT::iPTR:
187 // If the RHS has one integer type, upgrade iPTR to i32.
199 // If the input constraint is iAny/iPTR and this is an integer type list,
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
206 // multiple different integer types, replace them with a single iPTR.
207 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
890 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP);
    [all...]
DAGISelMatcherOpt.cpp 432 // iPTR checks could alias any other case without us knowing, don't
434 CTM->getType() == MVT::iPTR ||
IntrinsicEmitter.cpp 332 case MVT::iPTR: {
  /external/llvm/lib/IR/
ValueTypes.cpp 245 /// pointers as MVT::iPTR. If HandleUnknown is true, unknown types are returned
263 case Type::PointerTyID: return MVT(MVT::iPTR);
273 /// returns all pointers as MVT::iPTR. If HandleUnknown is true, unknown types
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 61 milliseconds