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

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 141 // fAny - Any floating-point or vector floating-point value. This is used
144 fAny = 253,
237 return (SimpleTy==MVT::iAny || SimpleTy==MVT::fAny ||
370 case fAny:
ValueTypes.h 157 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny);
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 61 case MVT::fAny: return "MVT::fAny";
IntrinsicEmitter.cpp 318 case MVT::fAny: ++Tmp; // FALL THROUGH.
CodeGenDAGPatterns.cpp 50 else if (VT == MVT::fAny)
68 VTList[0] != MVT::fAny);
116 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
    [all...]

Completed in 86 milliseconds