| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | CodeGenIntrinsics.h | 138 uint64_t Value2; member 141 : Kind(K), Value(V), Value2(V2) {} in ArgAttribute() 144 return std::tie(Kind, Value, Value2) < 145 std::tie(Other.Kind, Other.Value, Other.Value2);
|
| H A D | IntrinsicEmitter.cpp | 552 AttrName, (int64_t)Attr.Value, (int64_t)Attr.Value2); in EmitAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 161 uint32_t Value2 = 0; in recordARMScatteredHalfRelocation() local 175 Value2 = Writer->getSymbolAddress(*SB); in recordARMScatteredHalfRelocation() 226 MRE.r_word1 = Value2; in recordARMScatteredHalfRelocation() 269 uint32_t Value2 = 0; in recordARMScatteredRelocation() local 283 Value2 = Writer->getSymbolAddress(*SB); in recordARMScatteredRelocation() 296 MRE.r_word1 = Value2; in recordARMScatteredRelocation()
|
| /freebsd/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/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/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | Reassociate.h | 90 WeakVH Value2; member 92 bool isValid() const { return Value1 && Value2; } in isValid()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 38 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed() argument 46 File, Line, Condition, Value1, Value2); in reportCheckFailed()
|
| H A D | internal_defs.h | 107 const char *Condition, u64 Value1, u64 Value2);
|
| /freebsd/contrib/bsddialog/examples_utility/ |
| H A D | form.sh | 19 Label2: 1 0 Value2 1 8 18 25 \
|
| /freebsd/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/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdutil.h | 65 bit32 Value2,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 369 uint32_t Value2 = 0; in recordScatteredRelocation() local 386 Value2 = Writer->getSymbolAddress(*SB); in recordScatteredRelocation() 412 MRE.r_word1 = Value2; in recordScatteredRelocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 451 void printVersionInternal(S Value, T Value2, TArgs... Args) { in printVersionInternal() argument 453 printVersionInternal(Value2, Args...); in printVersionInternal()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 1086 const APFloatOrInt &Value2) { in analyzeLogicOperatorCondition() argument 1091 return TryResult(Value1 == Value2); in analyzeLogicOperatorCondition() 1093 return TryResult(Value1 != Value2); in analyzeLogicOperatorCondition() 1095 return TryResult(Value1 < Value2); in analyzeLogicOperatorCondition() 1097 return TryResult(Value1 <= Value2); in analyzeLogicOperatorCondition() 1099 return TryResult(Value1 > Value2); in analyzeLogicOperatorCondition() 1101 return TryResult(Value1 >= Value2); in analyzeLogicOperatorCondition()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2003 SDValue Value1, Value2; in ExpandBUILD_VECTOR() local 2025 } else if (!Value2.getNode()) { in ExpandBUILD_VECTOR() 2027 Value2 = V; in ExpandBUILD_VECTOR() 2028 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR() 2094 if (Value2.getNode()) in ExpandBUILD_VECTOR() 2095 Vec2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value2); in ExpandBUILD_VECTOR()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 11189 SDValue Value2 = SDValue(WideVec.getNode(), 1); in LowerINTRINSIC_WO_CHAIN() local 11194 Subtarget.isLittleEndian() ? Value2 : Value, in LowerINTRINSIC_WO_CHAIN() 11200 Subtarget.isLittleEndian() ? Value2 : Value, in LowerINTRINSIC_WO_CHAIN() 11206 Subtarget.isLittleEndian() ? Value : Value2, in LowerINTRINSIC_WO_CHAIN() 11212 Subtarget.isLittleEndian() ? Value : Value2, in LowerINTRINSIC_WO_CHAIN() 12237 SDValue Value2 = SN->getValue(); in LowerVectorStore() local 12263 Value2 = SDValue(ExtNode, 1); in LowerVectorStore() 12274 Idx > 1 ? Value2 : Value, in LowerVectorStore()
|