Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h157 IndirectBranch, enumerator
302 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp411 if (IndirectBranch) { in FinishFunction()
412 EmitBlock(IndirectBranch->getParent()); in FinishFunction()
437 if (IndirectBranch) { in FinishFunction()
438 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress()); in FinishFunction()
1950 if (!IndirectBranch) in GetAddrOfLabel()
1956 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
1962 if (IndirectBranch) return IndirectBranch->getParent(); in GetIndirectGotoBlock()
1971 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()
1972 return IndirectBranch->getParent(); in GetIndirectGotoBlock()
H A DCodeGenFunction.h1360 llvm::IndirectBrInst *IndirectBranch = nullptr;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h851 return hasProperty(MCID::IndirectBranch, Type);
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td971 def JR_MM : MMRel, IndirectBranch<"jr", GPR32Opnd>, JR_FM_MM<0x3c>,
H A DMips64InstrInfo.td259 def JR64 : IndirectBranch<"jr", GPR64Opnd>, MTLO_FM<8>, PTR_64;
H A DMipsInstrInfo.td1563 class IndirectBranch<string opstr, RegisterOperand RO> : JumpFR<opstr, RO> {
2218 def JR : MMRel, IndirectBranch<"jr", GPR32Opnd>, MTLO_FM<8>,