Home
last modified time | relevance | path

Searched refs:Value1 (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp32 Value0 = Value1 = 0; in extract()
41 Value1 = Data.getULEB128(C); in extract()
45 Value1 = Data.getULEB128(C); in extract()
50 Value1 = Data.getULEB128(C); in extract()
59 Value1 = Data.getRelocatedAddress(C); in extract()
64 Value1 = Data.getULEB128(C); in extract()
125 E.HighPC = RLE.Value1; in getAbsoluteRanges()
135 E.HighPC = RLE.Value1; in getAbsoluteRanges()
139 E.HighPC = E.LowPC + RLE.Value1; in getAbsoluteRanges()
147 E.HighPC = E.LowPC + RLE.Value1; in getAbsoluteRanges()
[all …]
H A DDWARFDebugLoc.cpp64 Optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret()
66 return createResolverError(E.Value1, E.Kind); in Interpret()
76 LowPC->Address + E.Value1, in Interpret()
86 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1, in Interpret()
99 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc}; in Interpret()
102 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret()
215 uint64_t Value1 = Data.getRelocatedAddress(C, &SectionIndex); in visitLocationList() local
223 if (Value0 == 0 && Value1 == 0) { in visitLocationList()
227 E.Value0 = Value1; in visitLocationList()
232 E.Value1 = Value1; in visitLocationList()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daeregion.c97 UINT32 Value1; in AeRegionHandler() local
169 Status = AcpiHwReadPort (Address, &Value1, 32); in AeRegionHandler()
174 *Value = Value1 | ((UINT64) Value2 << 32); in AeRegionHandler()
178 Status = AcpiHwReadPort (Address, &Value1, BitWidth); in AeRegionHandler()
180 *Value = (UINT64) Value1; in AeRegionHandler()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dprexpress.c299 AslGbl_CurrentLineNumber, ACPI_FORMAT_UINT64 (Value1)); in PrResolveIntegerExpression()
301 *ReturnValue = Value1; in PrResolveIntegerExpression()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h87 WeakVH Value1; 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
133 return ((Value1 & 0xff) << R_TYPE_SHIFT) | in setRTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DArg.cpp33 const char *Value1, const Arg *BaseArg) in Arg() argument
37 Values.push_back(Value1); in Arg()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h34 uint64_t Value1; member
H A DDWARFDebugLoc.h35 uint64_t Value1; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArg.h72 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp1009 const llvm::APSInt &Value1, 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
1877 if (!Value1.getNode()) { in ExpandBUILD_VECTOR()
1878 Value1 = V; in ExpandBUILD_VECTOR()
1880 if (V != Value1) in ExpandBUILD_VECTOR()
1882 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR()
1887 if (!Value1.getNode()) in ExpandBUILD_VECTOR()
1942 ShuffleVec[i] = V == Value1 ? 0 : NumElems; in ExpandBUILD_VECTOR()
1946 SDValue Vec1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value1); in ExpandBUILD_VECTOR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2428 bool valuesIdentical(VNInfo *Value0, VNInfo *Value1, const JoinVals &Other) const;
2603 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1, in valuesIdentical() argument
2608 if (Orig0 == Value1 && Reg0 == Other.Reg) in valuesIdentical()
2613 std::tie(Orig1, Reg1) = Other.followCopyChain(Value1); in valuesIdentical()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dwrite.d1145 Value1, Value2 enumerator
H A Dpackage.d1097 Value1, Value2 enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dformat.d4546 Value1, Value2
5678 Value1, Value2
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24160 SDValue Value0, Value1; in splitVectorStore() local
24161 std::tie(Value0, Value1) = splitVector(StoredVal, DAG, DL); in splitVectorStore()
24170 SDValue Ch1 = DAG.getStore(Store->getChain(), DL, Value1, Ptr1, in splitVectorStore()