Home
last modified time | relevance | path

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

/freebsd/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, Cases() function
121 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, Cases() function
127 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, Cases() function
134 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, Cases() function
[all...]
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp57 SmallVectorImpl<CaseInfo> &Cases; member in __anon2f6a04b40111::CaseCollector
60 CaseCollector(ParentMap &PMap, SmallVectorImpl<CaseInfo> &Cases) in CaseCollector()
99 SmallVector<CaseInfo, 16> Cases; member in __anon2f6a04b40111::ProtectedScopeFixer
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp423 SmallVector<std::pair<const SDNodeInfo *, Matcher *>, 8> Cases; in FactorNodes() local
439 SmallVector<std::pair<MVT::SimpleValueType, Matcher *>, 8> Cases; in FactorNodes() local
H A DDirectiveEmitter.cpp406 llvm::StringSet<> &Cases) { in GenerateCaseForVersionedClauses()
461 llvm::StringSet<> Cases; in GenerateIsAllowedClause() local
H A DGICombinerEmitter.cpp
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp2331 std::vector<std::pair<std::string, std::string>> Cases; in emitRuleConfigImpl() local
H A DAsmMatcherEmitter.cpp2777 std::vector<StringMatcher::StringPair> Cases; in emitMnemonicAliasVariant() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp317 const std::vector<std::pair<std::string, Stencil>> &Cases) { in containsNoNullStencils()
325 SelectBoundStencil(std::vector<std::pair<std::string, Stencil>> Cases, in SelectBoundStencil()
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/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h288 SmallVector<Case, 1> Cases; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp309 unsigned Clusterify(CaseVector &Cases, SwitchInst *SI) { in Clusterify()
368 CaseVector Cases; in ProcessSwitchInst() local
H A DSimplifyCFG.cpp803 Instruction *TI, std::vector<ValueEqualityComparisonCase> &Cases) { in GetValueEqualityComparisonCases()
824 std::vector<ValueEqualityComparisonCase> &Cases) { in EliminateBlockCases()
5482 static bool CasesAreContiguous(SmallVectorImpl<ConstantInt *> &Cases) { in CasesAreContiguous()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp336 auto Cases = TypeClass->getDef()->getValueAsListOfDefs("Types"); in EmitGroup() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp284 const RecVec &Cases, in expandOpcodeSwitchStatement()
H A DDAGISelMatcher.h496 SmallVector<std::pair<const SDNodeInfo *, Matcher *>, 8> Cases; variable
545 SmallVector<std::pair<MVT::SimpleValueType, Matcher *>, 8> Cases; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h218 BitTestInfo Cases; global() member
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp1154 SmallPtrSet<ConstantInt *, 4> Cases; foldMemChr() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp760 SummaryCases Cases; member in __anon4d759d9c0111::StdLibraryFunctionsChecker::Summary
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp546 const std::vector<SwitchCG::CaseBlock> &Cases) { in shouldEmitAsBranches()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2753 SelectionDAGBuilder::ShouldEmitAsBranches(const std::vector<CaseBlock> &Cases) { in ShouldEmitAsBranches()