Searched refs:IndirectBr (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp214 case Instruction::Switch: case Instruction::IndirectBr:
/external/llvm/lib/IR/
H A DInstruction.cpp196 case IndirectBr: return "indirectbr";
H A DInstructions.cpp3490 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr,
3497 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr,
3503 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr,
H A DCore.cpp2086 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { argument
2087 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest));
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp728 INSTKEYWORD(indirectbr, IndirectBr);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1593 CAMLprim value llvm_add_destination(LLVMValueRef IndirectBr, argument
1595 LLVMAddDestination(IndirectBr, Dest);
H A Dllvm.ml148 | IndirectBr Constructor in type:Opcode/t
H A Dllvm.mli204 | IndirectBr
/external/llvm/include/llvm-c/
H A DCore.h2543 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1338 case IndirectBr: return 0;
/external/llvm/lib/Analysis/
H A DValueTracking.cpp2058 case Instruction::IndirectBr:
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1356 case Instruction::IndirectBr:
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1946 case Instruction::IndirectBr:
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1168 case Instruction::IndirectBr: {
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1771 case Instruction::IndirectBr:
/external/llvm/include/llvm/IR/
H A DInstructions.h2926 return I->getOpcode() == Instruction::IndirectBr;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp81 STATISTIC(NumFastIselFailIndirectBr,"Fast isel fails on IndirectBr");
944 case Instruction::IndirectBr: NumFastIselFailIndirectBr++; return;
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2817 case Instruction::IndirectBr:

Completed in 832 milliseconds