Searched refs:JumpInst (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp367 MCInst const *JumpInst = J->getInst(); local
368 if (HexagonMCInstrInfo::isImmext(*JumpInst)) {
372 if (llvm::HexagonMCInstrInfo::getType(MCII, *JumpInst) ==
380 if (JumpInst == Inst)
386 DEBUG(dbgs() << "J,B: " << JumpInst->getOpcode() << ","
388 if (isOrderedCompoundPair(*Inst, BExtended, *JumpInst, JExtended)) {
389 MCInst *CompoundInsn = getCompoundInsn(Context, *Inst, *JumpInst);
392 << JumpInst->getOpcode() << " Compounds to "
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp572 MachineInstr * JumpInst = IfThenElseStack.back(); variable
574 CounterPropagateAddr(JumpInst, CfCount);

Completed in 40 milliseconds