HomeSort by: relevance | last modified time | path
    Searched refs:JumpInst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCompound.cpp 356 MCInst const *JumpInst = J->getInst();
357 if (HexagonMCInstrInfo::isImmext(*JumpInst)) {
361 if (HexagonMCInstrInfo::getType(MCII, *JumpInst) == HexagonII::TypeJ) {
368 if (JumpInst == Inst)
374 LLVM_DEBUG(dbgs() << "J,B: " << JumpInst->getOpcode() << ","
376 if (isOrderedCompoundPair(*Inst, BExtended, *JumpInst, JExtended)) {
377 MCInst *CompoundInsn = getCompoundInsn(Context, *Inst, *JumpInst);
380 << JumpInst->getOpcode() << " Compounds to "
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 576 MachineInstr * JumpInst = IfThenElseStack.back();
578 CounterPropagateAddr(*JumpInst, CfCount);

Completed in 58 milliseconds