Searched refs:Invoke (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/sys/boot/i386/btx/lib/
H A Dbtxcsu.S43 call main # Invoke client main()
44 call exit # Invoke client exit()
/freebsd-9.3-release/sys/boot/pc98/btx/lib/
H A Dbtxcsu.S43 call main # Invoke client main()
44 call exit # Invoke client exit()
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DCaptureTracking.cpp108 case Instruction::Invoke: {
H A DValueTracking.cpp2048 case Instruction::Invoke:
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp178 InvokeInliningInfo &Invoke) {
179 LandingPadInst *LPI = Invoke.getLandingPadInst();
211 Invoke.getOuterResumeDest(),
225 Invoke.addIncomingPHIValuesFor(BB);
247 InvokeInliningInfo Invoke(II);
257 if (HandleCallsInBlockInlinedThroughInvoke(BB, Invoke)) {
265 Invoke.forwardResume(RI, InlinedLPads);
776 // Since we are now done with the Call/Invoke, we can delete it.
902 // Since we are now done with the Call/Invoke, we can delete it.
177 HandleCallsInBlockInlinedThroughInvoke(BasicBlock *BB, InvokeInliningInfo &Invoke) argument
H A DCodeExtractor.cpp570 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(outputs[out])) {
571 DefBlock = Invoke->getNormalDest();
/freebsd-9.3-release/contrib/gdb/
H A Ddjunpack.bat10 Rem Invoke like this:
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1200 // loop below and then use its Params to set Invoke->setParams(...) below.
1207 CXXMethodDecl *Invoke local
1216 InvokerParams[I]->setOwningFunction(Invoke);
1217 Invoke->setParams(InvokerParams);
1218 Invoke->setAccess(AS_private);
1219 Invoke->setImplicit(true);
1226 Invoke);
1229 Invoke->setDescribedFunctionTemplate(StaticInvokerTemplate);
1232 Class->addDecl(Invoke);
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstruction.cpp193 case Invoke: return "invoke";
432 case Instruction::Invoke:
452 case Instruction::Invoke:
H A DValue.cpp51 if (SubclassID == Instruction::Call || SubclassID == Instruction::Invoke)
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h1 //===-- llvm/Support/CallSite.h - Abstract Call & Invoke instrs -*- C++ -*-===//
11 // wants to treat Call and Invoke instructions in a generic way. When in non-
56 /// will create an appropriate call site for a Call or Invoke instruction, but
64 else if (II->getOpcode() == Instruction::Invoke)
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp208 case Instruction::Invoke:
/freebsd-9.3-release/sys/boot/i386/mbr/
H A Dmbr.s126 jmp *%bx # Invoke bootstrap
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp224 if (const InvokeInst *Invoke = dyn_cast<InvokeInst>(BB->getTerminator()))
225 MBBMap[Invoke->getSuccessor(1)]->setIsLandingPad();
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h365 case Instruction::Invoke: return getModRefInfo((const InvokeInst*)I,Loc);
/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0.S495 jmp *%bx # Invoke bootstrap
H A Dboot0ext.S311 jmp *%bx # Invoke bootstrap
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp450 case Instruction::Invoke: {
745 case Instruction::Invoke: {
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp675 INSTKEYWORD(invoke, Invoke);
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h2838 /// InvokeInst - Invoke instruction. The SubclassData field is used to hold the
3034 return (I->getOpcode() == Instruction::Invoke);
3064 Instruction::Invoke, member in class:llvm::InvokeInst::Instruction
3075 Instruction::Invoke,
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1251 case Invoke: return 0;
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp249 case Instruction::Invoke:
H A DSCCP.cpp540 // Invoke instructions successors are always executable.
605 // Invoke instructions successors are always executable.
1424 case Instruction::Invoke: {
/freebsd-9.3-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1318 case Instruction::Invoke: {
/freebsd-9.3-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1166 case Instruction::Invoke: {

Completed in 350 milliseconds

12