Home
last modified time | relevance | path

Searched refs:Value2 (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp161 uint32_t Value2 = 0; in recordARMScatteredHalfRelocation() local
177 Value2 = Writer->getSymbolAddress(B->getSymbol(), Asm); in recordARMScatteredHalfRelocation()
228 MRE.r_word1 = Value2; in recordARMScatteredHalfRelocation()
272 uint32_t Value2 = 0; in recordARMScatteredRelocation() local
287 Value2 = Writer->getSymbolAddress(B->getSymbol(), Asm); in recordARMScatteredRelocation()
300 MRE.r_word1 = Value2; in recordARMScatteredRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp192 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 DMicroMipsSizeReduction.cpp318 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 DReassociate.h102 WeakVH Value2; member
104 bool isValid() const { return Value1 && Value2; } in isValid()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp37 const char *Condition, u64 Value1, u64 Value2) { in trap()
45 File, Line, Condition, Value1, Value2); in reportHardRSSLimit()
53 reportCheckFailed(const char * File,int Line,const char * Condition,u64 Value1,u64 Value2) reportCheckFailed() argument
H A Dinternal_defs.h107 const char *Condition, u64 Value1, u64 Value2);
/freebsd/contrib/bsddialog/examples_utility/
H A Dform.sh19 Label2: 1 0 Value2 1 8 18 25 \
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h139 static unsigned setRTypes(unsigned Value1, unsigned Value2, unsigned Value3) { in setRTypes() argument
141 ((Value2 & 0xff) << R_TYPE2_SHIFT) | in setRTypes()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdutil.h65 bit32 Value2,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp379 uint32_t Value2 = 0; in recordScatteredRelocation() local
399 Value2 = Writer->getSymbolAddress(*SB, Asm); in recordScatteredRelocation()
425 MRE.r_word1 = Value2; in recordScatteredRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h441 void printVersionInternal(S Value, T Value2, TArgs... Args) { in printVersionInternal() argument
443 printVersionInternal(Value2, Args...); in printVersionInternal()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1057 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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1939 SDValue Value1, Value2; in ExpandBUILD_VECTOR() local
1961 } else if (!Value2.getNode()) { in ExpandBUILD_VECTOR()
1963 Value2 = V; in ExpandBUILD_VECTOR()
1964 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR()
2030 if (Value2.getNode()) in ExpandBUILD_VECTOR()
2031 Vec2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value2); in ExpandBUILD_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10942 SDValue Value2 = SDValue(WideVec.getNode(), 1); in LowerINTRINSIC_WO_CHAIN() local
10947 Subtarget.isLittleEndian() ? Value2 : Value, in LowerINTRINSIC_WO_CHAIN()
10953 Subtarget.isLittleEndian() ? Value2 : Value, in LowerINTRINSIC_WO_CHAIN()
10959 Subtarget.isLittleEndian() ? Value : Value2, in LowerINTRINSIC_WO_CHAIN()
10965 Subtarget.isLittleEndian() ? Value : Value2, in LowerINTRINSIC_WO_CHAIN()
11588 SDValue Value2 = SN->getValue(); in LowerVectorStore() local
11611 Value2 = SDValue(ExtNode, 1); in LowerVectorStore()
11622 Idx > 1 ? Value2 : Value, in LowerVectorStore()