| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 37 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed() argument 45 File, Line, Condition, Value1, Value2); in reportCheckFailed()
|
| H A D | internal_defs.h | 107 const char *Condition, u64 Value1, u64 Value2);
|
| /freebsd-14.2/contrib/bsddialog/examples_utility/ |
| H A D | form.sh | 19 Label2: 1 0 Value2 1 8 18 25 \
|
| /freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdutil.h | 65 bit32 Value2,
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 441 void printVersionInternal(S Value, T Value2, TArgs... Args) { in printVersionInternal() argument 443 printVersionInternal(Value2, Args...); in printVersionInternal()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 1057 const llvm::APSInt &Value2) { in analyzeLogicOperatorCondition() argument 1058 assert(Value1.isSigned() == Value2.isSigned()); in analyzeLogicOperatorCondition() 1063 return TryResult(Value1 == Value2); in analyzeLogicOperatorCondition() 1065 return TryResult(Value1 != Value2); in analyzeLogicOperatorCondition() 1067 return TryResult(Value1 < Value2); in analyzeLogicOperatorCondition() 1069 return TryResult(Value1 <= Value2); in analyzeLogicOperatorCondition() 1071 return TryResult(Value1 > Value2); in analyzeLogicOperatorCondition() 1073 return TryResult(Value1 >= Value2); in analyzeLogicOperatorCondition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 1924 SDValue Value1, Value2; in ExpandBUILD_VECTOR() local 1946 } else if (!Value2.getNode()) { in ExpandBUILD_VECTOR() 1948 Value2 = V; in ExpandBUILD_VECTOR() 1949 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR() 2015 if (Value2.getNode()) in ExpandBUILD_VECTOR() 2016 Vec2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value2); in ExpandBUILD_VECTOR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 10749 SDValue Value2 = SDValue(WideVec.getNode(), 1); in LowerINTRINSIC_WO_CHAIN() local 10754 Subtarget.isLittleEndian() ? Value2 : Value, in LowerINTRINSIC_WO_CHAIN() 10760 Subtarget.isLittleEndian() ? Value2 : Value, in LowerINTRINSIC_WO_CHAIN() 10766 Subtarget.isLittleEndian() ? Value : Value2, in LowerINTRINSIC_WO_CHAIN() 10772 Subtarget.isLittleEndian() ? Value : Value2, in LowerINTRINSIC_WO_CHAIN() 11395 SDValue Value2 = SN->getValue(); in LowerVectorStore() local 11418 Value2 = SDValue(ExtNode, 1); in LowerVectorStore() 11429 Idx > 1 ? Value2 : Value, in LowerVectorStore()
|