Home
last modified time | relevance | path

Searched refs:IndirectBranch (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrDesc.h110 IndirectBranch, enumerator
268 return Flags & (1 << MCID::IndirectBranch); in isIndirectBranch()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp49 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()
DCodeGenFunction.h866 llvm::IndirectBrInst *IndirectBranch; variable
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h442 return hasProperty(MCID::IndirectBranch, Type);
/external/llvm/lib/Target/Mips/
DMips64InstrInfo.td213 def JR64 : IndirectBranch<"jr", GPR64Opnd>, MTLO_FM<8>;
DMicroMipsInstrInfo.td795 def JR_MM : MMRel, IndirectBranch<"jr", GPR32Opnd>, JR_FM_MM<0x3c>;
DMipsInstrInfo.td794 class IndirectBranch<string opstr, RegisterOperand RO> : JumpFR<opstr, RO> {
1287 def JR : MMRel, IndirectBranch<"jr", GPR32Opnd>, MTLO_FM<8>;