/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | LatencyBenchmarkRunner.cpp | 34 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 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()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysisEvaluator.cpp | 27 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 D | TargetParser.cpp | 182 void AMDGPU::fillValidArchListAMDGCN(SmallVectorImpl<StringRef> &Values) { in fillValidArchListAMDGCN() 188 void AMDGPU::fillValidArchListR600(SmallVectorImpl<StringRef> &Values) { in fillValidArchListR600()
|
H A D | RISCVTargetParser.cpp | 72 void fillValidCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidCPUArchList() 79 void fillValidTuneCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidTuneCPUArchList()
|
H A D | CSKYTargetParser.cpp | 117 void CSKY::fillValidCPUArchList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUArchList()
|
H A D | AArch64TargetParser.cpp | 111 void AArch64::fillValidCPUArchList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUArchList()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | OptRSTEmitter.cpp | 86 SmallVector<StringRef> Values; in EmitOptRST() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 87 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 D | DWARFYAML.h | 101 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 D | Arg.h | 59 SmallVector<const char *, 2> Values; variable
|
/openbsd/gnu/llvm/llvm/lib/Option/ |
H A D | ArgList.cpp | 92 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 D | VECustomDAG.h | 194 SDValue getMergeValues(ArrayRef<SDValue> Values) const { in getMergeValues()
|
/openbsd/gnu/llvm/clang/lib/Basic/Targets/ |
H A D | NVPTX.h | 123 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidCPUList()
|
H A D | SystemZ.h | 130 void fillValidTuneCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidTuneCPUList()
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRulesInternal.h | 52 auto Values = in invokeRuleAfterValidatingRequirements() local
|
/openbsd/gnu/llvm/libcxx/benchmarks/ |
H A D | CartesianBenchmarks.h | 73 void allValueCombinations(R& Result, const T& Prev, const V& Value, in allValueCombinations()
|
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/ |
H A D | Dumper.pm | 172 sub Values { subroutine
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | AMDGPUOperandSyntax.rst | 1086 .. _amdgpu_synid_fp_conv: 1151 .. _amdgpu_synid_rl_conv:
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 65 std::map<Value *, GenericValue> Values; // LLVM values used in this invocation member
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 158 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 D | AddressRanges.h | 142 ValuesCollection Values; variable
|