Home
last modified time | relevance | path

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

123456

/llvm-project-15.0.7/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-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp33 static double computeVariance(const llvm::SmallVector<int64_t, 4> &Values) { in computeVariance()
47 static int64_t findMin(const llvm::SmallVector<int64_t, 4> &Values) { in findMin()
53 static int64_t findMax(const llvm::SmallVector<int64_t, 4> &Values) { in findMax()
59 static int64_t findMean(const llvm::SmallVector<int64_t, 4> &Values) { in findMean()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DRuntimeDebugBuilder.cpp97 ArrayRef<Value *> Values) { in createPrinter()
118 prepareValuesForPrinting(PollyIRBuilder &Builder, ArrayRef<Value *> Values) { in prepareValuesForPrinting()
160 ArrayRef<Value *> Values) { in createCPUPrinterT()
173 ArrayRef<Value *> Values) { in createGPUPrinterT()
260 ArrayRef<Value *> Values) { in createPrintF()
/llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysisEvaluator.cpp49 static void insertIfNamed(SetVector<Value *> &Values, Value *V) { in insertIfNamed()
56 SetVector<Value *> Values; in runOnFunction() local
/llvm-project-15.0.7/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-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp153 static SmallVector<VPValue *, 4> getOperands(ArrayRef<VPValue *> Values, in getOperands()
164 static bool areCommutative(ArrayRef<VPValue *> Values) { in areCommutative()
170 getOperands(ArrayRef<VPValue *> Values) { in getOperands()
190 static Optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode()
344 void VPlanSlp::dumpBundle(ArrayRef<VPValue *> Values) { in dumpBundle()
358 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DUniqueCStringMapTest.cpp46 std::vector<NoDefault> Values; in TEST() local
65 std::vector<int> Values; in TEST() local
/llvm-project-15.0.7/clang/lib/Basic/
H A DXRayInstr.cpp35 SmallVectorImpl<StringRef> &Values) { in serializeXRayInstrValue()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigYAML.cpp83 if (auto Values = scalarValues(N)) in parse() local
87 if (auto Values = scalarValues(N)) in parse() local
100 if (auto Values = scalarValues(N)) in parse() local
104 if (auto Values = scalarValues(N)) in parse() local
116 if (auto Values = scalarValues(N)) in parse() local
125 if (auto Values = scalarValues(N)) in parse() local
139 if (auto Values = scalarValues(N)) in parse() local
143 if (auto Values = scalarValues(N)) in parse() local
161 if (auto Values = scalarValues(N)) in parse() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DTargetParser.cpp182 void AMDGPU::fillValidArchListAMDGCN(SmallVectorImpl<StringRef> &Values) { in fillValidArchListAMDGCN()
188 void AMDGPU::fillValidArchListR600(SmallVectorImpl<StringRef> &Values) { in fillValidArchListR600()
312 void fillValidCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidCPUArchList()
319 void fillValidTuneCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidTuneCPUArchList()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTypeSize.h57 LinearPolyBase(ArrayRef<ScalarTy> Values) { in LinearPolyBase()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DAddConstTest.cpp53 TEST(Values, Builtin) { in TEST() argument
64 TEST(Values, TypedefBuiltin) { in TEST() argument
94 TEST(Values, UsingBuiltin) { in TEST() argument
109 TEST(Values, UsingBuiltinPointer) { in TEST() argument
124 TEST(Values, AutoValue) { in TEST() argument
139 TEST(Values, AutoPointer) { in TEST() argument
154 TEST(Values, AutoReference) { in TEST() argument
169 TEST(Values, DeclTypeValue) { in TEST() argument
184 TEST(Values, DeclTypePointer) { in TEST() argument
201 TEST(Values, DeclTypeReference) { in TEST() argument
[all …]
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DOptRSTEmitter.cpp86 SmallVector<StringRef> Values; in EmitOptRST() local
/llvm-project-15.0.7/llvm/unittests/Support/
H A DHashBuilderTest.cpp92 int Values[] = {1, 2, 3}; in TYPED_TEST() local
206 int Values[] = {1, 20, 0x12345678}; in TYPED_TEST() local
218 int Values[] = {1, 2, 3}; in TYPED_TEST() local
241 SimpleStruct Values[] = {{'a', 100}, {'b', 200}}; in TYPED_TEST() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp73 static void appendToUsedList(Module &M, StringRef Name, ArrayRef<GlobalValue *> Values) { in appendToUsedList()
105 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed()
109 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed()
/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Dstl_extras_test.cpp60 auto Values = __orc_rt::apply_tuple(apply_variadic(), Items); in TEST() local
/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DArg.h59 SmallVector<const char *, 2> Values; variable
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DRepresentation.cpp35 reduce(std::vector<std::unique_ptr<Info>> &Values) { in reduce()
97 mergeInfos(std::vector<std::unique_ptr<Info>> &Values) { in mergeInfos()
/llvm-project-15.0.7/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-15.0.7/clang/unittests/AST/
H A DASTVectorTest.cpp72 int Values[] = { 0, 1, 2, 3 }; in TEST_F() local
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVECustomDAG.h194 SDValue getMergeValues(ArrayRef<SDValue> Values) const { in getMergeValues()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DNVPTX.h122 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidCPUList()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h52 auto Values = in invokeRuleAfterValidatingRequirements() local
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h340 internal::ValueArray<T...> Values(T... v) { in Values() function

123456