Home
last modified time | relevance | path

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

12345

/src/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
/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
/src/contrib/llvm-project/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()
/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()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ !
H A DIndexedValuesMap.h44 SmallVector<T> Values; variable
/src/contrib/llvm-project/llvm/lib/TargetParser/ !
H A DTargetParser.cpp214 void AMDGPU::fillValidArchListAMDGCN(SmallVectorImpl<StringRef> &Values) { in fillValidArchListAMDGCN()
220 void AMDGPU::fillValidArchListR600(SmallVectorImpl<StringRef> &Values) { in fillValidArchListR600()
H A DLoongArchTargetParser.cpp63 void LoongArch::fillValidCPUList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUList()
H A DRISCVTargetParser.cpp92 void fillValidCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidCPUArchList()
99 void fillValidTuneCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidTuneCPUArchList()
H A DCSKYTargetParser.cpp117 void CSKY::fillValidCPUArchList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUArchList()
/src/contrib/llvm-project/llvm/utils/TableGen/ !
H A DOptRSTEmitter.cpp86 SmallVector<StringRef> Values; in EmitOptRST() local
/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()
/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ !
H A DDWARFYAML.h101 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
/src/contrib/llvm-project/llvm/lib/Target/VE/ !
H A DVECustomDAG.h194 SDValue getMergeValues(ArrayRef<SDValue> Values) const { in getMergeValues()
/src/contrib/llvm-project/llvm/include/llvm/Option/ !
H A DArg.h65 SmallVector<const char *, 2> Values; variable
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/ !
H A DModuleUtils.cpp92 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()
/src/contrib/llvm-project/clang/lib/Basic/Targets/ !
H A DNVPTX.h129 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidCPUList()
H A DSystemZ.h138 void fillValidTuneCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidTuneCPUList()
/src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ !
H A DRefactoringActionRulesInternal.h52 auto Values = in invokeRuleAfterValidatingRequirements() local
/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
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ !
H A DInterpreter.h65 std::map<Value *, GenericValue> Values; // LLVM values used in this invocation member
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DAssignmentTrackingAnalysis.h32 RawLocationWrapper Values = RawLocationWrapper(); member
/src/contrib/googletest/googletest/include/gtest/ !
H A Dgtest-param-test.h336 internal::ValueArray<T...> Values(T... v) { in Values() function
/src/contrib/llvm-project/clang/lib/AST/ !
H A DComparisonCategories.cpp206 std::vector<CCR> Values; in getPossibleResultsForType() local
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ !
H A DSpeculativeExecution.cpp288 auto HasNoUnhoistedInstr = [&NotHoisted](auto Values) { in considerHoistingFromTo()

12345