Searched refs:VT128 (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 5547 multiclass ExtPat<ValueType VT64, ValueType VT128, int N> { 5550 def : Pat<(VT128 (AArch64ext V128:$Rn, V128:$Rm, (i32 imm:$imm))), 6023 multiclass Neon_INS_elt_pattern<ValueType VT128, ValueType VT64, 6025 def : Pat<(VT128 (vector_insert V128:$src, 6026 (VTScal (vector_extract (VT128 V128:$Rn), imm:$Immn)), 6030 def : Pat<(VT128 (vector_insert V128:$src, 6037 (VTScal (vector_extract (VT128 V128:$Rn), imm:$Immn)),
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 20483 MVT VT128 = MVT::getVectorVT(OpVT.getVectorElementType(), in LowerSCALAR_TO_VECTOR() local 20486 Op = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT128, Op.getOperand(0)); in LowerSCALAR_TO_VECTOR()
|