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

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 146 // iAny - An integer or vector integer value of any bit width. This is
149 iAny = 254,
237 return (SimpleTy==MVT::iAny || SimpleTy==MVT::fAny ||
369 case iAny:
ValueTypes.h 157 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny);
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 60 case MVT::iAny: return "MVT::iAny";
504 // variants with iAny types; otherwise, if the intrinsic is not
508 VT == MVT::iAny || VT == MVT::vAny) &&
509 "Expected iAny or vAny type");
538 // variants with iAny types; otherwise, if the intrinsic is not
542 VT == MVT::iAny || VT == MVT::vAny) &&
543 "Expected iAny or vAny type");
IntrinsicEmitter.cpp 319 case MVT::iAny: {
CodeGenDAGPatterns.cpp 48 if (VT == MVT::iAny)
67 assert(VTList[0] != MVT::iAny && VTList[0] != MVT::vAny &&
107 /// hasIntegerTypes - Return true if this TypeSet contains iAny or an
199 // If the input constraint is iAny/iPTR and this is an integer type list,
    [all...]

Completed in 125 milliseconds