Home
last modified time | relevance | path

Searched refs:LosesInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1345 double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool *LosesInfo) { in LLVMConstRealGetDouble() argument
1350 *LosesInfo = false; in LLVMConstRealGetDouble()
1355 *LosesInfo = false; in LLVMConstRealGetDouble()
1362 *LosesInfo = APFLosesInfo; in LLVMConstRealGetDouble()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp1720 bool LosesInfo; in widenScalar() local
1724 &LosesInfo); in widenScalar()
1728 &LosesInfo); in widenScalar()
1734 assert(!LosesInfo && "extend should always be lossless"); in widenScalar()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3613 bool LosesInfo; in visitCallInst() local
3616 Val0.convert(HalfSem, APFloat::rmTowardZero, &LosesInfo); in visitCallInst()
3617 Val1.convert(HalfSem, APFloat::rmTowardZero, &LosesInfo); in visitCallInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp19492 bool LosesInfo = false; in FP_TO_INTHelper() local
19496 &LosesInfo); in FP_TO_INTHelper()
19499 APFloat::rmNearestTiesToEven, &LosesInfo); in FP_TO_INTHelper()
19501 assert(Status == APFloat::opOK && !LosesInfo && in FP_TO_INTHelper()