Home
last modified time | relevance | path

Searched defs:Switch (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.cpp336 llvm::SwitchInst *Switch, in ResolveAllBranchFixups()
384 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local
421 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local
606 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local
908 llvm::SwitchInst *Switch = in PopCleanupBlock() local
H A DCGCoroutine.cpp218 auto *Switch = Builder.CreateSwitch(SuspendResult, Coro.SuspendBB, 2); in emitSuspendExpression() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp747 SwitchInst *Switch; member
775 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in isLegalAndProfitableToTransform() local
1078 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in updateSuccessorPhis() local
1189 SwitchInst *Switch = cast<SwitchInst>(LastBlock->getTerminator()); in updateLastSuccessor() local
1297 MainSwitch Switch(SI, ORE); in run() local
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp44 if(const auto *Switch = dyn_cast<SwitchStmt>(S)) in isSemicolonRequiredAfter() local
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h39 Switch, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp267 if (auto *Switch = dyn_cast<SwitchInst>(V)) in isSink() local
555 if (auto *Switch = dyn_cast<SwitchInst>(I)) { in TruncateSinks() local
657 } else if (auto *Switch = dyn_cast<SwitchInst>(I)) in Mutate() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h164 SwitchInst *Switch; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h51 Switch, enumerator
H A DCoroSplit.cpp381 auto *Switch = in createResumeEntryBlock() local
479 auto *Switch = cast<SwitchInst>(VMap[Shape.SwitchLowering.ResumeSwitch]); in handleFinalSuspend() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp473 MachineInstr *Switch = *i; in processSwitches() local
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp468 auto *Switch = Builder.CreateSwitch(Flags, IfEndBB); in createRegisterGlobalsFunction() local
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/
H A DIRMutator.cpp406 SwitchInst *Switch = SwitchInst::Create(Cond, DefaultBlock, NumCases); in mutate() local
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml183 | Switch Constructor
H A Dllvm.mli207 | Switch Constructor
H A Dllvm_ocaml.c1733 value llvm_add_case(LLVMValueRef Switch, LLVMValueRef OnVal, in llvm_add_case()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1696 StmtResult Switch = Actions.ActOnStartOfSwitchStmt( in ParseSwitchStatement() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCalledOnceCheck.cpp528 std::optional<Clarification> VisitSwitchStmt(const SwitchStmt *Switch) { in VisitSwitchStmt()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2947 LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef Switch) { in LLVMGetSwitchDefaultDest()
3214 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, in LLVMAddCase()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp330 Switch enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1214 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt()
H A DTreeTransform.h1394 Stmt *Switch, Stmt *Body) { in RebuildSwitchStmtBody()
7647 StmtResult Switch = in TransformSwitchStmt() local
H A DSemaCodeComplete.cpp5901 SwitchStmt *Switch = getCurFunction()->SwitchStack.back().getPointer(); in CodeCompleteCase() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5283 static void createUnreachableSwitchDefault(SwitchInst *Switch, in createUnreachableSwitchDefault()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1802 SwitchInst *Switch = in createReductions() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12825 Switch ///< An integral condition for a 'switch' statement. enumerator

12