Home
last modified time | relevance | path

Searched defs:Values (Results 1 – 25 of 157) sorted by relevance

1234567

/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
H A Dparent_recurse_depth.s57 Values: label
60 Values: label
63 Values: label
66 Values: label
/llvm-project/polly/lib/CodeGen/
H A DRuntimeDebugBuilder.cpp45 ArrayRef<Value *> Values) { in createPrinter() argument
63 prepareValuesForPrinting(PollyIRBuilder &Builder, ArrayRef<Value *> Values) { in prepareValuesForPrinting() argument
105 ArrayRef<Value *> Values) { in createCPUPrinterT() argument
133 ArrayRef<Value *> Values) { in createPrintF() argument
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp38 static double computeVariance(const SmallVector<int64_t, 4> &Values) { in computeVariance()
52 static int64_t findMin(const SmallVector<int64_t, 4> &Values) { in findMin()
58 static int64_t findMax(const SmallVector<int64_t, 4> &Values) { in findMax()
64 static int64_t findMean(const SmallVector<int64_t, 4> &Values) { in findMean()
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysisEvaluator.cpp27 static void insertIfNamed(SetVector<Value *> &Values, Value *V) { in insertIfNamed()
34 SetVector<Value *> Values; in run() local
/llvm-project/clang-tools-extra/clang-tidy/misc/ConfusableTable/
H A DBuildConfusableTable.cpp28 SmallVector<StringRef> Values; in main() local
74 for (const auto &Values : Entries) { in main() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp154 static SmallVector<VPValue *, 4> getOperands(ArrayRef<VPValue *> Values, in getOperands()
165 static bool areCommutative(ArrayRef<VPValue *> Values) { in areCommutative()
171 getOperands(ArrayRef<VPValue *> Values) { in getOperands()
191 static std::optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode()
345 void VPlanSlp::dumpBundle(ArrayRef<VPValue *> Values) { in dumpBundle()
359 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph()
/llvm-project/lldb/unittests/Core/
H A DUniqueCStringMapTest.cpp46 std::vector<NoDefault> Values; in TEST() local
65 std::vector<int> Values; in TEST() local
/llvm-project/clang-tools-extra/clangd/
H A DConfigYAML.cpp84 F.PathMatch = std::move(*Values); in parse() local
88 F.PathExclude = std::move(*Values); in parse() local
101 F.Add = std::move(*Values); in parse() local
105 F.Remove = std::move(*Values); in parse() local
117 F.FullyQualifiedNamespaces = std::move(*Values); in parse() local
126 if (auto Values = scalarValues(N)) parse() local
143 if (auto Values = scalarValues(N)) parse() local
147 if (auto Values = scalarValues(N)) parse() local
169 if (auto Values = scalarValues(N)) parse() local
277 if (auto Values = scalarValues(N)) parse() local
281 if (auto Values = scalarValues(N)) parse() local
[all...]
/llvm-project/clang/lib/Basic/
H A DXRayInstr.cpp35 SmallVectorImpl<StringRef> &Values) { in serializeXRayInstrValue()
/llvm-project/llvm/include/llvm/DWARFLinker/
H A DIndexedValuesMap.h44 SmallVector<T> Values; global() variable
/llvm-project/llvm/unittests/Object/
H A DELFTypesTest.cpp90 const std::array<uint32_t, 2> Values = {{0xFFFF, 0x100001}}; in TEST() local
130 const std::array<uint8_t, 2> Values = {{0b10'0000, 0b1111'0000}}; in TEST() local
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DAddConstTest.cpp54 TEST(Values, Builtin) { in TEST() argument
65 TEST(Values, TypedefBuiltin) { in TEST() argument
80 TEST(Values, TypedefBuiltinPointer) { in TEST() argument
95 TEST(Values, UsingBuiltin) { in TEST() argument
110 TEST(Values, UsingBuiltinPointer) { in TEST() argument
125 TEST(Values, AutoValue) { in TEST() argument
140 TEST(Values, AutoPointer) { in TEST() argument
155 TEST(Values, AutoReference) { in TEST() argument
170 TEST(Values, DeclTypeValue) { in TEST() argument
185 TEST(Values, DeclTypePointe in TEST() argument
202 TEST(Values,DeclTypeReference) TEST() argument
220 TEST(Values,Parens) TEST() argument
[all...]
/llvm-project/llvm/utils/TableGen/
H A DOptRSTEmitter.cpp
/llvm-project/llvm/unittests/Support/
H A DHashBuilderTest.cpp92 int Values[] = {1, 2, 3}; in TYPED_TEST() local
207 int Values[] = {1, 20, 0x12345678}; in TYPED_TEST() local
219 int Values[] = {1, 2, 3}; in TYPED_TEST() local
242 SimpleStruct Values[] = {{'a', 100}, {'b', 200}}; in TYPED_TEST() local
/llvm-project/llvm/unittests/Analysis/
H A DTensorSpecTest.cpp65 std::vector<int32_t> Values{1, 3}; in TEST() local
/llvm-project/llvm/lib/TargetParser/
H A DLoongArchTargetParser.cpp52 fillValidCPUList(SmallVectorImpl<StringRef> & Values) fillValidCPUList() argument
H A DTargetParser.cpp214 fillValidArchListAMDGCN(SmallVectorImpl<StringRef> & Values) fillValidArchListAMDGCN() argument
220 fillValidArchListR600(SmallVectorImpl<StringRef> & Values) fillValidArchListR600() argument
H A DRISCVTargetParser.cpp83 fillValidCPUArchList(SmallVectorImpl<StringRef> & Values,bool IsRV64) fillValidCPUArchList() argument
90 fillValidTuneCPUArchList(SmallVectorImpl<StringRef> & Values,bool IsRV64) fillValidTuneCPUArchList() argument
/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.cpp45 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, in output()
94 PlatformSet &Values) { in input()
/llvm-project/clang/unittests/AST/
H A DASTVectorTest.cpp72 int Values[] = { 0, 1, 2, 3 }; in TEST_F() local
/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.h194 SDValue getMergeValues(ArrayRef<SDValue> Values) const { in getMergeValues()
/llvm-project/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp58 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
70 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/llvm-project/clang-tools-extra/clang-doc/
H A DRepresentation.cpp35 reduce(std::vector<std::unique_ptr<Info>> &Values) { in reduce() argument
74 mergeInfos(std::vector<std::unique_ptr<Info>> &Values) { in mergeInfos() argument
[all...]
/llvm-project/llvm/include/llvm/Option/
H A DArg.h65 SmallVector<const char *, 2> Values; variable
/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.h128 fillValidCPUList(SmallVectorImpl<StringRef> & Values) fillValidCPUList() argument

1234567