/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 55 static EVT getFloatingPointVT(unsigned BitWidth) { in getFloatingPointVT() function 56 return MVT::getFloatingPointVT(BitWidth); in getFloatingPointVT()
|
D | MachineValueType.h | 552 static MVT getFloatingPointVT(unsigned BitWidth) { in getFloatingPointVT() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 58 static EVT getFloatingPointVT(unsigned BitWidth) { in getFloatingPointVT() function 59 return MVT::getFloatingPointVT(BitWidth); in getFloatingPointVT()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 59 static EVT getFloatingPointVT(unsigned BitWidth) { in getFloatingPointVT() function 60 return MVT::getFloatingPointVT(BitWidth); in getFloatingPointVT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 882 static MVT getFloatingPointVT(unsigned BitWidth) { in getFloatingPointVT() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MachineValueType.h | 1069 static MVT getFloatingPointVT(unsigned BitWidth) { in getFloatingPointVT() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2379 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() 2425 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2787 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() 2824 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2785 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() 2822 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 1944 MVT::getVectorVT(MVT::getFloatingPointVT(VT.getScalarSizeInBits()), in LowerVectorFP_TO_INT() 1993 MVT::getVectorVT(MVT::getFloatingPointVT(InVT.getScalarSizeInBits()), in LowerVectorINT_TO_FP() 3339 RetOps.push_back(DAG.getRegister(*I, MVT::getFloatingPointVT(64))); in LowerReturn()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 2354 RetOps.push_back(DAG.getRegister(*I, MVT::getFloatingPointVT(64))); in LowerReturn() 5824 EVT EltVT = EVT::getFloatingPointVT(EltSize); in LowerBUILD_VECTOR() 6360 EVT EltVT = EVT::getFloatingPointVT(EltSize); in LowerVECTOR_SHUFFLE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2580 MVT::getVectorVT(MVT::getFloatingPointVT(VT.getScalarSizeInBits()), in LowerVectorFP_TO_INT() 2633 MVT::getVectorVT(MVT::getFloatingPointVT(InVT.getScalarSizeInBits()), in LowerVectorINT_TO_FP() 4451 RetOps.push_back(DAG.getRegister(*I, MVT::getFloatingPointVT(64))); in LowerReturn()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 1969 EVT::getFloatingPointVT(InElementSize/2) : in SplitVecOp_TruncateHelper()
|
D | DAGCombiner.cpp | 12939 SVT = EVT::getFloatingPointVT(OpVT.getSizeInBits()); in combineConcatVectorOfScalars()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8539 MVT VecSVT = VT.isFloatingPoint() ? MVT::getFloatingPointVT(LoadSizeInBits) in EltsFromConsecutiveLoads() 8590 : EVT::getFloatingPointVT(ScalarSize); in EltsFromConsecutiveLoads() 17307 MVT FpVT = MVT::getVectorVT(MVT::getFloatingPointVT(ElementBits), in lower256BitShuffle() 18255 ? MVT::getFloatingPointVT(VT.getScalarSizeInBits() * 2) in lowerVECTOR_SHUFFLE() 35287 MVT MaskVT = FloatDomain ? MVT::getFloatingPointVT(MaskEltSizeInBits) in combineX86ShuffleChain() 36047 MaskSVT = MVT::getFloatingPointVT(MaskSizeInBits); in combineX86ShufflesConstants() 39200 MVT MemVT = VT.isFloatingPoint() ? MVT::getFloatingPointVT(MemSize) in combineBitcast() 39202 MVT LoadVT = VT.isFloatingPoint() ? MVT::getFloatingPointVT(SrcVTSize) in combineBitcast() 39614 MaskSrcVT = MVT::getVectorVT(MVT::getFloatingPointVT(BitWidth), in combineHorizontalPredicateResult() 46398 MVT MemVT = MVT::getFloatingPointVT(NumBits); in combineCVTP2I_CVTTP2I()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8247 MVT VecSVT = VT.isFloatingPoint() ? MVT::getFloatingPointVT(LoadSizeInBits) in EltsFromConsecutiveLoads() 8296 : EVT::getFloatingPointVT(ScalarSize); in EltsFromConsecutiveLoads() 8512 MVT CVT = MVT::getFloatingPointVT(SplatBitSize); in lowerBuildVectorAsBroadcast() 16482 MVT FpVT = MVT::getVectorVT(MVT::getFloatingPointVT(ElementBits), in lower256BitShuffle() 17373 ? MVT::getFloatingPointVT(VT.getScalarSizeInBits() * 2) in lowerVECTOR_SHUFFLE() 33450 MVT MaskVT = FloatDomain ? MVT::getFloatingPointVT(MaskEltSizeInBits) in combineX86ShuffleChain() 34041 MaskSVT = MVT::getFloatingPointVT(MaskSizeInBits); in combineX86ShufflesConstants() 36911 MaskSrcVT = MVT::getVectorVT(MVT::getFloatingPointVT(BitWidth), in combineHorizontalPredicateResult() 43058 MVT MemVT = MVT::getFloatingPointVT(NumBits); in combineCVTP2I_CVTTP2I()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 2558 EVT::getFloatingPointVT(InElementSize/2) : in SplitVecOp_TruncateHelper()
|
D | DAGCombiner.cpp | 18010 SVT = EVT::getFloatingPointVT(OpVT.getSizeInBits()); in combineConcatVectorOfScalars()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 2710 EVT::getFloatingPointVT(InElementSize/2) : in SplitVecOp_TruncateHelper()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 3125 MVT::getVectorVT(MVT::getFloatingPointVT(VT.getScalarSizeInBits()), in LowerVectorFP_TO_INT() 3188 MVT::getVectorVT(MVT::getFloatingPointVT(InVT.getScalarSizeInBits()), in LowerVectorINT_TO_FP() 5670 RetOps.push_back(DAG.getRegister(*I, MVT::getFloatingPointVT(64))); in LowerReturn()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 2877 RetOps.push_back(DAG.getRegister(*I, MVT::getFloatingPointVT(64))); in LowerReturn() 7355 EVT EltVT = EVT::getFloatingPointVT(EltSize); in LowerBUILD_VECTOR() 8109 EVT EltVT = EVT::getFloatingPointVT(EltSize); in LowerVECTOR_SHUFFLE()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3093 RetOps.push_back(DAG.getRegister(*I, MVT::getFloatingPointVT(64))); in LowerReturn() 7659 EVT EltVT = EVT::getFloatingPointVT(EltSize); in LowerBUILD_VECTOR() 8415 EVT EltVT = EVT::getFloatingPointVT(EltSize); in LowerVECTOR_SHUFFLE()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11684 MVT FpVT = MVT::getVectorVT(MVT::getFloatingPointVT(ElementBits), in lower256BitVectorShuffle() 12167 ? MVT::getFloatingPointVT(VT.getScalarSizeInBits() * 2) in lowerVectorShuffle() 24832 ShuffleVT = FloatDomain ? MVT::getFloatingPointVT(EltSize) in matchUnaryVectorShuffle() 25101 MVT MaskVT = FloatDomain ? MVT::getFloatingPointVT(MaskEltSizeInBits) in combineX86ShuffleChain()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6069 RetOps.push_back(DAG.getRegister(*I, MVT::getFloatingPointVT(64))); in LowerReturn()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7293 RetOps.push_back(DAG.getRegister(*I, MVT::getFloatingPointVT(64))); in LowerReturn()
|