Home
last modified time | relevance | path

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

12

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c75 typedef struct Switch Switch; typedef
90 struct Switch { struct
91 int linearcap;
92 int mccap;
93 int linearFDBtop;
94 int fdb_base;
95 int enhsp0;
96 int8_t fdb[64];
97 char switchinfo[64];
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp341 llvm::SwitchInst *Switch, in ResolveAllBranchFixups()
389 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local
426 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local
611 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local
918 llvm::SwitchInst *Switch = in PopCleanupBlock() local
H A DCGCoroutine.cpp255 auto *Switch = Builder.CreateSwitch(SuspendResult, Coro.SuspendBB, 2); in emitSuspendExpression() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp44 if(const auto *Switch = dyn_cast<SwitchStmt>(S)) in isSemicolonRequiredAfter() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h39 Switch, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp707 SwitchInst *Switch; member
735 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in isLegalAndProfitableToTransform() local
1046 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in updateSuccessorPhis() local
1157 SwitchInst *Switch = cast<SwitchInst>(LastBlock->getTerminator()); in updateLastSuccessor() local
1265 MainSwitch Switch(SI, ORE); in run() local
H A DConstraintElimination.cpp1081 if (auto *Switch = dyn_cast<SwitchInst>(BB.getTerminator())) { in addInfoFor() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp265 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
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h163 SwitchInst *Switch; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h57 Switch, enumerator
H A DCoroSplit.cpp435 auto *Switch = in createResumeEntryBlock() local
524 auto *Switch = cast<SwitchInst>(VMap[Shape.SwitchLowering.ResumeSwitch]); in handleFinalSuspend() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp514 MachineInstr *Switch = *i; in processSwitches() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp449 auto *Switch = Builder.CreateSwitch(Kind, IfEndBB); in createRegisterGlobalsFunction() local
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp476 SwitchInst *Switch = SwitchInst::Create(Cond, DefaultBlock, NumCases); in mutate() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1746 StmtResult Switch = Actions.ActOnStartOfSwitchStmt( in ParseSwitchStatement() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp528 std::optional<Clarification> VisitSwitchStmt(const SwitchStmt *Switch) { in VisitSwitchStmt()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp330 Switch enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2977 LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef Switch) { in LLVMGetSwitchDefaultDest()
3258 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, in LLVMAddCase()
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h444 U8 Switch; /* 00h */ member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1222 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt()
H A DTreeTransform.h1419 Stmt *Switch, Stmt *Body) { in RebuildSwitchStmtBody()
7799 StmtResult Switch = in TransformSwitchStmt() local
H A DSemaCodeComplete.cpp5982 SwitchStmt *Switch = getCurFunction()->SwitchStack.back().getPointer(); in CodeCompleteCase() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5425 static void createUnreachableSwitchDefault(SwitchInst *Switch, in createUnreachableSwitchDefault()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13237 Switch ///< An integral condition for a 'switch' statement. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2134 SwitchInst *Switch = in createReductions() local

12