Home
last modified time | relevance | path

Searched defs:Cases (Results 1 – 20 of 20) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h90 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() function
94 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() function
99 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() function
104 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() function
109 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() function
115 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() function
121 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() function
127 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() function
134 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() function
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp57 SmallVectorImpl<CaseInfo> &Cases; member in __anon1e0df8460111::CaseCollector
60 CaseCollector(ParentMap &PMap, SmallVectorImpl<CaseInfo> &Cases) in CaseCollector()
99 SmallVector<CaseInfo, 16> Cases; member in __anon1e0df8460111::ProtectedScopeFixer
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp424 SmallVector<std::pair<const SDNodeInfo *, Matcher *>, 8> Cases; FactorNodes() local
440 SmallVector<std::pair<MVT::SimpleValueType, Matcher *>, 8> Cases; FactorNodes() local
[all...]
H A DDirectiveEmitter.cpp369 GenerateCaseForVersionedClauses(const std::vector<Record * > & Clauses,raw_ostream & OS,StringRef DirectiveName,const DirectiveLanguage & DirLang,llvm::StringSet<> & Cases) GenerateCaseForVersionedClauses() argument
411 llvm::StringSet<> Cases; GenerateIsAllowedClause() local
H A DPredicateExpander.cpp
H A DDAGISelMatcher.h
H A DGlobalISelCombinerEmitter.cpp2645 std::vector<std::pair<std::string, std::string>> Cases; emitRuleConfigImpl() local
H A DAsmMatcherEmitter.cpp2755 std::vector<StringMatcher::StringPair> Cases; emitMnemonicAliasVariant() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp317 const std::vector<std::pair<std::string, Stencil>> &Cases) { in containsNoNullStencils() argument
325 SelectBoundStencil(std::vector<std::pair<std::string, Stencil>> Cases, in SelectBoundStencil() argument
H A DRewriteRule.cpp380 const SmallVectorImpl<std::pair<size_t, RewriteRule::Case>> &Cases, in taggedMatchers()
418 const SmallVectorImpl<RewriteRule::Case> &Cases = Rule.Cases; in buildMatchers() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h288 SmallVector<Case, 1> Cases; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp309 unsigned Clusterify(CaseVector &Cases, SwitchInst *SI) { in Clusterify() argument
368 CaseVector Cases; ProcessSwitchInst() local
[all...]
H A DSimplifyCFG.cpp802 GetValueEqualityComparisonCases(Instruction * TI,std::vector<ValueEqualityComparisonCase> & Cases) GetValueEqualityComparisonCases() argument
823 EliminateBlockCases(BasicBlock * BB,std::vector<ValueEqualityComparisonCase> & Cases) EliminateBlockCases() argument
5414 CasesAreContiguous(SmallVectorImpl<ConstantInt * > & Cases) CasesAreContiguous() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp313 auto Cases = TypeClass->getDef()->getValueAsListOfDefs("Types"); EmitGroup() local
H A DClangASTPropertiesEmitter.cpp87 std::vector<TypeCase> Cases; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h222 BitTestInfo Cases; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp551 void __sanitizer_cov_trace_switch(uint64_t Val, uint64_t *Cases) { in __sanitizer_cov_trace_switch()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp760 SummaryCases Cases; member in __anon46c7ee2e0111::StdLibraryFunctionsChecker::Summary
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp546 const std::vector<SwitchCG::CaseBlock> &Cases) { in shouldEmitAsBranches() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2566 ShouldEmitAsBranches(const std::vector<CaseBlock> & Cases) ShouldEmitAsBranches() argument
[all...]