HomeSort by relevance Sort by last modified time
    Searched refs:JumpInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCompound.cpp 367 MCInst const *JumpInst = J->getInst();
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 "
  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 593 MachineInstr * JumpInst = IfThenElseStack.back();
595 CounterPropagateAddr(*JumpInst, CfCount);

Completed in 82 milliseconds