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.td1145 class TailCallRegR6<Instruction JumpInst, Register RT, RegisterOperand RO> :
1147 PseudoInstExpansion<(JumpInst RT:$rt, RO:$rs)>;
1150 class PseudoIndirectBranchBaseR6<Instruction JumpInst, Register RT,
1154 PseudoInstExpansion<(JumpInst RT:$rt, RO:$rs)> {
H A DMipsInstrInfo.td1605 class TailCall<Instruction JumpInst, DAGOperand Opnd> :
1607 PseudoInstExpansion<(JumpInst Opnd:$target)>;
1609 class TailCallReg<Instruction JumpInst, RegisterOperand RO> :
1611 PseudoInstExpansion<(JumpInst RO:$rs)> {
2282 class PseudoIndirectBranchBase<Instruction JumpInst, RegisterOperand RO> :
2285 PseudoInstExpansion<(JumpInst RO:$rs)> {
H A DMicroMips32r6InstrInfo.td1787 class JumpLinkMMR6<Instruction JumpInst, DAGOperand Opnd> :
1789 PseudoInstExpansion<(JumpInst Opnd:$target)>;