Searched refs:SadVT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 44272 MVT SadVT = MVT::getVectorVT(MVT::i64, RegSize / 64); in createPSADBW() local 44273 return SplitOpsAndApply(DAG, Subtarget, DL, SadVT, { SadOp0, SadOp1 }, in createPSADBW() 44613 EVT SadVT = SAD.getValueType(); in combineBasicSADPattern() local 44615 unsigned SadElems = SadVT.getVectorNumElements(); in combineBasicSADPattern() 44623 DAG.getVectorShuffle(SadVT, DL, SAD, DAG.getUNDEF(SadVT), Mask); in combineBasicSADPattern() 44624 SAD = DAG.getNode(ISD::ADD, DL, SadVT, SAD, Shuffle); in combineBasicSADPattern() 44631 SadVT.getSizeInBits() / ExtractSizeInBits); in combineBasicSADPattern() 45125 MVT SadVT = MVT::getVectorVT(MVT::i64, Rdx.getValueSizeInBits() / 64); in combineArithReduction() local 45126 Rdx = SplitOpsAndApply(DAG, Subtarget, DL, SadVT, {Rdx}, PSADBWBuilder); in combineArithReduction()
|