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

1 2

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 152 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
170 // iPTR - An int value the size of the pointer of the current
172 iPTR = 126,
435 case iPTR:
666 /// all pointers as iPTR. If HandleUnknown is true, unknown types are
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 314 // If either type is about iPtr, then they don't conflict unless the other
316 if (T1 == MVT::iPTR)
319 if (T2 == MVT::iPTR)
322 // Otherwise, they are two different non-iPTR types, they conflict.
CodeGenTarget.cpp 45 case MVT::iPTR: return "TLI.getPointerTy()";
126 case MVT::iPTR: return "MVT::iPTR";
CodeGenDAGPatterns.cpp 56 assert((VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR ||
168 case MVT::iPTR:
176 // If the RHS has one integer type, upgrade iPTR to i32.
188 // If the input constraint is iAny/iPTR and this is an integer type list,
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
195 // multiple different integer types, replace them with a single iPTR.
196 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
    [all...]
DAGISelMatcherOpt.cpp 359 // iPTR checks could alias any other case without us knowing, don't
361 CTM->getType() == MVT::iPTR ||
CodeGenDAGPatterns.h 69 assert(T < MVT::LAST_VALUETYPE || T == MVT::iPTR || T == MVT::iPTRAny);
79 return getConcrete() == MVT::iPTR || getConcrete() == MVT::iPTRAny;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ValueTypes.h 102 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
120 // iPTR - An int value the size of the pointer of the current
122 iPTR = 255,
244 case iPTR:
666 /// This returns all pointers as iPTR. If HandleUnknown is true, unknown
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.cpp 344 // If either type is about iPtr, then they don't conflict unless the other
346 if (T1 == MVT::iPTR)
349 if (T2 == MVT::iPTR)
352 // Otherwise, they are two different non-iPTR types, they conflict.
CodeGenDAGPatterns.h 68 assert(T < MVT::LAST_VALUETYPE || T == MVT::iPTR || T == MVT::iPTRAny);
78 return getConcrete() == MVT::iPTR || getConcrete() == MVT::iPTRAny;
CodeGenTarget.cpp 43 case MVT::iPTR: return "TLI.getPointerTy()";
91 case MVT::iPTR: return "MVT::iPTR";
CodeGenDAGPatterns.cpp 50 assert((VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR ||
161 case MVT::iPTR:
169 // If the RHS has one integer type, upgrade iPTR to i32.
181 // If the input constraint is iAny/iPTR and this is an integer type list,
183 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
187 // If we're merging in iPTR/iPTRAny and the node currently has a list of
188 // multiple different integer types, replace them with a single iPTR.
189 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
848 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP);
    [all...]
DAGISelMatcherOpt.cpp 424 // iPTR checks could alias any other case without us knowing, don't
426 CTM->getType() == MVT::iPTR ||
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 151 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
171 iPTR = 126,
432 case iPTR:
663 /// all pointers as iPTR. If HandleUnknown is true, unknown types are
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 151 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
171 iPTR = 126,
432 case iPTR:
663 /// all pointers as iPTR. If HandleUnknown is true, unknown types are
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ValueTypes.cpp 193 /// returns all pointers as MVT::iPTR. If HandleUnknown is true, unknown types
211 case Type::PointerTyID: return MVT(MVT::iPTR);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 279 /// pointers as MVT::iPTR. If HandleUnknown is true, unknown types are returned
297 case Type::PointerTyID: return MVT(MVT::iPTR);
307 /// returns all pointers as MVT::iPTR. If HandleUnknown is true, unknown types
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 192 assert(VT != MVT::iPTR && "Pointer MVT not expected here");
352 assert(VT != MVT::iPTR && "Legalized args should be concrete");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineValueType.h 208 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
228 iPTR = 254,
624 case iPTR:
977 /// all pointers as iPTR. If HandleUnknown is true, unknown types are
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineValueType.h 208 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
228 iPTR = 254,
624 case iPTR:
977 /// all pointers as iPTR. If HandleUnknown is true, unknown types are
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineValueType.h 209 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
229 iPTR = 254,
624 case iPTR:
976 /// all pointers as iPTR. If HandleUnknown is true, unknown types are
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineValueType.h 209 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
229 iPTR = 254,
624 case iPTR:
976 /// all pointers as iPTR. If HandleUnknown is true, unknown types are
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineValueType.h 209 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
229 iPTR = 254,
624 case iPTR:
976 /// all pointers as iPTR. If HandleUnknown is true, unknown types are
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineValueType.h 209 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
229 iPTR = 254,
624 case iPTR:
976 /// all pointers as iPTR. If HandleUnknown is true, unknown types are
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineValueType.h 208 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
228 iPTR = 254,
624 case iPTR:
977 /// all pointers as iPTR. If HandleUnknown is true, unknown types are
    [all...]

Completed in 312 milliseconds

1 2