Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2429.chain17 AI1/HlRoTXidP2c4xjQIFvCqaZ7gQx4g3j3Ww1Pg3hSeNdzN4MeZTRZsgd+a+hOc
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrInfo.td1739 def ri : AI1<opcod, (outs), (ins GPR:$Rn, mod_imm:$imm), DPFrm, iii,
1753 def rr : AI1<opcod, (outs), (ins GPR:$Rn, GPR:$Rm), DPFrm, iir,
1770 def rsi : AI1<opcod, (outs),
1787 def rsr : AI1<opcod, (outs),
2422 def ADR : AI1<{0,?,?,0}, (outs GPR:$Rd), (ins adrlabel:$label),
3651 def MOVi16 : AI1<0b1000, (outs GPR:$Rd), (ins imm0_65535_expr:$imm),
3677 def MOVTi16 : AI1<0b1010, (outs GPRnopc:$Rd),
4914 def CMNri : AI1<0b1011, (outs), (ins GPR:$Rn, mod_imm:$imm), DPFrm, IIC_iCMPi,
4930 def CMNzrr : AI1<0b1011, (outs), (ins GPR:$Rn, GPR:$Rm), DPFrm, IIC_iCMPr,
4947 def CMNzrsi : AI1<0b1011, (outs),
[all …]
H A DARMInstrFormats.td745 class AI1<bits<4> opcod, dag oops, dag iops, Format f, InstrItinClass itin,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp673 auto IsAllocaInferenre = [&](const AllocaInst *AI1, const AllocaInst *AI2) { in addFieldForAllocas() argument
674 return StackLifetimeAnalyzer.getLiveRange(AI1).overlaps( in addFieldForAllocas()