Home
last modified time | relevance | path

Searched refs:AI1 (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td1728 def ri : AI1<opcod, (outs), (ins GPR:$Rn, mod_imm:$imm), DPFrm, iii,
1742 def rr : AI1<opcod, (outs), (ins GPR:$Rn, GPR:$Rm), DPFrm, iir,
1759 def rsi : AI1<opcod, (outs),
1776 def rsr : AI1<opcod, (outs),
2407 def ADR : AI1<{0,?,?,0}, (outs GPR:$Rd), (ins adrlabel:$label),
3636 def MOVi16 : AI1<0b1000, (outs GPR:$Rd), (ins imm0_65535_expr:$imm),
3660 def MOVTi16 : AI1<0b1010, (outs GPRnopc:$Rd),
4886 def CMNri : AI1<0b1011, (outs), (ins GPR:$Rn, mod_imm:$imm), DPFrm, IIC_iCMPi,
4902 def CMNzrr : AI1<0b1011, (outs), (ins GPR:$Rn, GPR:$Rm), DPFrm, IIC_iCMPr,
4919 def CMNzrsi : AI1<0b1011, (outs),
[all …]
H A DARMInstrFormats.td740 class AI1<bits<4> opcod, dag oops, dag iops, Format f, InstrItinClass itin,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp635 auto IsAllocaInferenre = [&](const AllocaInst *AI1, const AllocaInst *AI2) { in addFieldForAllocas() argument
636 return StackLifetimeAnalyzer.getLiveRange(AI1).overlaps( in addFieldForAllocas()