/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | OpDescriptor.cpp | 26 auto &Sem = T->getFltSemantics(); in makeConstantsWithType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 130 auto &Sem = Op0->getType()->getFltSemantics(); in convertFCmp()
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 165 const fltSemantics &getFltSemantics() const { in getFltSemantics() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 130 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-7.0/llvm/include/llvm/IR/ |
D | Type.h | 169 const fltSemantics &getFltSemantics() const { in getFltSemantics() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 392 = APFloat::semanticsPrecision(ConvertedToTy->getFltSemantics()) - 1; in validateAndTransform()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 407 = APFloat::semanticsPrecision(ConvertedToTy->getFltSemantics()) - 1; in validateAndTransform()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 441 APFloat RandomFloat(Ty->getFltSemantics(), RandomInt); in Act()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 391 APFloat RandomFloat(Ty->getFltSemantics(), RandomInt); in Act()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 1186 static const fltSemantics *getFltSemantics(unsigned Size) { in getFltSemantics() function 1199 static const fltSemantics *getFltSemantics(MVT VT) { in getFltSemantics() function 1200 return getFltSemantics(VT.getSizeInBits() / 8); in getFltSemantics() 1235 APFloat::opStatus Status = FPLiteral.convert(*getFltSemantics(VT), in canLosslesslyConvertToFPType() 1549 FPLiteral.convert(*getFltSemantics(Bitwidth / 8), in addKImmFPOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 127 APFloat FP(DestTy->getFltSemantics(), Result); in FoldBitCast() 1825 Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &lost); in ConstantFoldScalarCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 174 APFloat(DestTy->getFltSemantics(), in FoldBitCast() 683 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/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 842 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics(); in getConstantValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 845 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics(); in getConstantValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1434 APFloat::semanticsPrecision(FScalarTy->getFltSemantics()); in visitFAdd()
|
D | InstCombineCalls.cpp | 3318 = II->getType()->getScalarType()->getFltSemantics(); in visitCallInst()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1705 APFloat Max = APFloat::getLargest(Type->getFltSemantics()); in LowerINTRINSIC_WO_CHAIN() 1706 APFloat Min = APFloat::getLargest(Type->getFltSemantics(), true); in LowerINTRINSIC_WO_CHAIN()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1654 Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &lost); in ConstantFoldScalarCall()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 1410 const auto& dest_flt_semantics = elem_ir_ty->getFltSemantics(); in ConvertValueForDistribution()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 4808 APFloat Max = APFloat::getLargest(Type->getFltSemantics()); in LowerINTRINSIC_WO_CHAIN() 4809 APFloat Min = APFloat::getLargest(Type->getFltSemantics(), true); in LowerINTRINSIC_WO_CHAIN()
|