Home
last modified time | relevance | path

Searched defs:Requirements (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h44 struct Requirements { struct
51 Requirements(bool IsSatisfiable = false, argument
57 Requirements(Capability::Capability Cap) : Requirements(true, {Cap}) {} in Requirements() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h49 const std::tuple<RequirementTypes...> &Requirements, in invokeRuleAfterValidatingRequirements()
89 const std::tuple<RequirementTypes...> &Requirements, in visitRefactoringOptions()
/freebsd-src/crypto/openssl/
H A DNOTES-VALGRIND.md12 Requirements section in Notes on Valgrind
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp123 ArrayRef<concepts::Requirement *> Requirements, in RequiresExpr()
176 SourceLocation RParenLoc, ArrayRef<concepts::Requirement *> Requirements, in Create()
H A DStmtPrinter.cpp2517 auto Requirements = E->getRequirements(); VisitRequiresExpr() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h524 LoopVectorizationRequirements *Requirements; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h295 SmallVector<Requirement, 2> Requirements; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1270 SmallSetVector<MDNode *, 16> Requirements; linkModuleFlagsMetadata() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3519 llvm::SmallVector<concepts::Requirement *, 2> Requirements; ParseRequiresExpression() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1681 SmallVector<const MDNode*, 16> Requirements; visitModuleFlags() local
1709 visitModuleFlag(const MDNode * Op,DenseMap<const MDString *,const MDNode * > & SeenIDs,SmallVectorImpl<const MDNode * > & Requirements) visitModuleFlag() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp844 llvm::SmallVector<concepts::Requirement *, 4> Requirements; VisitRequiresExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9620 processLoopInVPlanNativePath(Loop * L,PredicatedScalarEvolution & PSE,LoopInfo * LI,DominatorTree * DT,LoopVectorizationLegality * LVL,TargetTransformInfo * TTI,TargetLibraryInfo * TLI,DemandedBits * DB,AssumptionCache * AC,OptimizationRemarkEmitter * ORE,BlockFrequencyInfo * BFI,ProfileSummaryInfo * PSI,LoopVectorizeHints & Hints,LoopVectorizationRequirements & Requirements) processLoopInVPlanNativePath() argument
9874 LoopVectorizationRequirements Requirements; processLoop() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2441 NodeArray Requirements; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp9205 ActOnRequiresExpr(SourceLocation RequiresKWLoc,RequiresExprBodyDecl * Body,SourceLocation LParenLoc,ArrayRef<ParmVarDecl * > LocalParameters,SourceLocation RParenLoc,ArrayRef<concepts::Requirement * > Requirements,SourceLocation ClosingBraceLoc) ActOnRequiresExpr() argument
H A DTreeTransform.h3626 RebuildRequiresExpr(SourceLocation RequiresKWLoc,RequiresExprBodyDecl * Body,SourceLocation LParenLoc,ArrayRef<ParmVarDecl * > LocalParameters,SourceLocation RParenLoc,ArrayRef<concepts::Requirement * > Requirements,SourceLocation ClosingBraceLoc) RebuildRequiresExpr() argument