Searched refs:IndirectBranch (Results 1 – 6 of 6) sorted by relevance
46 IndirectBranch(0), SwitchInsn(0), CaseRangeBlock(0), UnreachableBlock(0), in CodeGenFunction()251 if (IndirectBranch) { in FinishFunction()252 EmitBlock(IndirectBranch->getParent()); in FinishFunction()263 if (IndirectBranch) { in FinishFunction()264 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress()); in FinishFunction()1094 if (IndirectBranch == 0) in GetAddrOfLabel()1100 IndirectBranch->addDestination(BB); in GetAddrOfLabel()1106 if (IndirectBranch) return IndirectBranch->getParent(); in GetIndirectGotoBlock()1115 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()1116 return IndirectBranch->getParent(); in GetIndirectGotoBlock()
809 llvm::IndirectBrInst *IndirectBranch; variable
108 IndirectBranch, enumerator245 return Flags & (1 << MCID::IndirectBranch); in isIndirectBranch()
381 return hasProperty(MCID::IndirectBranch, Type);
177 def JR64 : IndirectBranch<GPR64Opnd>, MTLO_FM<8>;
603 class IndirectBranch<RegisterOperand RO>: JumpFR<RO, brind> {990 def JR : IndirectBranch<GPR32Opnd>, MTLO_FM<8>;