Searched refs:IndirectBr (Results 1 – 15 of 15) sorted by relevance
| /trueos/contrib/llvm/lib/Transforms/ObjCARC/ |
| HD | ObjCARCUtil.cpp | 214 case Instruction::Switch: case Instruction::IndirectBr: in GetInstructionClass()
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | Instruction.def | 100 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
|
| HD | Instructions.h | 2816 return I->getOpcode() == Instruction::IndirectBr;
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | Instruction.cpp | 192 case IndirectBr: return "indirectbr"; in getOpcodeName()
|
| HD | Instructions.cpp | 3440 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst() 3447 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst() 3453 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr, in IndirectBrInst()
|
| HD | Core.cpp | 2003 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() argument 2004 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
|
| /trueos/contrib/llvm/lib/AsmParser/ |
| HD | LLLexer.cpp | 674 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
|
| /trueos/contrib/llvm/include/llvm-c/ |
| HD | Core.h | 2490 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | TargetLoweringBase.cpp | 1250 case IndirectBr: return 0; in InstructionOpcodeToISD()
|
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | ValueTracking.cpp | 2053 case Instruction::IndirectBr: in isSafeToSpeculativelyExecute()
|
| /trueos/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCFastISel.cpp | 1752 case Instruction::IndirectBr: in TargetSelectInstruction()
|
| /trueos/contrib/llvm/lib/Target/CppBackend/ |
| HD | CPPBackend.cpp | 1151 case Instruction::IndirectBr: { in printInstruction()
|
| /trueos/contrib/llvm/lib/Bitcode/Writer/ |
| HD | BitcodeWriter.cpp | 1309 case Instruction::IndirectBr: in WriteInstruction()
|
| /trueos/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGISel.cpp | 925 case Instruction::IndirectBr: NumFastIselFailIndirectBr++; return; in collectFailStats()
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMFastISel.cpp | 2895 case Instruction::IndirectBr: in TargetSelectInstruction()
|