Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp171 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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h88 WeakVH Value2; member
90 bool isValid() const { return Value1 && Value2; } in isValid()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h132 static unsigned setRTypes(unsigned Value1, unsigned Value2, unsigned Value3) { in setRTypes() argument
134 ((Value2 & 0xff) << R_TYPE2_SHIFT) | in setRTypes()
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daeregion.c98 UINT32 Value2; in AeRegionHandler() local
171 Status = AcpiHwReadPort (Address+4, &Value2, 32); in AeRegionHandler()
174 *Value = Value1 | ((UINT64) Value2 << 32); in AeRegionHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp390 uint32_t Value2 = 0; in recordScatteredRelocation() local
410 Value2 = Writer->getSymbolAddress(*SB, Layout); in recordScatteredRelocation()
436 MRE.r_word1 = Value2; in recordScatteredRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScopedPrinter.h326 void printVersionInternal(S Value, T Value2, TArgs... Args) { in printVersionInternal() argument
328 printVersionInternal(Value2, Args...); in printVersionInternal()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dwrite.d1145 Value1, Value2 enumerator
1148 formattedWrite(stream, "%s", TestEnum.Value2);
H A Dpackage.d1097 Value1, Value2 enumerator
1099 r = format("%s", TestEnum.Value2);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp1010 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1857 SDValue Value1, Value2; in ExpandBUILD_VECTOR() local
1879 } else if (!Value2.getNode()) { in ExpandBUILD_VECTOR()
1881 Value2 = V; in ExpandBUILD_VECTOR()
1882 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR()
1948 if (Value2.getNode()) in ExpandBUILD_VECTOR()
1949 Vec2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value2); in ExpandBUILD_VECTOR()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dformat.d4546 Value1, Value2
4548 stream.clear(); formattedWrite(stream, "%s", TestEnum.Value2);
5678 Value1, Value2
5680 r = format("%s", TestEnum.Value2);