Home
last modified time | relevance | path

Searched refs:IOL (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrFormats.td24 let InOperandList = IOL;
102 let InOperandList = IOL;
226 : I<opcode, OOL, IOL, asmstr, itin> {
239 : I<opcode, OOL, IOL, asmstr, itin> {
1428 : I<31, OOL, IOL, asmstr, itin> {
1443 : I<31, OOL, IOL, asmstr, itin> {
1460 : I<31, OOL, IOL, asmstr, itin> {
1994 : I<4, OOL, IOL, asmstr, itin> {
2012 : I<4, OOL, IOL, asmstr, itin> {
2195 : I<4, OOL, IOL, asmstr, itin> {
[all …]
H A DPPCInstrMMA.td166 XX3Form_AT3_XAB6<opcode, xo, (outs acc:$AT), IOL,
194 XX3Form_AT3_XAB6<opcode, xo, (outs wacc:$AT), IOL,
310 !con((ins acc:$ATi), IOL),
314 !con((ins acc:$ATi), IOL),
318 !con((ins acc:$ATi), IOL),
324 !con((ins wacc:$ATi), IOL),
328 !con((ins wacc:$ATi), IOL),
347 !con(IOL, (ins u4imm:$XMSK, u4imm:$YMSK)),
384 !con(IOL, (ins u4imm:$XMSK, u4imm:$YMSK)),
428 !con(IOL, (ins u4imm:$XMSK, u2imm:$YMSK)),
[all …]
H A DPPCInstrFutureMMA.td14 class XX3Form_AT3_XABp5_P1<bits<6> opcode, bits<8> xo, dag OOL, dag IOL,
16 : I<opcode, OOL, IOL, asmstr, NoItinerary> {
36 class XX2Form_AT3_XBp5_P2<bits<6> opcode, bits<9> xo, dag OOL, dag IOL,
38 : I<opcode, OOL, IOL, asmstr, NoItinerary> {
55 class XForm_ATB3<bits<6> opcode, bits<5> o, bits<10> xo, dag OOL, dag IOL,
57 : I <opcode, OOL, IOL, asmstr, NoItinerary> {
H A DPPCInstrFuture.td14 class XOForm_RTAB5_L1<bits<6> opcode, bits<9> xo, dag OOL, dag IOL,
16 : I<opcode, OOL, IOL, asmstr, NoItinerary> {
34 multiclass XOForm_RTAB5_L1r<bits<6> opcode, bits<9> xo, dag OOL, dag IOL,
38 def NAME : XOForm_RTAB5_L1<opcode, xo, OOL, IOL,
42 def _rec : XOForm_RTAB5_L1<opcode, xo, OOL, IOL,
H A DPPCInstrP10.td120 let InOperandList = IOL;
154 : I<4, OOL, IOL, asmstr, itin> {
309 : I<opcode, OOL, IOL, asmstr, itin> {
356 : I<4, OOL, IOL, asmstr, itin> {
388 : I<4, OOL, IOL, asmstr, itin> {
406 : I<4, OOL, IOL, asmstr, itin> {
424 : I<4, OOL, IOL, asmstr, itin> {
553 : I<opcode, OOL, IOL, asmstr, itin> {
815 : I<opcode, OOL, IOL, asmstr, itin> {
889 : I<opcode, OOL, IOL, asmstr, itin> {
[all …]
H A DPPCInstrSPE.td14 class EFXForm_1<bits<11> xo, dag OOL, dag IOL, string asmstr,
16 I<4, OOL, IOL, asmstr, itin> {
29 class EFXForm_2<bits<11> xo, dag OOL, dag IOL, string asmstr,
35 class EFXForm_2a<bits<11> xo, dag OOL, dag IOL, string asmstr,
41 class EFXForm_3<bits<11> xo, dag OOL, dag IOL, string asmstr,
43 I<4, OOL, IOL, asmstr, itin> {
55 class EVXForm_1<bits<11> xo, dag OOL, dag IOL, string asmstr,
57 I<4, OOL, IOL, asmstr, itin> {
84 I<4, OOL, IOL, asmstr, itin> {
100 I<4, OOL, IOL, asmstr, itin> {
[all …]
H A DPPCInstrInfo.td750 def NAME : XForm_6<opcode, xo, OOL, IOL,
765 def NAME : XForm_6<opcode, xo, OOL, IOL,
780 def NAME : XForm_10<opcode, xo, OOL, IOL,
794 def NAME : XForm_11<opcode, xo, OOL, IOL,
949 def NAME : MForm_1<opcode, OOL, IOL,
953 def _rec : MForm_1<opcode, OOL, IOL,
963 def NAME : MForm_2<opcode, OOL, IOL,
967 def _rec : MForm_2<opcode, OOL, IOL,
1088 def NAME : AForm_1<opcode, xo, OOL, IOL,
1102 def NAME : AForm_2<opcode, xo, OOL, IOL,
[all …]
H A DPPCInstrVSX.td169 class XX3Form_2s<bits<6> opcode, bits<5> xo, dag OOL, dag IOL, string asmstr,
171 : XX3Form_2<opcode, xo, OOL, IOL, asmstr, itin, pattern> {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp283 InstOverlapIntervalsTy &IOL) { in isPartialOverwrite() argument
296 auto &IM = IOL[DeadI]; in isPartialOverwrite()
2003 bool removePartiallyOverlappedStores(InstOverlapIntervalsTy &IOL) { in removePartiallyOverlappedStores()
2005 for (auto OI : IOL) { in removePartiallyOverlappedStores()
2191 auto &IOL = Iter.first->second; in eliminateDeadStores() local
2193 DeadOffset, DeadI, IOL); in eliminateDeadStores()
/freebsd-14.2/share/doc/IPv6/
H A DIMPLEMENTATION100 We also attended Univ. of New Hampshire IOL tests (http://www.iol.unh.edu/)