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 160 // fAny - Any floating-point or vector floating-point value. This is used
163 fAny = 253,
279 SimpleTy==MVT::iAny || SimpleTy==MVT::fAny ||
432 case fAny:
ValueTypes.h 174 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny);
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 62 case MVT::fAny: return "MVT::fAny";
IntrinsicEmitter.cpp 335 case MVT::fAny: ++Tmp; // FALL THROUGH.
CodeGenDAGPatterns.cpp 51 else if (VT == MVT::fAny)
69 VTList[0] != MVT::fAny);
114 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
    [all...]

Completed in 224 milliseconds