/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | FPEnv.cpp | 28 .Case("round.towardzero", fp::rmTowardZero) in StrToRoundingMode() 47 case fp::rmTowardZero: in RoundingModeToStr()
|
D | ConstantFold.cpp | 616 V.convertToInteger(IntVal, APFloat::rmTowardZero, &ignored)) { in ConstantFoldCastInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | FPEnv.h | 36 rmTowardZero ///< This corresponds to "fpround.tozero". enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 112 Val.convert(APFloat::IEEEdouble(), APFloat::rmTowardZero, &ignored); in lowerOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1635 APFloat::roundingMode mode = roundTowardZero? APFloat::rmTowardZero in ConstantFoldSSEConvertToInt() 1770 U.roundToIntegral(APFloat::rmTowardZero); in ConstantFoldScalarCall1() 1958 U.roundToIntegral(APFloat::rmTowardZero); in ConstantFoldScalarCall1()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1564 BaseR.convert(BaseF->getSemantics(), APFloat::rmTowardZero, &Ignored); in replacePowWithExp() 1570 NF->convertToInteger(NI, APFloat::rmTowardZero, &Ignored) == in replacePowWithExp() 1777 ExpoA.convert(APFloat::IEEEdouble(), APFloat::rmTowardZero, &Ignored); in optimizePow() 1794 ExpoF->convertToInteger(IntExpo, APFloat::rmTowardZero, &Ignored) == in optimizePow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 165 rmTowardZero, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 881 truncated.roundToIntegral(rmTowardZero); in isInteger() 1072 status = extendedAddend.convert(extendedSemantics, rmTowardZero, &ignored); in multiplySignificand() 1318 case rmTowardZero: in roundAwayFromZero()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 189 rmTowardZero, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 730 APFloat::rmTowardZero, &ignored); in getConstantValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 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/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 429 (void)Flt.convertToInteger(SIntVal, APFloat::rmTowardZero, &isExact); in materializeConstant()
|
D | SelectionDAG.cpp | 4470 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); in getNode() 4495 V.convertToInteger(IntVal, APFloat::rmTowardZero, &ignored); in getNode() 9644 if (APF.convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact) != in getConstantFPSplatPow2ToLog2Int()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 293 APFloat::rmTowardZero, &isExact) != APFloat::opOK || in ConvertToSInt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 1225 RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero); in isExactFPImm() 2582 RealVal.convertFromString(Tok.getString(), APFloat::rmTowardZero); in tryParseFPImm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 2690 FVal.convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact); in SelectCVTFixedPosOperand()
|