reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/ValueTypes.h
   58       return MVT::getFloatingPointVT(BitWidth);
lib/Target/AArch64/AArch64ISelLowering.cpp
 2464         MVT::getVectorVT(MVT::getFloatingPointVT(VT.getScalarSizeInBits()),
 2515         MVT::getVectorVT(MVT::getFloatingPointVT(InVT.getScalarSizeInBits()),
 4259         RetOps.push_back(DAG.getRegister(*I, MVT::getFloatingPointVT(64)));
lib/Target/ARM/ARMISelLowering.cpp
 2841         RetOps.push_back(DAG.getRegister(*I, MVT::getFloatingPointVT(64)));
lib/Target/PowerPC/PPCISelLowering.cpp
 6951         RetOps.push_back(DAG.getRegister(*I, MVT::getFloatingPointVT(64)));
lib/Target/X86/X86ISelLowering.cpp
 7979     MVT VecSVT = VT.isFloatingPoint() ? MVT::getFloatingPointVT(LoadSizeInBits)
 8244           MVT CVT = MVT::getFloatingPointVT(SplatBitSize);
16227     MVT FpVT = MVT::getVectorVT(MVT::getFloatingPointVT(ElementBits),
17121                        ? MVT::getFloatingPointVT(VT.getScalarSizeInBits() * 2)
32393   MVT MaskVT = FloatDomain ? MVT::getFloatingPointVT(MaskEltSizeInBits)
32984     MaskSVT = MVT::getFloatingPointVT(MaskSizeInBits);
35908       MaskSrcVT = MVT::getVectorVT(MVT::getFloatingPointVT(BitWidth),
42034       MVT MemVT = MVT::getFloatingPointVT(NumBits);