Home
last modified time | relevance | path

Searched refs:SubVecA (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp380 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 DRISCVISelLowering.cpp4141 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