Home
last modified time | relevance | path

Searched refs:INTERLEAVE (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dinduction.ll240 ; INTERLEAVE: for.end:
556 ; INTERLEAVE-NEXT: entry:
837 ; INTERLEAVE-NEXT: entry:
1194 ; INTERLEAVE-NEXT: entry:
2969 ; INTERLEAVE: loop:
2971 ; INTERLEAVE: exit:
3108 ; INTERLEAVE: loop:
3110 ; INTERLEAVE: exit:
3248 ; INTERLEAVE: loop:
3253 ; INTERLEAVE: exit:
[all …]
H A Dvplan-printing.ll287 ; CHECK-NEXT: INTERLEAVE-GROUP with factor 4 at %AB.0, ir<%gep.AB.0>
294 ; CHECK-NEXT: INTERLEAVE-GROUP with factor 4 at <badref>, ir<%gep.CD.3>
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp1192 case tgtok::XInterleave: Code = BinOpInit::INTERLEAVE; break; in ParseOperation()
1334 case BinOpInit::INTERLEAVE: in ParseOperation()
H A DRecord.cpp1082 case INTERLEAVE: { in Fold()
1233 case INTERLEAVE: Result = "!interleave"; break; in getAsString()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h837 LISTSPLAT, STRCONCAT, INTERLEAVE, CONCAT, EQ, enumerator