Home
last modified time | relevance | path

Searched refs:rmTowardZero (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFPEnv.cpp28 .Case("round.towardzero", fp::rmTowardZero) in StrToRoundingMode()
47 case fp::rmTowardZero: in RoundingModeToStr()
DConstantFold.cpp616 V.convertToInteger(IntVal, APFloat::rmTowardZero, &ignored)) { in ConstantFoldCastInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFPEnv.h36 rmTowardZero ///< This corresponds to "fpround.tozero". enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMCInstLower.cpp112 Val.convert(APFloat::IEEEdouble(), APFloat::rmTowardZero, &ignored); in lowerOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1635 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/
DSimplifyLibCalls.cpp1564 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/
DAPFloat.h165 rmTowardZero, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp881 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/
DAPFloat.h189 rmTowardZero, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp730 APFloat::rmTowardZero, &ignored); in getConstantValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3616 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/
DFastISel.cpp429 (void)Flt.convertToInteger(SIntVal, APFloat::rmTowardZero, &isExact); in materializeConstant()
DSelectionDAG.cpp4470 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/
DIndVarSimplify.cpp293 APFloat::rmTowardZero, &isExact) != APFloat::opOK || in ConvertToSInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1225 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/
DAArch64ISelDAGToDAG.cpp2690 FVal.convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact); in SelectCVTFixedPosOperand()