| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | Reassociate.h | 88 WeakVH Value2; member 90 bool isValid() const { return Value1 && Value2; } in isValid()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCELFObjectWriter.h | 132 static unsigned setRTypes(unsigned Value1, unsigned Value2, unsigned Value3) { in setRTypes() argument 134 ((Value2 & 0xff) << R_TYPE2_SHIFT) | in setRTypes()
|
| /freebsd-13.1/contrib/llvm-project/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);
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdutil.h | 66 bit32 Value2,
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 327 void printVersionInternal(S Value, T Value2, TArgs... Args) { in printVersionInternal() argument 329 printVersionInternal(Value2, Args...); in printVersionInternal()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 1010 const llvm::APSInt &Value2) { in analyzeLogicOperatorCondition() argument 1011 assert(Value1.isSigned() == Value2.isSigned()); in analyzeLogicOperatorCondition() 1016 return TryResult(Value1 == Value2); in analyzeLogicOperatorCondition() 1018 return TryResult(Value1 != Value2); 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 1863 SDValue Value1, Value2; in ExpandBUILD_VECTOR() local 1885 } else if (!Value2.getNode()) { in ExpandBUILD_VECTOR() 1887 Value2 = V; in ExpandBUILD_VECTOR() 1888 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR() 1954 if (Value2.getNode()) in ExpandBUILD_VECTOR() 1955 Vec2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value2); in ExpandBUILD_VECTOR()
|