Home
last modified time | relevance | path

Searched refs:LAST_INTEGER_VALUETYPE (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMachineValueType.h53 LAST_INTEGER_VALUETYPE = i128, enumerator
372 SimpleTy <= MVT::LAST_INTEGER_VALUETYPE) || in isInteger()
382 SimpleTy <= MVT::LAST_INTEGER_VALUETYPE); in isScalarInteger()
1521 MVT::LAST_INTEGER_VALUETYPE, in integer_valuetypes()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h401 IntVT <= MVT::LAST_INTEGER_VALUETYPE; ++IntVT) { in getHalfSizedIntegerVT()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1302 unsigned LargestIntReg = MVT::LAST_INTEGER_VALUETYPE; in computeRegisterProperties()
1309 ExpandedReg <= MVT::LAST_INTEGER_VALUETYPE; ++ExpandedReg) { in computeRegisterProperties()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp781 t <= MVT::LAST_INTEGER_VALUETYPE && LC == RTLIB::UNKNOWN_LIBCALL; ++t) { in SoftenFloatRes_XINT_TO_FP()
952 IntVT <= MVT::LAST_INTEGER_VALUETYPE && LC == RTLIB::UNKNOWN_LIBCALL; in findFPToIntLibcall()
H A DLegalizeDAG.cpp4290 t <= MVT::LAST_INTEGER_VALUETYPE && LC == RTLIB::UNKNOWN_LIBCALL; in ConvertNodeToLibcall()
4333 IntVT <= MVT::LAST_INTEGER_VALUETYPE && LC == RTLIB::UNKNOWN_LIBCALL; in ConvertNodeToLibcall()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp166 I <= MVT::LAST_INTEGER_VALUETYPE; in SystemZTargetLowering()