Searched refs:Val1 (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/ |
H A D | BypassSlowDivision.h | 42 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) { in isEqual() 43 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend && in isEqual() 44 Val1.Divisor == Val2.Divisor; in isEqual()
|
/third_party/ltp/testcases/misc/math/float/power/ |
H A D | genfmod.c | 49 double tabR[20000], Val, Val1; in create_Result_file() local 68 read(fpi1, &Val1, sizeof(double)); in create_Result_file() 70 tabR[i] = fmod(Val, Val1); in create_Result_file()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3363 Constant *Val0, *Val1; 3368 ParseGlobalTypeAndValue(Val1) || 3378 if (IndexedType != Val1->getType()) 3380 getTypeString(Val1->getType()) + 3383 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); 3390 Constant *Val0, *Val1; 3396 ParseGlobalTypeAndValue(Val1) || 3400 if (Val0->getType() != Val1->getType()) 3408 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); 3414 ID.ConstantVal = ConstantExpr::getICmp(Pred, Val0, Val1); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 638 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 749 /// Returns true if Val1 has a lower Constant Materialization Cost than Val2. 752 bool HasLowerConstantMaterializationCost(unsigned Val1, unsigned Val2,
|
H A D | ARMBaseInstrInfo.cpp | 5448 bool llvm::HasLowerConstantMaterializationCost(unsigned Val1, unsigned Val2, 5452 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); 5460 return ConstantMaterializationCost(Val1, Subtarget, !ForCodesize) <
|
H A D | ARMISelDAGToDAG.cpp | 4091 SDValue Val1 = N->getOperand(3); in Select() local 4103 Ops.push_back(Val1); in Select() 4106 Ops.push_back(SDValue(createGPRPairNode(MVT::Untyped, Val0, Val1), 0)); in Select()
|
H A D | ARMISelLowering.cpp | 4838 int64_t Val1 = cast<ConstantSDNode>(*K1)->getSExtValue(); in isSaturatingConditional() 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-subzero/include/llvm/ADT/ |
H A D | APInt.h | 1841 /// \returns the greatest common divisor of Val1 and Val2 1842 APInt GreatestCommonDivisor(const APInt &Val1, const APInt &Val2);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3615 APFloat Val1 = C1->getValueAPF(); in visitCallInst() local 3617 Val1.convert(HalfSem, APFloat::rmTowardZero, &LosesInfo); in visitCallInst() 3621 ConstantFP::get(II->getContext(), Val1) }); in visitCallInst()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestCustomOptionsProto3.cs | 244 [pbr::OriginalName("METHODOPT1_VAL1")] Val1 = 1, enumerator 500 [pbr::OriginalName("ANENUM_VAL1")] Val1 = 1, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | [all...] |
Completed in 109 milliseconds