| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DemandedBitsTest.cpp | 45 ForeachNumInKnownBits(Known2, [&](APInt Value2) { in TestBinOpExhaustive() argument 46 APInt ReferenceResult = EvalFn((Value1 & AB1), (Value2 & AB2)); in TestBinOpExhaustive() 47 APInt Result = EvalFn(Value1, Value2); in TestBinOpExhaustive()
|
| H A D | MetadataTest.cpp | 3628 Value *V2 = Value2->getValue(); in TEST_F() 3648 A->push_back(Value2); in TEST_F() 3651 EXPECT_EQ(A->getOperand(1), Value2); in TEST_F() 3658 EXPECT_EQ(A->getOperand(1), Value2); in TEST_F() 3664 EXPECT_EQ(A->getOperand(1), Value2); in TEST_F() 3679 EXPECT_EQ(B->getOperand(1), Value2); in TEST_F() 3692 Temp1->push_back(Value2); in TEST_F() 3709 C->push_back(Value2); in TEST_F() 3730 Value *V2 = Value2->getValue(); in TEST_F() 3733 EXPECT_EQ(A->getOperand(0), Value2); in TEST_F() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_termination.cpp | 36 u64 Value1, u64 Value2) { in CheckFailed() argument 38 File, Line, Condition, Value1, Value2); in CheckFailed()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | SuspiciousMemsetUsageCheck.cpp | 104 Expr::EvalResult Value2; in check() local 106 !ByteCount->EvaluateAsInt(Value2, *Result.Context) || in check() 107 Value2.Val.getInt() != 0) in check()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 171 uint32_t Value2 = 0; in RecordARMScatteredHalfRelocation() local 187 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation() 238 MRE.r_word1 = Value2; in RecordARMScatteredHalfRelocation() 287 uint32_t Value2 = 0; in RecordARMScatteredRelocation() local 302 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation() 315 MRE.r_word1 = Value2; in RecordARMScatteredRelocation()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/MCTargetDesc/ |
| H A D | ARCInstPrinter.cpp | 192 unsigned Value2 = Value >> ShiftBy; in printU6ShiftedBy() local 193 if (Value2 > 0x3F || (Value2 << ShiftBy != Value)) { in printU6ShiftedBy()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MicroMipsSizeReduction.cpp | 318 int64_t Value2 = Value >> 2; in AddiuspImmValue() local 320 ((Value2 >= 2 && Value2 <= 257) || (Value2 >= -258 && Value2 <= -3))) in AddiuspImmValue() 329 int64_t Value2 = Value >> Shift; in InRange() local 331 (Value2 >= LBound) && (Value2 < HBound)) in InRange()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | Reassociate.h | 88 WeakVH Value2; member 90 bool isValid() const { return Value1 && Value2; } in isValid()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCELFObjectWriter.h | 134 static unsigned setRTypes(unsigned Value1, unsigned Value2, unsigned Value3) { in setRTypes() argument 136 ((Value2 & 0xff) << R_TYPE2_SHIFT) | in setRTypes()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 41 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed() argument 49 File, Line, Condition, Value1, Value2); in reportCheckFailed()
|
| H A D | internal_defs.h | 107 const char *Condition, u64 Value1, u64 Value2);
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/ |
| H A D | dwarfdump-macro.cc | 3 #define M2(x, y) ((x)+(y)* Value2)
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | switch-implicit-fallthrough.cpp | 237 Value1, Value2 enumerator 249 case Value2: in fallthrough_covered_enums()
|
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Mips/ |
| H A D | TargetTest.cpp | 107 const uint32_t Value2 = 0xFFFF0000UL; in TEST_F() local 109 EXPECT_THAT(setRegTo(Reg2, APInt(32, Value2)), in TEST_F()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | default-arguments.cpp | 68 template<T Value1 = sizeof(T), T Value2 = sizeof(U), 69 T Value3 = Value1 + Value2>
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | debugmacinfo-dwo.test | 19 TEST_MACINFODWO: DW_MACINFO_define - lineno: 3 macro: M2(x,y) ((x)+(y)* Value2)
|
| H A D | debugmacinfo.test | 21 TEST_MACINFO: DW_MACINFO_define - lineno: 3 macro: M2(x,y) ((x)+(y)* Value2)
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ConfigYAMLTests.cpp | 43 MATCHER_P2(PairVal, Value1, Value2, "") { 44 if (*arg.first == Value1 && *arg.second == Value2)
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 390 uint32_t Value2 = 0; in recordScatteredRelocation() local 410 Value2 = Writer->getSymbolAddress(*SB, Layout); in recordScatteredRelocation() 436 MRE.r_word1 = Value2; in recordScatteredRelocation()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 417 void printVersionInternal(S Value, T Value2, TArgs... Args) { in printVersionInternal() argument 419 printVersionInternal(Value2, Args...); in printVersionInternal()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 1014 const llvm::APSInt &Value2) { in analyzeLogicOperatorCondition() argument 1015 assert(Value1.isSigned() == Value2.isSigned()); in analyzeLogicOperatorCondition() 1020 return TryResult(Value1 == Value2); in analyzeLogicOperatorCondition() 1022 return TryResult(Value1 != Value2); in analyzeLogicOperatorCondition() 1024 return TryResult(Value1 < Value2); in analyzeLogicOperatorCondition() 1026 return TryResult(Value1 <= Value2); in analyzeLogicOperatorCondition() 1028 return TryResult(Value1 > Value2); in analyzeLogicOperatorCondition() 1030 return TryResult(Value1 >= Value2); in analyzeLogicOperatorCondition()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 1897 SDValue Value1, Value2; in ExpandBUILD_VECTOR() local 1919 } else if (!Value2.getNode()) { in ExpandBUILD_VECTOR() 1921 Value2 = V; in ExpandBUILD_VECTOR() 1922 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR() 1988 if (Value2.getNode()) in ExpandBUILD_VECTOR() 1989 Vec2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value2); in ExpandBUILD_VECTOR()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | pp-trace.rst | 98 Argument2: Value2
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | PDLL.md | 1107 Value value1, Value Value2) {
|