Home
last modified time | relevance | path

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

12

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

12