/freebsd-src/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-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 341 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 D | CGCoroutine.cpp | 255 auto *Switch = Builder.CreateSwitch(SuspendResult, Coro.SuspendBB, 2); emitSuspendExpression() local
|
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | CalledOnceCheck.h | 39 Switch, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DFAJumpThreading.cpp | 707 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 D | ConstraintElimination.cpp | 1081 if (auto *Switch = dyn_cast<SwitchInst>(BB.getTerminator())) { addInfoFor() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 265 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 D | PredicateInfo.h | 163 SwitchInst *Switch; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 57 Switch, global() enumerator
|
H A D | CoroSplit.cpp | 435 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 D | SPIRVPreLegalizer.cpp | 514 MachineInstr *Switch = *i; processSwitches() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 449 auto *Switch = Builder.CreateSwitch(Kind, IfEndBB); createRegisterGlobalsFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 476 SwitchInst *Switch = SwitchInst::Create(Cond, DefaultBlock, NumCases); mutate() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1746 StmtResult Switch = Actions.ActOnStartOfSwitchStmt( ParseSwitchStatement() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 528 std::optional<Clarification> VisitSwitchStmt(const SwitchStmt *Switch) { in VisitSwitchStmt() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 330 Switch enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 2977 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 D | SemaStmt.cpp | 1222 ActOnFinishSwitchStmt(SourceLocation SwitchLoc,Stmt * Switch,Stmt * BodyStmt) ActOnFinishSwitchStmt() argument
|
H A D | TreeTransform.h | 1419 RebuildSwitchStmtBody(SourceLocation SwitchLoc,Stmt * Switch,Stmt * Body) RebuildSwitchStmtBody() argument 7799 StmtResult Switch = TransformSwitchStmt() local
|
H A D | SemaCodeComplete.cpp | 5982 SwitchStmt *Switch = getCurFunction()->SwitchStack.back().getPointer(); CodeCompleteCase() local
|
/freebsd-src/sys/dev/mpt/mpilib/ |
H A D | mpi_ioc.h | 444 U8 Switch; /* 00h */ member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 5425 createUnreachableSwitchDefault(SwitchInst * Switch,DomTreeUpdater * DTU) createUnreachableSwitchDefault() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 13237 Switch ///< An integral condition for a 'switch' statement. global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2134 SwitchInst *Switch = createReductions() local
|