Home
last modified time | relevance | path

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

123456

/freebsd/crypto/openssl/doc/designs/
H A Dhandling-some-max-defines.md17 ### HMAC_MAX_MD_CBLOCK
27 ### EVP_MAX_MD_SIZE
58 ### EVP_MAX_KEY_LENGTH
81 ### EVP_MAX_IV_LENGTH
108 ### EVP_MAX_BLOCK_LENGTH
127 ### EVP_MAX_AEAD_TAG_LENGTH
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysisEvaluator.cpp27 static void insertIfNamed(SetVector<Value *> &Values, Value *V) { in insertIfNamed()
36 SetVector<Value *> Values; in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp210 static SmallVector<VPValue *, 4> getOperands(ArrayRef<VPValue *> Values, in getOperands()
221 static bool areCommutative(ArrayRef<VPValue *> Values) { in areCommutative()
227 getOperands(ArrayRef<VPValue *> Values) { in getOperands()
247 static std::optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode()
401 void VPlanSlp::dumpBundle(ArrayRef<VPValue *> Values) { in dumpBundle()
415 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h644 SmallVector<APInt> Values; variable
648 GIConstant(ArrayRef<APInt> Values) in GIConstant()
686 SmallVector<APFloat> Values; variable
689 GFConstant(ArrayRef<APFloat> Values) in GFConstant()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DPPCTargetParser.cpp78 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUList()
83 void fillValidTuneCPUList(SmallVectorImpl<StringRef> &Values) { in fillValidTuneCPUList()
H A DTargetParser.cpp264 void AMDGPU::fillValidArchListAMDGCN(SmallVectorImpl<StringRef> &Values) { in fillValidArchListAMDGCN()
270 void AMDGPU::fillValidArchListR600(SmallVectorImpl<StringRef> &Values) { in fillValidArchListR600()
H A DLoongArchTargetParser.cpp82 void LoongArch::fillValidCPUList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUList()
H A DRISCVTargetParser.cpp108 void fillValidCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidCPUArchList()
115 void fillValidTuneCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidTuneCPUArchList()
H A DCSKYTargetParser.cpp118 void CSKY::fillValidCPUArchList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUArchList()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DXRayInstr.cpp35 SmallVectorImpl<StringRef> &Values) { in serializeXRayInstrValue()
H A DSanitizers.cpp107 SmallVectorImpl<StringRef> &Values) { in serializeSanitizerSet()
115 const SanitizerMaskCutoffs &Cutoffs, SmallVectorImpl<std::string> &Values) { in serializeSanitizerMaskCutoffs()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DIndexedValuesMap.h42 SmallVector<T> Values; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DOptionRSTEmitter.cpp79 SmallVector<StringRef> Values; in emitOptionRst() local
/freebsd/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/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h102 std::vector<FormValue> Values; member
139 std::vector<yaml::Hex64> Values; member
206 std::vector<yaml::Hex64> Values; member
211 std::vector<yaml::Hex64> Values; member
216 std::vector<yaml::Hex64> Values; member
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.h194 SDValue getMergeValues(ArrayRef<SDValue> Values) const { in getMergeValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h66 SmallVector<const char *, 2> Values; variable
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h52 auto Values = in invokeRuleAfterValidatingRequirements() local
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.h148 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidCPUList()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp136 static void appendToUsedList(Module &M, StringRef Name, ArrayRef<GlobalValue *> Values) { in appendToUsedList()
158 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed()
162 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed()
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp98 SmallVector<const char *, 16> Values; in getAllArgValues() local
151 const auto &Values = Arg->getValues(); in AddAllArgValues() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h24 RawLocationWrapper Values = RawLocationWrapper(); global() member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h65 std::map<Value *, GenericValue> Values; // LLVM values used in this invocation member
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h336 internal::ValueArray<T...> Values(T... v) { in Values() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp206 std::vector<CCR> Values; in getPossibleResultsForType() local

123456