Home
last modified time | relevance | path

Searched refs:JumpInst (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp367 MCInst const *JumpInst = J->getInst(); in lookForCompound() local
368 if (HexagonMCInstrInfo::isImmext(*JumpInst)) { in lookForCompound()
372 if (llvm::HexagonMCInstrInfo::getType(MCII, *JumpInst) == in lookForCompound()
380 if (JumpInst == Inst) in lookForCompound()
386 DEBUG(dbgs() << "J,B: " << JumpInst->getOpcode() << "," in lookForCompound()
388 if (isOrderedCompoundPair(*Inst, BExtended, *JumpInst, JExtended)) { in lookForCompound()
389 MCInst *CompoundInsn = getCompoundInsn(Context, *Inst, *JumpInst); in lookForCompound()
392 << JumpInst->getOpcode() << " Compounds to " in lookForCompound()
/external/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp572 MachineInstr * JumpInst = IfThenElseStack.back(); in runOnMachineFunction() local
574 CounterPropagateAddr(JumpInst, CfCount); in runOnMachineFunction()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td1030 class TailCall<Instruction JumpInst> :
1032 PseudoInstExpansion<(JumpInst jmptarget:$target)>;