/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibtracert.c | 75 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 D | CGCleanup.cpp | 314 llvm::SwitchInst *Switch, in ResolveAllBranchFixups() 362 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local 399 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local 584 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local 913 llvm::SwitchInst *Switch = in PopCleanupBlock() local
|
H A D | CGCoroutine.cpp | 327 auto *Switch = Builder.CreateSwitch(SuspendResult, Coro.SuspendBB, 2); in emitSuspendExpression() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | SourceExtraction.cpp | 44 if(const auto *Switch = dyn_cast<SwitchStmt>(S)) in isSemicolonRequiredAfter() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | CalledOnceCheck.h | 39 Switch, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DFAJumpThreading.cpp | 750 SwitchInst *Switch; member 779 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in isLegalAndProfitableToTransform() local 1091 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in updateSuccessorPhis() local 1202 SwitchInst *Switch = cast<SwitchInst>(LastBlock->getTerminator()); in updateLastSuccessor() local 1311 MainSwitch Switch(SI, LI, ORE); in run() local
|
H A D | JumpTableToSwitch.cpp | 112 SwitchInst *Switch = Builder.CreateSwitch(JT.Index, BBUnreachable); in expandToSwitch() local
|
H A D | ConstraintElimination.cpp | 1119 if (auto *Switch = dyn_cast<SwitchInst>(BB.getTerminator())) { in addInfoFor() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 266 if (auto *Switch = dyn_cast<SwitchInst>(V)) in isSink() local 563 if (auto *Switch = dyn_cast<SwitchInst>(I)) { in TruncateSinks() local 665 } else if (auto *Switch = dyn_cast<SwitchInst>(I)) in Mutate() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | PredicateInfo.h | 164 SwitchInst *Switch; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 58 Switch, enumerator
|
H A D | CoroSplit.cpp | 505 auto *Switch = cast<SwitchInst>(VMap[Shape.SwitchLowering.ResumeSwitch]); in handleFinalSuspend() local 1493 auto *Switch = in createResumeEntryBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 457 auto *Switch = Builder.CreateSwitch(Kind, IfEndBB); in createRegisterGlobalsFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 477 SwitchInst *Switch = SwitchInst::Create(Cond, DefaultBlock, NumCases); in mutate() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1761 StmtResult Switch = Actions.ActOnStartOfSwitchStmt( in ParseSwitchStatement() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 528 std::optional<Clarification> VisitSwitchStmt(const SwitchStmt *Switch) { in VisitSwitchStmt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 330 Switch enumerator [all...] |
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1245 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt()
|
H A D | TreeTransform.h | 1440 Stmt *Switch, Stmt *Body) { in RebuildSwitchStmtBody() 8093 StmtResult Switch = in TransformSwitchStmt() local
|
H A D | SemaCodeComplete.cpp | 6014 SwitchStmt *Switch = in CodeCompleteCase() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3142 LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef Switch) { in LLVMGetSwitchDefaultDest() 3471 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, in LLVMAddCase()
|
/freebsd/sys/dev/mpt/mpilib/ |
H A D | mpi_ioc.h | 444 U8 Switch; /* 00h */ member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 5493 static void createUnreachableSwitchDefault(SwitchInst *Switch, in createUnreachableSwitchDefault()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 7358 Switch ///< An integral condition for a 'switch' statement. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3659 SwitchInst *Switch = in createReductions() local
|