Home
last modified time | relevance | path

Searched refs:Val2 (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBypassSlowDivision.h42 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
43 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend &&
44 Val1.Divisor == Val2.Divisor;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1365 APFloat Val2 = APFloat(Val); in isValueValidForType() local
1373 if (&Val2.getSemantics() == &APFloat::IEEEhalf()) in isValueValidForType()
1375 Val2.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType()
1379 if (&Val2.getSemantics() == &APFloat::IEEEsingle()) in isValueValidForType()
1381 Val2.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType()
1385 if (&Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1386 &Val2.getSemantics() == &APFloat::IEEEsingle() || in isValueValidForType()
1387 &Val2.getSemantics() == &APFloat::IEEEdouble()) in isValueValidForType()
1389 Val2.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType()
1393 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp105 CmpInst::Predicate Cmp2, float Val2) { in createOrCond() argument
108 auto Cond2 = createCond(BBBuilder, Arg, Cmp2, Val2); in createOrCond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h638 static inline double score(uint64_t Val1, uint64_t Val2, double Sum1, in score()
642 return std::min(Val1 / Sum1, Val2 / Sum2); in score()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs154 …AssertOption(UnitTest.Issues.TestProtos.MethodOpt1.Val2, EnumFetcher<UnitTest.Issues.TestProtos.Me… in OptionLocations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h752 bool HasLowerConstantMaterializationCost(unsigned Val1, unsigned Val2,
DARMBaseInstrInfo.cpp5448 bool llvm::HasLowerConstantMaterializationCost(unsigned Val1, unsigned Val2, in HasLowerConstantMaterializationCost() argument
5453 unsigned Cost2 = ConstantMaterializationCost(Val2, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost()
5461 ConstantMaterializationCost(Val2, Subtarget, !ForCodesize); in HasLowerConstantMaterializationCost()
DARMISelLowering.cpp4839 int64_t Val2 = cast<ConstantSDNode>(*K2)->getSExtValue(); in isSaturatingConditional() local
4840 int64_t PosVal = std::max(Val1, Val2); in isSaturatingConditional()
4841 int64_t NegVal = std::min(Val1, Val2); in isSaturatingConditional()
4843 if (((Val1 > Val2 && UpperCheckOp == &Op) || in isSaturatingConditional()
4844 (Val1 < Val2 && UpperCheckOp == &Op2)) && in isSaturatingConditional()
4848 if (Val1 == ~Val2) in isSaturatingConditional()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2129 const APInt *Val, *Val2; in visitCallInst() local
2136 match(Other->getArgOperand(1), m_APInt(Val2))) { in visitCallInst()
2138 NewVal = Val->uadd_sat(*Val2); in visitCallInst()
2139 else if (Val->isNonNegative() == Val2->isNonNegative()) { in visitCallInst()
2141 NewVal = Val->sadd_ov(*Val2, Overflow); in visitCallInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1842 APInt GreatestCommonDivisor(const APInt &Val1, const APInt &Val2);
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs245 [pbr::OriginalName("METHODOPT1_VAL2")] Val2 = 2, enumerator
501 [pbr::OriginalName("ANENUM_VAL2")] Val2 = 2, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp127 APFloat Val2 = APFloat(Val); in isValueValidForType() local
129 (void) Val2.convert(SelectionDAG::EVTToAPFloatSemantics(VT), in isValueValidForType()