Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h106 IndirectBranch, enumerator
334 return Flags & (1 << MCID::IndirectBranch); in isIndirectBranch()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h106 IndirectBranch, enumerator
237 bool isIndirectBranch() const { return Flags & (1 << MCID::IndirectBranch); } in isIndirectBranch()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp54 DisableDebugInfo(false), DidCallStackSave(false), IndirectBranch(nullptr), in CodeGenFunction()
339 if (IndirectBranch) { in FinishFunction()
340 EmitBlock(IndirectBranch->getParent()); in FinishFunction()
365 if (IndirectBranch) { in FinishFunction()
366 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress()); in FinishFunction()
1516 if (!IndirectBranch) in GetAddrOfLabel()
1522 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
1528 if (IndirectBranch) return IndirectBranch->getParent(); in GetIndirectGotoBlock()
1537 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()
1538 return IndirectBranch->getParent(); in GetIndirectGotoBlock()
DCodeGenFunction.h938 llvm::IndirectBrInst *IndirectBranch; variable
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h468 return hasProperty(MCID::IndirectBranch, Type);
/external/llvm/lib/Target/Mips/
DMips64InstrInfo.td235 def JR64 : IndirectBranch<"jr", GPR64Opnd>, MTLO_FM<8>;
DMicroMipsInstrInfo.td879 def JR_MM : MMRel, IndirectBranch<"jr", GPR32Opnd>, JR_FM_MM<0x3c>,
DMipsInstrInfo.td1322 class IndirectBranch<string opstr, RegisterOperand RO> : JumpFR<opstr, RO> {
1859 def JR : MMRel, IndirectBranch<"jr", GPR32Opnd>, MTLO_FM<8>, ISA_MIPS1_NOT_32R6_64R6;
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenInstrInfo.inc4886 …{ 702, 2, 0, 0, 0, "FARJMP16i", 0|(1<<MCID::Branch)|(1<<MCID::IndirectBranch)|(1<<MCID::Barrier)|(…
4887 …{ 703, 5, 0, 0, 0, "FARJMP16m", 0|(1<<MCID::Branch)|(1<<MCID::IndirectBranch)|(1<<MCID::Barrier)|(…
4888 …{ 704, 2, 0, 0, 0, "FARJMP32i", 0|(1<<MCID::Branch)|(1<<MCID::IndirectBranch)|(1<<MCID::Barrier)|(…
4889 …{ 705, 5, 0, 0, 0, "FARJMP32m", 0|(1<<MCID::Branch)|(1<<MCID::IndirectBranch)|(1<<MCID::Barrier)|(…
4890 …{ 706, 5, 0, 0, 0, "FARJMP64", 0|(1<<MCID::Branch)|(1<<MCID::IndirectBranch)|(1<<MCID::Barrier)|(1…
5208 …{ 1024, 5, 0, 0, 0, "JMP32m", 0|(1<<MCID::Branch)|(1<<MCID::IndirectBranch)|(1<<MCID::Barrier)|(1<…
5209 …{ 1025, 1, 0, 0, 0, "JMP32r", 0|(1<<MCID::Branch)|(1<<MCID::IndirectBranch)|(1<<MCID::Barrier)|(1<…
5210 …{ 1026, 5, 0, 0, 0, "JMP64m", 0|(1<<MCID::Branch)|(1<<MCID::IndirectBranch)|(1<<MCID::Barrier)|(1<…
5212 …{ 1028, 1, 0, 0, 0, "JMP64r", 0|(1<<MCID::Branch)|(1<<MCID::IndirectBranch)|(1<<MCID::Barrier)|(1<…