Home
last modified time | relevance | path

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

12345

/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp154 static SmallVector<VPValue *, 4> getOperands(ArrayRef<VPValue *> Values, in getOperands() argument
165 static bool areCommutative(ArrayRef<VPValue *> Values) { in areCommutative() argument
171 getOperands(ArrayRef<VPValue *> Values) { in getOperands() argument
191 static std::optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() argument
345 dumpBundle(ArrayRef<VPValue * > Values) dumpBundle() argument
359 buildGraph(ArrayRef<VPValue * > Values) buildGraph() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DXRayInstr.cpp35 SmallVectorImpl<StringRef> &Values) { in serializeXRayInstrValue()
H A DSanitizers.cpp40 SmallVectorImpl<StringRef> &Values) { in serializeSanitizerSet()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DIndexedValuesMap.h44 SmallVector<T> Values; variable
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp82 fillValidCPUArchList(SmallVectorImpl<StringRef> & Values,bool IsRV64) fillValidCPUArchList() argument
89 fillValidTuneCPUArchList(SmallVectorImpl<StringRef> & Values,bool IsRV64) fillValidTuneCPUArchList() argument
H A DTargetParser.cpp189 fillValidArchListAMDGCN(SmallVectorImpl<StringRef> & Values) fillValidArchListAMDGCN() argument
195 fillValidArchListR600(SmallVectorImpl<StringRef> & Values) fillValidArchListR600() argument
H A DLoongArchTargetParser.cpp52 fillValidCPUList(SmallVectorImpl<StringRef> & Values) fillValidCPUList() argument
H A DCSKYTargetParser.cpp117 void CSKY::fillValidCPUArchList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUArchList()
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DOptRSTEmitter.cpp86 SmallVector<StringRef> Values; in EmitOptRST() local
/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.h194 SDValue getMergeValues(ArrayRef<SDValue> Values) const { in getMergeValues()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h65 SmallVector<const char *, 2> Values; variable
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.h126 fillValidCPUList(SmallVectorImpl<StringRef> & Values) fillValidCPUList() argument
H A DSystemZ.h133 fillValidTuneCPUList(SmallVectorImpl<StringRef> & Values) fillValidTuneCPUList() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp91 appendToUsedList(Module & M,StringRef Name,ArrayRef<GlobalValue * > Values) appendToUsedList() argument
113 appendToUsed(Module & M,ArrayRef<GlobalValue * > Values) appendToUsed() argument
117 appendToCompilerUsed(Module & M,ArrayRef<GlobalValue * > Values) appendToCompilerUsed() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h52 auto Values = in invokeRuleAfterValidatingRequirements() local
/freebsd-src/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp99 SmallVector<const char *, 16> Values; in getAllArgValues() local
152 const auto &Values = Arg->getValues(); in AddAllArgValues() local
/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h335 internal::ValueArray<T...> Values(T... v) { in Values() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h101 std::vector<FormValue> Values; member
180 std::vector<yaml::Hex64> Values; global() member
185 std::vector<yaml::Hex64> Values; global() member
190 std::vector<yaml::Hex64> Values; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h65 std::map<Value *, GenericValue> Values; // LLVM values used in this invocation member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h32 RawLocationWrapper Values = RawLocationWrapper(); member
H A DAccelTable.h143 std::vector<AccelTableData *> Values; member
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp206 std::vector<CCR> Values; in getPossibleResultsForType() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp158 SmallVector<SVal, 8> Values; in invalidateRegions() local
167 ProgramState::invalidateRegions(ValueList Values, in invalidateRegions() argument
180 ProgramState::invalidateRegionsImpl(ValueList Values, in invalidateRegionsImpl() argument

12345