| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A 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 …]
|
| H A D | DWARFDebugLoc.cpp | 225 if (Value0 == 0 && Value1 == 0) { in visitLocationList() 229 E.Value0 = Value1; in visitLocationList() 234 E.Value1 = Value1; in visitLocationList() 254 uint64_t Value0, Value1; in dumpRawEntry() local 258 Value1 = Entry.Value0; in dumpRawEntry() 262 Value1 = Entry.Value1; in dumpRawEntry() 292 E.Value1 = Data.getULEB128(C); in visitLocationList() 299 E.Value1 = Data.getU32(C); in visitLocationList() 301 E.Value1 = Data.getULEB128(C); in visitLocationList() 305 E.Value1 = Data.getULEB128(C); in visitLocationList() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DemandedBitsTest.cpp | 44 ForeachNumInKnownBits(Known1, [&](APInt Value1) { in TestBinOpExhaustive() argument 46 APInt ReferenceResult = EvalFn((Value1 & AB1), (Value2 & AB2)); in TestBinOpExhaustive() 47 APInt Result = EvalFn(Value1, Value2); in TestBinOpExhaustive()
|
| H A D | MetadataTest.cpp | 3611 MDTuple *A = MDTuple::getDistinct(Context, {Value1, Value1}); in TEST_F() 3612 EXPECT_EQ(A->getOperand(0), Value1); in TEST_F() 3613 EXPECT_EQ(A->getOperand(1), Value1); in TEST_F() 3627 Value *V1 = Value1->getValue(); in TEST_F() 3644 A->push_back(Value1); in TEST_F() 3687 Temp1->push_back(Value1); in TEST_F() 3708 C->push_back(Value1); in TEST_F() 3721 A->push_back(Value1); in TEST_F() 3722 A->push_back(Value1); in TEST_F() 3729 Value *V1 = Value1->getValue(); in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Mips/ |
| H A D | TargetTest.cpp | 90 const uint32_t Value1 = 0xFFFFFFFFUL; in TEST_F() local 92 EXPECT_THAT(setRegTo(Reg1, APInt(32, Value1)), in TEST_F() 102 const uint32_t Value1 = 0x7FFFFFFFUL; in TEST_F() local 104 EXPECT_THAT(setRegTo(Reg1, APInt(32, Value1)), in TEST_F()
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/ |
| H A D | p4-neg.cpp | 11 template<template<class T, T Value1, INT> class X> 13 template<template<typename T, T Value1, int> class>
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_termination.cpp | 36 u64 Value1, u64 Value2) { in CheckFailed() argument 38 File, Line, Condition, Value1, Value2); in CheckFailed()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-unreachable.c | 172 typedef enum { Value1 = 1 } MyEnum; enumerator 175 case Value1: in unreachable_default() 208 return Value1; // expected-warning {{'return' will never be executed}} in trivial_dead_return_enum() 339 return Value1; // no-warning in trivial_dead_return_enum_SUPPRESSED()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | SuspiciousMemsetUsageCheck.cpp | 116 llvm::APSInt Value1 = EVResult.Val.getInt(); in check() local 117 if (Value1 == 0 || Value1.isNegative()) in check()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | Reassociate.h | 87 WeakVH Value1; member 90 bool isValid() const { return Value1 && Value2; } in isValid()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCELFObjectWriter.h | 134 static unsigned setRTypes(unsigned Value1, unsigned Value2, unsigned Value3) { in setRTypes() argument 135 return ((Value1 & 0xff) << R_TYPE_SHIFT) | in setRTypes()
|
| /llvm-project-15.0.7/llvm/lib/Option/ |
| H A D | Arg.cpp | 33 const char *Value1, const Arg *BaseArg) in Arg() argument 37 Values.push_back(Value1); in Arg()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | SelectionDAGAddressAnalysisTest.cpp | 284 SDValue Value1 = DAG->getConstant(0, Loc, SubVecVT); in TEST_F() local 291 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value1, Index1, in TEST_F() 325 SDValue Value1 = DAG->getConstant(0, Loc, SubVecVT); in TEST_F() local 332 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value1, Index1, in TEST_F() 360 SDValue Value1 = DAG->getConstant(0, Loc, VecVT); in TEST_F() local 366 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value1, Index1, in TEST_F()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 41 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed() argument 49 File, Line, Condition, Value1, Value2); in reportCheckFailed()
|
| H A D | internal_defs.h | 107 const char *Condition, u64 Value1, u64 Value2);
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/ |
| H A D | dwarfdump-macro.cc | 1 #define M1 Value1
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | switch-implicit-fallthrough.cpp | 237 Value1, Value2 enumerator 246 case Value1: in fallthrough_covered_enums()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | default-arguments.cpp | 68 template<T Value1 = sizeof(T), T Value2 = sizeof(U), 69 T Value3 = Value1 + Value2>
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugRnglists.h | 37 uint64_t Value1; member
|
| H A D | DWARFDebugLoc.h | 39 uint64_t Value1; member
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | debugmacinfo-dwo.test | 14 TEST_MACINFODWO: DW_MACINFO_define - lineno: 1 macro: M1 Value1
|
| H A D | debugmacinfo.test | 16 TEST_MACINFO: DW_MACINFO_define - lineno: 1 macro: M1 Value1
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ConfigYAMLTests.cpp | 43 MATCHER_P2(PairVal, Value1, Value2, "") { 44 if (*arg.first == Value1 && *arg.second == Value2)
|
| /llvm-project-15.0.7/llvm/include/llvm/Option/ |
| H A D | Arg.h | 72 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 555 BaseAddress + Entry.Value0, BaseAddress + Entry.Value1, in updateUnitDebugInfo() 560 Entry.Value0, Entry.Value0 + Entry.Value1, Entry.Loc}); in updateUnitDebugInfo() 575 EntryAddress->Address + Entry.Value1, Entry.Loc}); in updateUnitDebugInfo() 583 Unit.getAddrOffsetSectionItem(Entry.Value1); in updateUnitDebugInfo()
|