Home
last modified time | relevance | path

Searched defs:Case (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h44 Case(CallableT &&caseFn) { in Case() function
54 template <typename CallableT> DerivedT &Case(CallableT &&caseFn) { in Case() function
116 TypeSwitch<T, ResultT> &Case(CallableT &&caseFn) { Case() function
163 TypeSwitch<T, void> &Case(CallableT &&caseFn) { Case() function
[all...]
H A DStringSwitch.h69 StringSwitch &Case(StringLiteral S, T Value) { in Case() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp98 std::string &Case, in addCodeToMergeInOperand() argument
277 std::string Case, BitOffsetCase; getInstructionCases() local
306 addInstructionCasesForEncoding(Record * R,Record * EncodingDef,CodeGenTarget & Target,std::string & Case,std::string & BitOffsetCase) addInstructionCasesForEncoding() argument
403 const std::string &Case = IE->first; emitCaseMap() local
508 std::string Case, BitOffsetCase; run() local
[all...]
H A DVarLenCodeEmitterGen.cpp
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h283 struct Case { struct
284 ast_matchers::internal::DynTypedMatcher Matcher;
285 EditGenerator Edits;
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp46 if(const auto *Case = dyn_cast<SwitchCase>(S)) in isSemicolonRequiredAfter() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp773 for (auto Case : SI.cases()) unswitchTrivialSwitch() local
842 __anon920b5e5e0402(const SwitchInst::CaseHandle &Case) unswitchTrivialSwitch() argument
936 for (const auto &Case : SI.cases()) unswitchTrivialSwitch() local
942 for (const auto &Case : SI.cases()) { unswitchTrivialSwitch() local
961 for (auto Case : SI.cases()) { unswitchTrivialSwitch() local
2224 for (auto Case : SI->cases()) unswitchNontrivialInvariants() local
2361 for (const auto &Case : SI->cases()) unswitchNontrivialInvariants() local
2421 for (const auto &Case : NewSI->cases()) unswitchNontrivialInvariants() local
[all...]
H A DLowerExpectIntrinsic.cpp91 SwitchInst::CaseHandle Case = *SI.findCaseValue(ExpectedValue); in handleSwitchExpect() local
H A DLoopSimplifyCFG.cpp68 if (Case.getCaseValue() == CI) in getOnlyLiveSuccessor() local
H A DCorrelatedValuePropagation.cpp376 ConstantInt *Case = CI->getCaseValue(); processSwitch() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp361 for (auto &Case : Rule.Cases) in addInclude() local
384 for (const auto &Case : Cases) { in taggedMatchers() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h366 SwitchInst::CaseHandle Case = *SI.findCaseValue(cast<ConstantInt>(C)); in getFeasibleSuccessors() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp504 for (auto Case : LI->cases()) in diff() local
507 for (auto Case : RI->cases()) { in diff() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1683 CollectStatementsForCase(const Stmt * S,const SwitchCase * Case,bool & FoundCase,SmallVectorImpl<const Stmt * > & ResultStmts) CollectStatementsForCase() argument
1844 const SwitchCase *Case = S.getSwitchCaseList(); FindCaseStatementsForValue() local
1958 const SwitchCase *Case = nullptr; EmitSwitchStmt() local
2013 for (const SwitchCase *Case = S.getSwitchCaseList(); EmitSwitchStmt() local
[all...]
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp314 for (auto *Case : Cases) { EmitGroup() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3290 for (auto Case : SI.cases()) { visitSwitchInst() local
3302 for (auto Case : SI.cases()) { visitSwitchInst() local
3314 __anoncc7b93c21102(const auto &Case) visitSwitchInst() argument
3328 for (auto Case : SI.cases()) { visitSwitchInst() local
3344 __anoncc7b93c21202(const auto &Case) visitSwitchInst() argument
3349 for (auto &Case : SI.cases()) { visitSwitchInst() local
3382 for (auto Case : SI.cases()) { visitSwitchInst() local
[all...]
H A DInstCombinePHI.cpp1325 for (auto Case : SI->cases()) simplifyUsingControlFlow() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp805 for (auto Case : SI->cases()) GetValueEqualityComparisonCases() local
5463 for (auto Case : SI->cases()) { TurnSwitchRangeIntoICmp() local
5593 for (const auto &Case : SI->cases()) { eliminateDeadSwitchCases() local
5693 for (const auto &Case : SI->cases()) { ForwardSwitchConditionToPHI() local
5998 for (auto *Case : CaseValues) foldSwitchToSelect() local
6004 for (auto *Case : CaseValues) foldSwitchToSelect() local
6919 for (auto Case : SI->cases()) { ReduceSwitchRange() local
6968 for (const auto &Case : SI->cases()) { simplifySwitchOfPowersOfTwo() local
6986 for (auto &Case : SI->cases()) { simplifySwitchOfPowersOfTwo() local
7498 for (const auto &Case : SI->cases()) removeUndefIntroducingPredecessor() local
[all...]
H A DLowerSwitch.cpp313 for (auto Case : SI->cases()) { in Clusterify() local
H A DCloneFunction.cpp616 SwitchInst::ConstCaseHandle Case = *SI->findCaseValue(Cond); CloneBlock() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp770 Summary &Case(ConstraintSet &&CS, const ErrnoConstraintBase &ErrnoC, in Case() function in __anon46c7ee2e0111::StdLibraryFunctionsChecker::Summary
775 Summary &Case(const ConstraintSet &CS, const ErrnoConstraintBase &ErrnoC, in Case() function in __anon46c7ee2e0111::StdLibraryFunctionsChecker::Summary
810 for (const SummaryCase &Case : Cases) in validateByConstraints() local
1373 for (const SummaryCase &Case : Summary.getCases()) { in checkPostCall() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp245 for (const auto &Case : I.cases()) { in estimateSwitchInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2421 ArrayRef<Init *>::iterator Case = CondRange.begin(); in ProfileCondOpInit() local
2464 for (const Init *Case : getConds()) { in resolveReferences() local
2507 for (const Init *Case : getConds()) in isConcrete() local
2519 for (const Init *Case : getConds()) in isComplete() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1560 if (std::optional<const Stmt *> Case = IS->getNondiscardedCase(Context)) canThrow() local
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp414 CaseString(unsigned Case) CaseString() argument
[all...]

12