Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCInstrDesc.h106 IndirectBranch, enumerator
237 bool isIndirectBranch() const { return Flags & (1 << MCID::IndirectBranch); } in isIndirectBranch()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.cpp49 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()
HDCodeGenFunction.h883 llvm::IndirectBrInst *IndirectBranch; variable
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineInstr.h434 return hasProperty(MCID::IndirectBranch, Type);
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMips64InstrInfo.td211 def JR64 : IndirectBranch<"jr", GPR64Opnd>, MTLO_FM<8>;
HDMicroMipsInstrInfo.td795 def JR_MM : MMRel, IndirectBranch<"jr", GPR32Opnd>, JR_FM_MM<0x3c>;
HDMipsInstrInfo.td809 class IndirectBranch<string opstr, RegisterOperand RO> : JumpFR<opstr, RO> {
1314 def JR : MMRel, IndirectBranch<"jr", GPR32Opnd>, MTLO_FM<8>;