Home
last modified time | relevance | path

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

12345

/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp34 static double computeVariance(const llvm::SmallVector<int64_t, 4> &Values) { in computeVariance()
48 static int64_t findMin(const llvm::SmallVector<int64_t, 4> &Values) { in findMin()
54 static int64_t findMax(const llvm::SmallVector<int64_t, 4> &Values) { in findMax()
60 static int64_t findMean(const llvm::SmallVector<int64_t, 4> &Values) { in findMean()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTargetParser.cpp182 void AMDGPU::fillValidArchListAMDGCN(SmallVectorImpl<StringRef> &Values) { in fillValidArchListAMDGCN()
188 void AMDGPU::fillValidArchListR600(SmallVectorImpl<StringRef> &Values) { in fillValidArchListR600()
H A DRISCVTargetParser.cpp72 void fillValidCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidCPUArchList()
79 void fillValidTuneCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidTuneCPUArchList()
H A DCSKYTargetParser.cpp117 void CSKY::fillValidCPUArchList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUArchList()
H A DAArch64TargetParser.cpp111 void AArch64::fillValidCPUArchList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUArchList()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DXRayInstr.cpp35 SmallVectorImpl<StringRef> &Values) { in serializeXRayInstrValue()
H A DSanitizers.cpp40 SmallVectorImpl<StringRef> &Values) { in serializeSanitizerSet()
/openbsd/gnu/llvm/llvm/lib/TextAPI/
H A DTextStubCommon.cpp45 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, in output()
94 PlatformSet &Values) { in input()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DOptRSTEmitter.cpp86 SmallVector<StringRef> Values; in EmitOptRST() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp87 static void appendToUsedList(Module &M, StringRef Name, ArrayRef<GlobalValue *> Values) { in appendToUsedList()
109 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed()
113 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed()
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h101 std::vector<FormValue> Values; member
180 std::vector<yaml::Hex64> Values; member
185 std::vector<yaml::Hex64> Values; member
190 std::vector<yaml::Hex64> Values; member
/openbsd/gnu/llvm/llvm/include/llvm/Option/
H A DArg.h59 SmallVector<const char *, 2> Values; variable
/openbsd/gnu/llvm/llvm/lib/Option/
H A DArgList.cpp92 SmallVector<const char *, 16> Values; in getAllArgValues() local
148 const auto &Values = Arg->getValues(); in AddAllArgValues() local
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVECustomDAG.h194 SDValue getMergeValues(ArrayRef<SDValue> Values) const { in getMergeValues()
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DNVPTX.h123 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidCPUList()
H A DSystemZ.h130 void fillValidTuneCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidTuneCPUList()
/openbsd/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h52 auto Values = in invokeRuleAfterValidatingRequirements() local
/openbsd/gnu/llvm/libcxx/benchmarks/
H A DCartesianBenchmarks.h73 void allValueCombinations(R& Result, const T& Prev, const V& Value, in allValueCombinations()
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.pm172 sub Values { subroutine
/openbsd/gnu/llvm/llvm/docs/
H A DAMDGPUOperandSyntax.rst1086 .. _amdgpu_synid_fp_conv:
1151 .. _amdgpu_synid_rl_conv:
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h65 std::map<Value *, GenericValue> Values; // LLVM values used in this invocation member
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp158 SmallVector<SVal, 8> Values; in invalidateRegions() local
168 ProgramState::invalidateRegions(ValueList Values, in invalidateRegions()
181 ProgramState::invalidateRegionsImpl(ValueList Values, in invalidateRegionsImpl()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAddressRanges.h142 ValuesCollection Values; variable

12345