/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysisEvaluator.cpp | 27 static void insertIfNamed(SetVector<Value *> &Values, Value *V) { in insertIfNamed() argument 34 SetVector<Value *> Values; in run() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 154 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()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | XRayInstr.cpp | 35 SmallVectorImpl<StringRef> &Values) { in serializeXRayInstrValue()
|
H A D | Sanitizers.cpp | 40 SmallVectorImpl<StringRef> &Values) { in serializeSanitizerSet()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | TargetParser.cpp | 214 void AMDGPU::fillValidArchListAMDGCN(SmallVectorImpl<StringRef> &Values) { in fillValidArchListAMDGCN() 220 void AMDGPU::fillValidArchListR600(SmallVectorImpl<StringRef> &Values) { in fillValidArchListR600()
|
H A D | LoongArchTargetParser.cpp | 63 void LoongArch::fillValidCPUList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUList()
|
H A D | RISCVTargetParser.cpp | 92 void fillValidCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidCPUArchList() 99 void fillValidTuneCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidTuneCPUArchList()
|
H A D | CSKYTargetParser.cpp | 117 void CSKY::fillValidCPUArchList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUArchList() argument
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | OptRSTEmitter.cpp | 86 SmallVector<StringRef> Values; in EmitOptRST() local
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 101 std::vector<FormValue> Values; member 135 std::vector<yaml::Hex64> Values; member 202 std::vector<yaml::Hex64> Values; member 207 std::vector<yaml::Hex64> Values; member 212 std::vector<yaml::Hex64> Values; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VECustomDAG.h | 194 SDValue getMergeValues(ArrayRef<SDValue> Values) const { in getMergeValues()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | Arg.h | 65 SmallVector<const char *, 2> Values; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 92 static void appendToUsedList(Module &M, StringRef Name, ArrayRef<GlobalValue *> Values) { in appendToUsedList() 114 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed() 118 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRulesInternal.h | 52 auto Values = in invokeRuleAfterValidatingRequirements() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | NVPTX.h | 129 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidCPUList()
|
H A D | SystemZ.h | 138 void fillValidTuneCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidTuneCPUList()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AssignmentTrackingAnalysis.h | 24 RawLocationWrapper Values = RawLocationWrapper(); global() member
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-param-test.h | 335 internal::ValueArray<T...> Values(T... v) { in Values() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 65 std::map<Value *, GenericValue> Values; // LLVM values used in this invocation member
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | ArgList.cpp | 99 SmallVector<const char *, 16> Values; in getAllArgValues() local 155 const auto &Values = Arg->getValues(); AddAllArgValues() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ComparisonCategories.cpp | 206 std::vector<CCR> Values; in getPossibleResultsForType() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
H A D | DiffEngine.h |
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SpeculativeExecution.cpp | 288 auto HasNoUnhoistedInstr = [&NotHoisted](auto Values) { in considerHoistingFromTo()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 158 SmallVector<SVal, 8> Values; in invalidateRegions() local 167 ProgramState::invalidateRegions(ValueList Values, in invalidateRegions() 180 ProgramState::invalidateRegionsImpl(ValueList Values, in invalidateRegionsImpl()
|