Searched refs:SubVecA (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 380 Value *SubVecA = B.CreateBitCast(EltA, V4I8Ty); in createTileDPLoops() local 388 SEXTSubVecA = B.CreateSExt(SubVecA, V4I32Ty); in createTileDPLoops() 392 SEXTSubVecA = B.CreateSExt(SubVecA, V4I32Ty); in createTileDPLoops() 396 SEXTSubVecA = B.CreateZExt(SubVecA, V4I32Ty); in createTileDPLoops() 400 SEXTSubVecA = B.CreateZExt(SubVecA, V4I32Ty); in createTileDPLoops() 436 Value *SubVecA = B.CreateBitCast(EltA, V2I16Ty); in createTileDPLoops() local 443 B.CreateShuffleVector(SubVecA, ZeroV2I16, ShuffleArray), V2F32Ty); in createTileDPLoops()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 4141 SDValue SubVecA = DAG.getBuildVector(VT, DL, SubVecAOps); in lowerBUILD_VECTOR() 4145 return DAG.getNode(ISD::VSELECT, DL, VT, SelectMask, SubVecA, SubVecB); in lowerBUILD_VECTOR() 4140 SDValue SubVecA = DAG.getBuildVector(VT, DL, SubVecAOps); lowerBUILD_VECTOR() local
|