/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | OpDescriptor.cpp | 25 auto &Sem = T->getFltSemantics(); in makeConstantsWithType()
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | OpDescriptor.cpp | 25 auto &Sem = T->getFltSemantics(); in makeConstantsWithType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | PatternInit.cpp | 56 Ty->getScalarType()->getFltSemantics()); in initializationPatternFor()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstCombineIntrinsic.cpp | 197 auto *QNaN = ConstantFP::get(Ty, APFloat::getQNaN(Ty->getFltSemantics())); in instCombineIntrinsic() 224 auto *QNaN = ConstantFP::get(Ty, APFloat::getQNaN(Ty->getFltSemantics())); in instCombineIntrinsic() 364 II.getType()->getScalarType()->getFltSemantics(); in instCombineIntrinsic() 807 auto *QNaN = ConstantFP::get(Ty, APFloat::getQNaN(Ty->getFltSemantics())); in instCombineIntrinsic()
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 165 const fltSemantics &getFltSemantics() const { in getFltSemantics() function
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 138 auto &Sem = Op0->getType()->getFltSemantics(); in convertFCmp()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 167 const fltSemantics &getFltSemantics() const { in getFltSemantics() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 169 const fltSemantics &getFltSemantics() const { in getFltSemantics() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 130 auto &Sem = Op0->getType()->getFltSemantics(); in convertFCmp()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 130 auto &Sem = Op0->getType()->getFltSemantics(); in convertFCmp()
|
/external/llvm-project/llvm/lib/IR/ |
D | Constants.cpp | 400 APFloat FL = APFloat::getAllOnesValue(Ty->getFltSemantics(), in getAllOnesValue() 900 FV.convert(Ty->getScalarType()->getFltSemantics(), in get() 926 APFloat FV(Ty->getScalarType()->getFltSemantics(), Str); in get() 937 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getNaN() 948 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getQNaN() 959 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getSNaN() 970 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getNegativeZero() 1004 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getInfinity() 1015 assert(&V.getSemantics() == &Ty->getFltSemantics() && in ConstantFP()
|
D | ConstantFold.cpp | 176 APFloat(DestTy->getFltSemantics(), in FoldBitCast() 699 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Type.h | 169 const fltSemantics &getFltSemantics() const { in getFltSemantics() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 407 = APFloat::semanticsPrecision(ConvertedToTy->getFltSemantics()) - 1; in validateAndTransform()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 412 = APFloat::semanticsPrecision(ConvertedToTy->getFltSemantics()) - 1; in validateAndTransform()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 413 = APFloat::semanticsPrecision(ConvertedToTy->getFltSemantics()) - 1; in validateAndTransform()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 132 APFloat FP(DestTy->getFltSemantics(), Result); in FoldBitCast() 1568 APF.convert(Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &unused); in GetConstantFoldFPValue() 1979 Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &lost); in ConstantFoldScalarCall1()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 391 APFloat RandomFloat(Ty->getFltSemantics(), RandomInt); in Act()
|
/external/llvm-project/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 441 APFloat RandomFloat(Ty->getFltSemantics(), RandomInt); in Act()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 138 APFloat FP(DestTy->getFltSemantics(), Result); in FoldBitCast() 1665 APF.convert(Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &unused); in GetConstantFoldFPValue() 2242 Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &lost); in ConstantFoldScalarCall1()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 1452 static const fltSemantics *getFltSemantics(unsigned Size) { in getFltSemantics() function 1465 static const fltSemantics *getFltSemantics(MVT VT) { in getFltSemantics() function 1466 return getFltSemantics(VT.getSizeInBits() / 8); in getFltSemantics() 1509 APFloat::opStatus Status = FPLiteral.convert(*getFltSemantics(VT), in canLosslesslyConvertToFPType() 1859 FPLiteral.convert(*getFltSemantics(Bitwidth / 8), in addKImmFPOperands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 174 APFloat(DestTy->getFltSemantics(), in FoldBitCast() 685 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 174 APFloat(DestTy->getFltSemantics(), in FoldBitCast() 672 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 1553 static const fltSemantics *getFltSemantics(unsigned Size) { in getFltSemantics() function 1566 static const fltSemantics *getFltSemantics(MVT VT) { in getFltSemantics() function 1567 return getFltSemantics(VT.getSizeInBits() / 8); in getFltSemantics() 1610 APFloat::opStatus Status = FPLiteral.convert(*getFltSemantics(VT), in canLosslesslyConvertToFPType() 1981 FPLiteral.convert(*getFltSemantics(Bitwidth / 8), in addKImmFPOperands()
|
/external/llvm-project/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 838 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics(); in getConstantValue()
|