| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugRnglists.cpp | 32 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 …]
|
| D | DWARFDebugLoc.cpp | 64 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 …]
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/ |
| D | scudo_termination.cpp | 36 u64 Value1, u64 Value2) { in CheckFailed() argument 38 File, Line, Condition, Value1, Value2); in CheckFailed()
|
| /freebsd-12-stable/sys/contrib/dev/acpica/compiler/ |
| D | prexpress.c | 407 AslGbl_CurrentLineNumber, ACPI_FORMAT_UINT64 (Value1)); in PrResolveIntegerExpression() 409 *ReturnValue = Value1; in PrResolveIntegerExpression()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| D | Reassociate.h | 87 WeakVH Value1; member 90 bool isValid() const { return Value1 && Value2; } in isValid()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/ |
| D | Arg.cpp | 33 const char *Value1, const Arg *BaseArg) in Arg() argument 37 Values.push_back(Value1); in Arg()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCELFObjectWriter.h | 132 static unsigned setRTypes(unsigned Value1, unsigned Value2, unsigned Value3) { in setRTypes() argument 133 return ((Value1 & 0xff) << R_TYPE_SHIFT) | in setRTypes()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | report.cpp | 41 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed() argument 49 File, Line, Condition, Value1, Value2); in reportCheckFailed()
|
| D | internal_defs.h | 107 const char *Condition, u64 Value1, u64 Value2);
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| D | tdutil.h | 65 bit32 Value1,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugRnglists.h | 34 uint64_t Value1; member
|
| D | DWARFDebugLoc.h | 35 uint64_t Value1; member
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/ |
| D | Arg.h | 72 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/ |
| D | CFG.cpp | 1009 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 1863 SDValue Value1, Value2; in ExpandBUILD_VECTOR() local 1883 if (!Value1.getNode()) { in ExpandBUILD_VECTOR() 1884 Value1 = V; in ExpandBUILD_VECTOR() 1886 if (V != Value1) in ExpandBUILD_VECTOR() 1888 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR() 1893 if (!Value1.getNode()) in ExpandBUILD_VECTOR() 1948 ShuffleVec[i] = V == Value1 ? 0 : NumElems; in ExpandBUILD_VECTOR() 1952 SDValue Vec1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value1); in ExpandBUILD_VECTOR()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | RegisterCoalescer.cpp | 2460 bool valuesIdentical(VNInfo *Value0, VNInfo *Value1, const JoinVals &Other) const; 2635 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1, in valuesIdentical() argument 2640 if (Orig0 == Value1 && Reg0 == Other.Reg) in valuesIdentical() 2645 std::tie(Orig1, Reg1) = Other.followCopyChain(Value1); in valuesIdentical()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 24328 SDValue Value0, Value1; in splitVectorStore() local 24329 std::tie(Value0, Value1) = splitVector(StoredVal, DAG, DL); in splitVectorStore() 24338 SDValue Ch1 = DAG.getStore(Store->getChain(), DL, Value1, Ptr1, in splitVectorStore()
|