Searched refs:AI1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 1760 def ri : AI1<opcod, (outs), (ins GPR:$Rn, mod_imm:$imm), DPFrm, iii, 1774 def rr : AI1<opcod, (outs), (ins GPR:$Rn, GPR:$Rm), DPFrm, iir, 1791 def rsi : AI1<opcod, (outs), 1808 def rsr : AI1<opcod, (outs), 2443 def ADR : AI1<{0,?,?,0}, (outs GPR:$Rd), (ins adrlabel:$label), 3675 def MOVi16 : AI1<0b1000, (outs GPR:$Rd), (ins imm0_65535_expr:$imm), 3701 def MOVTi16 : AI1<0b1010, (outs GPRnopc:$Rd), 4930 def CMNri : AI1<0b1011, (outs), (ins GPR:$Rn, mod_imm:$imm), DPFrm, IIC_iCMPi, 4946 def CMNzrr : AI1<0b1011, (outs), (ins GPR:$Rn, GPR:$Rm), DPFrm, IIC_iCMPr, 4963 def CMNzrsi : AI1<0b1011, (outs), [all …]
|
| H A D | ARMInstrFormats.td | 757 class AI1<bits<4> opcod, dag oops, dag iops, Format f, InstrItinClass itin,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 816 auto IsAllocaInferenre = [&](const AllocaInst *AI1, const AllocaInst *AI2) { in addFieldForAllocas() argument 817 return StackLifetimeAnalyzer.getLiveRange(AI1).overlaps( in addFieldForAllocas()
|