Searched refs:SPLAT (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 176 SPLAT, enumerator
|
H A D | SystemZOperators.td | 302 def z_splat : SDNode<"SystemZISD::SPLAT", SDT_ZVecBinaryInt>;
|
H A D | SystemZISelLowering.cpp | 4693 if (SystemZISD::SPLAT == ShuffleOp.getOpcode() && in getVPermMask() 5474 return DAG.getNode(SystemZISD::SPLAT, DL, VT, Op.getOperand(0), in lowerVECTOR_SHUFFLE() 5958 OPCODE(SPLAT); in getTargetNodeName() 6066 else if ((Opcode == ISD::VECTOR_SHUFFLE || Opcode == SystemZISD::SPLAT) && in combineExtract()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 1370 (instregex "EVLHH(E|OS|OU)SPLAT(X)?$"), 1373 (instregex "EVLW(H|W)SPLAT(X)?$"),
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsScheduleP5600.td | 346 def : InstRW<[P5600WriteMSAShortInt], (instregex "^(SPLAT|SPLATI)_[BHWD]$")>;
|
H A D | MipsScheduleGeneric.td | 1468 def : InstRW<[GenericWriteMSAShortInt], (instregex "^(SPLAT|SPLATI)_[BHWD]$")>;
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | arm_neon.td | 286 def SPLAT : WInst<"splat_lane", ".(!q)I",
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlop.pod | 2515 open(SPLAT, "stuff") || die "can't open stuff: $!"; 2516 open(STDIN, "<&SPLAT") || die "can't dupe SPLAT: $!";
|