Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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.cpp225 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 DDemandedBitsTest.cpp44 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 DMetadataTest.cpp3611 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 DTargetTest.cpp90 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 Dp4-neg.cpp11 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 Dscudo_termination.cpp36 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 Dwarn-unreachable.c172 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 DSuspiciousMemsetUsageCheck.cpp116 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 DReassociate.h87 WeakVH Value1; member
90 bool isValid() const { return Value1 && Value2; } in isValid()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h134 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 DArg.cpp33 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 DSelectionDAGAddressAnalysisTest.cpp284 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 Dreport.cpp41 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed() argument
49 File, Line, Condition, Value1, Value2); in reportCheckFailed()
H A Dinternal_defs.h107 const char *Condition, u64 Value1, u64 Value2);
/llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-macro.cc1 #define M1 Value1
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough.cpp237 Value1, Value2 enumerator
246 case Value1: in fallthrough_covered_enums()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddefault-arguments.cpp68 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 DDWARFDebugRnglists.h37 uint64_t Value1; member
H A DDWARFDebugLoc.h39 uint64_t Value1; member
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Ddebugmacinfo-dwo.test14 TEST_MACINFODWO: DW_MACINFO_define - lineno: 1 macro: M1 Value1
H A Ddebugmacinfo.test16 TEST_MACINFO: DW_MACINFO_define - lineno: 1 macro: M1 Value1
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DConfigYAMLTests.cpp43 MATCHER_P2(PairVal, Value1, Value2, "") {
44 if (*arg.first == Value1 && *arg.second == Value2)
/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DArg.h72 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp555 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()

12