Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp356 MCInst const *JumpInst = J->getInst(); in lookForCompound() local
357 if (HexagonMCInstrInfo::isImmext(*JumpInst)) { in lookForCompound()
361 if (HexagonMCInstrInfo::getType(MCII, *JumpInst) == HexagonII::TypeJ) { in lookForCompound()
368 if (JumpInst == Inst) { in lookForCompound()
376 LLVM_DEBUG(dbgs() << "J,B: " << JumpInst->getOpcode() << "," in lookForCompound()
378 if (isOrderedCompoundPair(*Inst, BExtended, *JumpInst, JExtended)) { in lookForCompound()
379 MCInst *CompoundInsn = getCompoundInsn(Context, *Inst, *JumpInst); in lookForCompound()
382 << JumpInst->getOpcode() << " Compounds to " in lookForCompound()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp573 MachineInstr * JumpInst = IfThenElseStack.back(); in runOnMachineFunction() local
575 CounterPropagateAddr(*JumpInst, CfCount); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips32r6InstrInfo.td1194 class TailCallRegR6<Instruction JumpInst, Register RT, RegisterOperand RO> :
1196 PseudoInstExpansion<(JumpInst RT:$rt, RO:$rs)>;
1199 class PseudoIndirectBranchBaseR6<Instruction JumpInst, Register RT,
1203 PseudoInstExpansion<(JumpInst RT:$rt, RO:$rs)> {
H A DMipsInstrInfo.td1617 class TailCall<Instruction JumpInst, DAGOperand Opnd> :
1619 PseudoInstExpansion<(JumpInst Opnd:$target)>;
1621 class TailCallReg<Instruction JumpInst, RegisterOperand RO> :
1623 PseudoInstExpansion<(JumpInst RO:$rs)> {
2294 class PseudoIndirectBranchBase<Instruction JumpInst, RegisterOperand RO> :
2297 PseudoInstExpansion<(JumpInst RO:$rs)> {
H A DMicroMips32r6InstrInfo.td1787 class JumpLinkMMR6<Instruction JumpInst, DAGOperand Opnd> :
1789 PseudoInstExpansion<(JumpInst Opnd:$target)>;