Searched refs:IndirectBranch (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCInstrDesc.h | 106 IndirectBranch, enumerator 237 bool isIndirectBranch() const { return Flags & (1 << MCID::IndirectBranch); } in isIndirectBranch()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenFunction.cpp | 49 DisableDebugInfo(false), DidCallStackSave(false), IndirectBranch(nullptr), in CodeGenFunction() 282 if (IndirectBranch) { in FinishFunction() 283 EmitBlock(IndirectBranch->getParent()); in FinishFunction() 308 if (IndirectBranch) { in FinishFunction() 309 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress()); in FinishFunction() 1365 if (!IndirectBranch) in GetAddrOfLabel() 1371 IndirectBranch->addDestination(BB); in GetAddrOfLabel() 1377 if (IndirectBranch) return IndirectBranch->getParent(); in GetIndirectGotoBlock() 1386 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock() 1387 return IndirectBranch->getParent(); in GetIndirectGotoBlock()
|
| HD | CodeGenFunction.h | 883 llvm::IndirectBrInst *IndirectBranch; variable
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineInstr.h | 434 return hasProperty(MCID::IndirectBranch, Type);
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | Mips64InstrInfo.td | 211 def JR64 : IndirectBranch<"jr", GPR64Opnd>, MTLO_FM<8>;
|
| HD | MicroMipsInstrInfo.td | 795 def JR_MM : MMRel, IndirectBranch<"jr", GPR32Opnd>, JR_FM_MM<0x3c>;
|
| HD | MipsInstrInfo.td | 809 class IndirectBranch<string opstr, RegisterOperand RO> : JumpFR<opstr, RO> { 1314 def JR : MMRel, IndirectBranch<"jr", GPR32Opnd>, MTLO_FM<8>;
|