| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | parent_recurse_depth.s | 57 Values: label 60 Values: label 63 Values: label 66 Values: label
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | LatencyBenchmarkRunner.cpp | 33 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 D | RuntimeDebugBuilder.cpp | 97 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 D | ProvenanceAnalysisEvaluator.cpp | 49 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 D | BuildConfusableTable.cpp | 28 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 D | VPlanSLP.cpp | 153 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 D | UniqueCStringMapTest.cpp | 46 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 D | XRayInstr.cpp | 35 SmallVectorImpl<StringRef> &Values) { in serializeXRayInstrValue()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ConfigYAML.cpp | 83 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 D | TargetParser.cpp | 182 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 D | TypeSize.h | 57 LinearPolyBase(ArrayRef<ScalarTy> Values) { in LinearPolyBase()
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/ |
| H A D | AddConstTest.cpp | 53 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 D | OptRSTEmitter.cpp | 86 SmallVector<StringRef> Values; in EmitOptRST() local
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | HashBuilderTest.cpp | 92 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 D | ModuleUtils.cpp | 73 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 D | stl_extras_test.cpp | 60 auto Values = __orc_rt::apply_tuple(apply_variadic(), Items); in TEST() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Option/ |
| H A D | Arg.h | 59 SmallVector<const char *, 2> Values; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Representation.cpp | 35 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 D | TextStubCommon.cpp | 45 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 D | ASTVectorTest.cpp | 72 int Values[] = { 0, 1, 2, 3 }; in TEST_F() local
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VECustomDAG.h | 194 SDValue getMergeValues(ArrayRef<SDValue> Values) const { in getMergeValues()
|
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | NVPTX.h | 122 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidCPUList()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | TinyPtrVectorTest.cpp | 60 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 D | RefactoringActionRulesInternal.h | 52 auto Values = in invokeRuleAfterValidatingRequirements() local
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-param-test.h | 340 internal::ValueArray<T...> Values(T... v) { in Values() function
|