Home
last modified time | relevance | path

Searched refs:getFltSemantics (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOpDescriptor.cpp26 auto &Sem = T->getFltSemantics(); in makeConstantsWithType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp130 auto &Sem = Op0->getType()->getFltSemantics(); in convertFCmp()
/external/llvm/include/llvm/IR/
DType.h165 const fltSemantics &getFltSemantics() const { in getFltSemantics() function
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp130 auto &Sem = Op0->getType()->getFltSemantics(); in convertFCmp()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h167 const fltSemantics &getFltSemantics() const { in getFltSemantics() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h169 const fltSemantics &getFltSemantics() const { in getFltSemantics() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp392 = APFloat::semanticsPrecision(ConvertedToTy->getFltSemantics()) - 1; in validateAndTransform()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp407 = APFloat::semanticsPrecision(ConvertedToTy->getFltSemantics()) - 1; in validateAndTransform()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
Dllvm-stress.cpp441 APFloat RandomFloat(Ty->getFltSemantics(), RandomInt); in Act()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp391 APFloat RandomFloat(Ty->getFltSemantics(), RandomInt); in Act()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1186 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/
DConstantFolding.cpp127 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/
DConstantFold.cpp174 APFloat(DestTy->getFltSemantics(), in FoldBitCast()
683 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction()
/external/llvm/lib/IR/
DConstantFold.cpp174 APFloat(DestTy->getFltSemantics(), in FoldBitCast()
672 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp842 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics(); in getConstantValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp845 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics(); in getConstantValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1434 APFloat::semanticsPrecision(FScalarTy->getFltSemantics()); in visitFAdd()
DInstCombineCalls.cpp3318 = II->getType()->getScalarType()->getFltSemantics(); in visitCallInst()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1705 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/
DConstantFolding.cpp1654 Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &lost); in ConstantFoldScalarCall()
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1410 const auto& dest_flt_semantics = elem_ir_ty->getFltSemantics(); in ConvertValueForDistribution()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp4808 APFloat Max = APFloat::getLargest(Type->getFltSemantics()); in LowerINTRINSIC_WO_CHAIN()
4809 APFloat Min = APFloat::getLargest(Type->getFltSemantics(), true); in LowerINTRINSIC_WO_CHAIN()