Searched refs:IndirectBranch (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 110 IndirectBranch, enumerator 268 return Flags & (1 << MCID::IndirectBranch); in isIndirectBranch()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 49 DidCallStackSave(false), IndirectBranch(nullptr), PGO(cgm), in CodeGenFunction() 280 if (IndirectBranch) { in FinishFunction() 281 EmitBlock(IndirectBranch->getParent()); in FinishFunction() 306 if (IndirectBranch) { in FinishFunction() 307 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress()); in FinishFunction() 1343 if (!IndirectBranch) in GetAddrOfLabel() 1349 IndirectBranch->addDestination(BB); in GetAddrOfLabel() 1355 if (IndirectBranch) return IndirectBranch->getParent(); in GetIndirectGotoBlock() 1364 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock() 1365 return IndirectBranch->getParent(); in GetIndirectGotoBlock()
|
D | CodeGenFunction.h | 866 llvm::IndirectBrInst *IndirectBranch; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 442 return hasProperty(MCID::IndirectBranch, Type);
|
/external/llvm/lib/Target/Mips/ |
D | Mips64InstrInfo.td | 213 def JR64 : IndirectBranch<"jr", GPR64Opnd>, MTLO_FM<8>;
|
D | MicroMipsInstrInfo.td | 795 def JR_MM : MMRel, IndirectBranch<"jr", GPR32Opnd>, JR_FM_MM<0x3c>;
|
D | MipsInstrInfo.td | 794 class IndirectBranch<string opstr, RegisterOperand RO> : JumpFR<opstr, RO> { 1287 def JR : MMRel, IndirectBranch<"jr", GPR32Opnd>, MTLO_FM<8>;
|