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

  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 152 // If we have a CheckType/CheckChildType/Record node followed by a
160 Matcher *CheckType = MatcherPtr.take();
161 Matcher *CheckOpcode = CheckType->takeNext();
166 CheckOpcode->setNext(CheckType);
167 CheckType->setNext(Tail);
422 Matcher::CheckType));
429 // If the CheckType isn't at the start of the list, see if we can move
458 // If all the options are CheckType's, we can form the SwitchType, woot.
465 Matcher::CheckType));
DAGISelMatcher.h 62 CheckType, // Fail if not correct type.
128 case CheckType:
166 // to them. For example, we'll pass in a CheckType node as an argument to
502 : Matcher(CheckType), Type(type), ResNo(resno) {}
508 return N->getKind() == CheckType;
525 /// every child does a CheckType, but is much faster.
    [all...]
DAGISelMatcherEmitter.cpp 353 case Matcher::CheckType:
355 "FIXME: Add support for CheckType of resno != 0");
757 case Matcher::CheckType: OS << "OPC_CheckType"; break;
  /external/v8/src/
type-info.h 272 CheckType GetCallCheckType(Call* expr);
273 Handle<JSObject> GetPrototypeForPrimitiveCheck(CheckType check);
type-info.cc 248 CheckType TypeFeedbackOracle::GetCallCheckType(Call* expr) {
251 CheckType check = static_cast<CheckType>(Smi::cast(*value)->value());
258 CheckType check) {
v8globals.h 273 enum CheckType {
stub-cache.h 770 CheckType check);
    [all...]
ast.h     [all...]
hydrogen.h     [all...]
objects-inl.h     [all...]
stub-cache.cc 553 CheckType check = RECEIVER_MAP_CHECK;
    [all...]
objects.h     [all...]
hydrogen.cc     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
  /external/v8/src/mips/
stub-cache-mips.cc     [all...]

Completed in 554 milliseconds