Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_termination.cpp37 u64 Value1, u64 Value2) { in CheckFailed() argument
39 File, Line, Condition, Value1, Value2); in CheckFailed()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp167 const uint32_t Value2) { in makeScatteredRelocationInfo() argument
172 MRE.r_word1 = Value2; in makeScatteredRelocationInfo()
216 uint32_t Value2 = 0; in recordScatteredRelocation() local
226 Value2 = Writer->getSymbolAddress(*SB, Layout); in recordScatteredRelocation()
281 Log2Size, IsPCRel, Value2); in recordScatteredRelocation()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp172 uint32_t Value2 = 0; in RecordARMScatteredHalfRelocation() local
188 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
239 MRE.r_word1 = Value2; in RecordARMScatteredHalfRelocation()
288 uint32_t Value2 = 0; in RecordARMScatteredRelocation() local
303 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation()
316 MRE.r_word1 = Value2; in RecordARMScatteredRelocation()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp319 int64_t Value2 = Value >> 2; in AddiuspImmValue() local
321 ((Value2 >= 2 && Value2 <= 257) || (Value2 >= -258 && Value2 <= -3))) in AddiuspImmValue()
330 int64_t Value2 = Value >> Shift; in InRange() local
332 (Value2 >= LBound) && (Value2 < HBound)) in InRange()
/freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdutil.h66 bit32 Value2,
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp392 uint32_t Value2 = 0; in recordScatteredRelocation() local
412 Value2 = Writer->getSymbolAddress(*SB, Layout); in recordScatteredRelocation()
438 MRE.r_word1 = Value2; in recordScatteredRelocation()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DScopedPrinter.h336 void printVersionInternal(S Value, T Value2, TArgs... Args) { in printVersionInternal() argument
338 printVersionInternal(Value2, Args...); in printVersionInternal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp981 const llvm::APSInt &Value2) { in analyzeLogicOperatorCondition() argument
982 assert(Value1.isSigned() == Value2.isSigned()); in analyzeLogicOperatorCondition()
987 return TryResult(Value1 == Value2); in analyzeLogicOperatorCondition()
989 return TryResult(Value1 != Value2); in analyzeLogicOperatorCondition()
991 return TryResult(Value1 < Value2); in analyzeLogicOperatorCondition()
993 return TryResult(Value1 <= Value2); in analyzeLogicOperatorCondition()
995 return TryResult(Value1 > Value2); in analyzeLogicOperatorCondition()
997 return TryResult(Value1 >= Value2); in analyzeLogicOperatorCondition()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1880 SDValue Value1, Value2; in ExpandBUILD_VECTOR() local
1902 } else if (!Value2.getNode()) { in ExpandBUILD_VECTOR()
1904 Value2 = V; in ExpandBUILD_VECTOR()
1905 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR()
1971 if (Value2.getNode()) in ExpandBUILD_VECTOR()
1972 Vec2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value2); in ExpandBUILD_VECTOR()