Searched refs:Switch (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibprintca.pl118 if ($line =~ /^Switch.*/ || $line =~ /^Rt.*/) { $in_hca = "no"; }
H A Dibprintrt.pl118 if ($line =~ /^Switch.*/ || $line =~ /^Ca.*/) { $in_rt = "no"; }
H A Dibprintswitch.pl103 if ($line =~ /^Switch.*\"S-(.*)\"\s+# (.*) port.*/) {
126 die "Switch \"$target_switch\" not found\n" .
H A Dibfindnodesusing.pl180 if ($line =~ /^Switch.*\"S-(.*)\"\s+# (.*) port.*/) {
201 print "Switch \"$target_switch\" not found\n";
H A DIBswcountlimits.pm294 if ($line =~ /^Switch.*\"S-(.*)\"\s+#.*\"(.*)\".* lid (\d+).*/) {
500 return ($node_type =~ /Switch/);
H A Dibidsverify.pl199 if ($line =~ /^Switch.*\"S-(.*)\"\s+# (.*) port.* lid (\d+) .*/) {
H A Dibqueryerrors.pl130 if ($line =~ /^Switch\s+:\s+(\w+)\s+ports\s+(\d+)\s+.*/) {
226 printf("Switch \"%s\" not found.\n", $single_switch);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp279 llvm::SwitchInst *Switch,
306 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex),
326 llvm::SwitchInst *Switch = local
329 return Switch;
363 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); local
366 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block);
509 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); local
510 for (unsigned I = 0, E = Switch->getNumSuccessors(); I != E; ++I)
511 if (Switch->getSuccessor(I) == From)
512 Switch
278 ResolveAllBranchFixups(CodeGenFunction &CGF, llvm::SwitchInst *Switch, llvm::BasicBlock *CleanupEntry) argument
762 llvm::SwitchInst *Switch = local
[all...]
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibtracert.c77 typedef struct Switch Switch; typedef in typeref:struct:Switch
92 struct Switch { struct
156 switch_lookup(Switch *sw, ib_portid_t *portid, int lid)
248 Switch sw;
440 Switch sw;
472 VERBOSE("Switch guid 0x%" PRIx64 ": mlid 0x%x is forwarded to port %d",
545 IBWARN("skipping bad Switch 0x%" PRIx64 "",
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp214 case Instruction::Switch: case Instruction::IndirectBr:
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp312 case Instruction::Switch:
H A DLoopUnswitch.cpp1031 BasicBlock *Switch = SI->getParent(); local
1048 SplitEdge(Switch, SISucc, this);
1056 Switch->getParent(),
1067 PN->setIncomingValue(PN->getBasicBlockIndex(Switch),
/freebsd-9.3-release/sys/boot/i386/btx/btx/
H A Dbtx.S196 mov %cr0,%eax # Switch to protected
268 dec %ax # Switch to
585 movw $MEM_ESPR-0x16,%sp # Switch to real mode stack
623 mov %cr0,%eax # Switch to protected
633 movl MEM_ESPR-0x04,%esp # Switch to kernel stack
/freebsd-9.3-release/sys/boot/pc98/btx/btx/
H A Dbtx.S192 mov %cr0,%eax # Switch to protected
266 dec %ax # Switch to
611 movw $MEM_ESPR-0x16,%sp # Switch to real mode stack
649 mov %cr0,%eax # Switch to protected
659 movl MEM_ESPR-0x04,%esp # Switch to kernel stack
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstruction.cpp191 case Switch: return "switch";
H A DCore.cpp1848 LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef Switch) { argument
1849 return wrap(unwrap<SwitchInst>(Switch)->getDefaultDest());
1998 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, argument
2000 unwrap<SwitchInst>(Switch)->addCase(unwrap<ConstantInt>(OnVal), unwrap(Dest));
H A DInstructions.cpp2778 // Switch on the opcode provided
3309 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch,
3320 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch,
3326 : TerminatorInst(SI.getType(), Instruction::Switch, 0, 0) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1189 StmtResult Switch
1192 if (Switch.isInvalid()) {
1202 return Switch;
1227 // FIXME: Remove the case statement list from the Switch statement.
1235 return Actions.ActOnFinishSwitchStmt(SwitchLoc, Switch.get(), Body.get());
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp673 INSTKEYWORD(switch, Switch);
/freebsd-9.3-release/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h451 U8 Switch; /* 00h */ member in struct:_MSG_EVENT_NOTIFY
510 /* Switch */
/freebsd-9.3-release/contrib/llvm/include/llvm-c/
H A DCore.h2486 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal,
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1249 case Switch: return 0;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp664 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, argument
666 SwitchStmt *SS = cast<SwitchStmt>(Switch);
H A DTreeTransform.h1130 Stmt *Switch, Stmt *Body) {
1131 return getSema().ActOnFinishSwitchStmt(SwitchLoc, Switch, Body);
5488 StmtResult Switch local
5491 if (Switch.isInvalid())
5500 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(),
1129 RebuildSwitchStmtBody(SourceLocation SwitchLoc, Stmt *Switch, Stmt *Body) argument
H A DSemaCodeComplete.cpp1709 // Switch-specific statements.
3746 SwitchStmt *Switch = getCurFunction()->SwitchStack.back();
3747 QualType type = Switch->getCond()->IgnoreImplicit()->getType();
3767 for (SwitchCase *SC = Switch->getSwitchCaseList(); SC;

Completed in 383 milliseconds

12