/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 928 VectorType *SubVT = VectorType::get(VT->getElementType(), NumSubElts); variable 1009 Instruction::InsertElement, SubVT, i); 1025 Instruction::ExtractElement, SubVT, i); 1038 SubVT = VectorType::get(I8Type, NumSubElts); 1052 Instruction::ExtractElement, SubVT, i);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 2614 EVT SubVT = ShiftAmt->getValueType(0); in tryShiftAmountMod() local 2615 if (SubVT == MVT::i32) { in tryShiftAmountMod() 2619 assert(SubVT == MVT::i64); in tryShiftAmountMod() 2624 CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, ZeroReg, SubVT); in tryShiftAmountMod() 2626 CurDAG->getMachineNode(NegOpc, DL, SubVT, Zero, Add1); in tryShiftAmountMod()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 2148 EVT SubVT = N->getValueType(0); in SplitVecOp_EXTRACT_SUBVECTOR() local 2158 assert(IdxVal + SubVT.getVectorNumElements() <= LoElts && in SplitVecOp_EXTRACT_SUBVECTOR() 2160 return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, SubVT, Lo, Idx); in SplitVecOp_EXTRACT_SUBVECTOR() 2162 return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, SubVT, Hi, in SplitVecOp_EXTRACT_SUBVECTOR() 3886 EVT SubVT = Mask->getValueType(0); in convertMask() local 3887 SmallVector<SDValue, 16> SubOps(NumSubVecs, DAG.getUNDEF(SubVT)); in convertMask()
|
D | TargetLowering.cpp | 924 EVT SubVT = Sub.getValueType(); in SimplifyDemandedBits() local 925 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedBits() 978 EVT SubVT = Op.getOperand(0).getValueType(); in SimplifyDemandedBits() local 980 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedBits() 2310 EVT SubVT = Op.getOperand(0).getValueType(); in SimplifyDemandedVectorElts() local 2312 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedVectorElts() 2330 EVT SubVT = Sub.getValueType(); in SimplifyDemandedVectorElts() local 2331 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedVectorElts()
|
D | SelectionDAG.cpp | 2691 EVT SubVT = N0.getValueType(); in computeKnownBits() local 2692 unsigned SubBitWidth = SubVT.getScalarSizeInBits(); in computeKnownBits() 2695 if (!(SubVT.isInteger() || SubVT.isFloatingPoint())) in computeKnownBits() 9198 EVT SubVT = EVT::getVectorVT(*getContext(), OpSVT, NumSubElts); in matchBinOpReduction() local 9199 if (!TLI->isExtractSubvectorCheap(SubVT, OpVT, 0)) in matchBinOpReduction() 9203 ISD::EXTRACT_SUBVECTOR, SDLoc(Op), SubVT, Op, in matchBinOpReduction()
|
D | DAGCombiner.cpp | 18282 static SDValue getSubVectorSrc(SDValue V, SDValue Index, EVT SubVT) { in getSubVectorSrc() argument 18284 V.getOperand(1).getValueType() == SubVT && V.getOperand(2) == Index) { in getSubVectorSrc() 18289 V.getOperand(0).getValueType() == SubVT && in getSubVectorSrc() 18290 (IndexC->getZExtValue() % SubVT.getVectorNumElements()) == 0) { in getSubVectorSrc() 18291 uint64_t SubIdx = IndexC->getZExtValue() / SubVT.getVectorNumElements(); in getSubVectorSrc() 18311 EVT SubVT = Extract->getValueType(0); in narrowInsertExtractVectorBinOp() local 18312 if (!TLI.isOperationLegalOrCustom(BinOpcode, SubVT)) in narrowInsertExtractVectorBinOp() 18315 SDValue Sub0 = getSubVectorSrc(Bop0, Index, SubVT); in narrowInsertExtractVectorBinOp() 18316 SDValue Sub1 = getSubVectorSrc(Bop1, Index, SubVT); in narrowInsertExtractVectorBinOp() 18327 return DAG.getNode(BinOpcode, SDLoc(Extract), SubVT, Sub0, Sub1, in narrowInsertExtractVectorBinOp() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 3738 EVT SubVT = ShiftAmt.getValueType(); in tryShiftAmountMod() local 3739 SDValue Zero = CurDAG->getConstant(0, DL, SubVT); in tryShiftAmountMod() 3740 SDValue Neg = CurDAG->getNode(ISD::SUB, DL, SubVT, Zero, Add1); in tryShiftAmountMod()
|
D | X86ISelLowering.cpp | 5745 EVT SubVT = Sub.getValueType(); in collectConcatOps() local 5748 if (VT.getSizeInBits() == (SubVT.getSizeInBits() * 2) && in collectConcatOps() 5751 Src.getOperand(1).getValueType() == SubVT && in collectConcatOps() 5979 EVT SubVT = V1.getValueType(); in concatSubVectors() local 5980 EVT SubSVT = SubVT.getScalarType(); in concatSubVectors() 5981 unsigned SubNumElts = SubVT.getVectorNumElements(); in concatSubVectors() 5982 unsigned SubVectorWidth = SubVT.getSizeInBits(); in concatSubVectors() 7246 EVT SubVT = Sub.getValueType(); in getFauxShuffleMask() local 7247 unsigned NumSubElts = SubVT.getVectorNumElements(); in getFauxShuffleMask() 7640 EVT SubVT = Sub.getValueType(); in getShuffleScalarElt() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2304 VectorType *SubVT = VectorType::get(ScalarTy, VF); in vectorizeInterleaveGroup() local 2322 if (StoredVec->getType() != SubVT) in vectorizeInterleaveGroup() 2323 StoredVec = createBitOrPointerCast(StoredVec, SubVT, DL); in vectorizeInterleaveGroup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 8050 EVT SubVT = SubV1.getValueType(); in LowerVECTOR_SHUFFLE() local 8058 ShuffleMask, SubVT, WhichResult, isV_UNDEF)) { in LowerVECTOR_SHUFFLE() 8063 SDValue Res = DAG.getNode(ShuffleOpc, dl, DAG.getVTList(SubVT, SubVT), in LowerVECTOR_SHUFFLE() 8340 EVT SubVT = MVT::getVectorVT(ElType, NumElts); in LowerEXTRACT_SUBVECTOR() local 8341 SDValue SubVec = DAG.getNode(ISD::UNDEF, dl, SubVT); in LowerEXTRACT_SUBVECTOR() 8345 SubVec = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, SubVT, SubVec, Elt, in LowerEXTRACT_SUBVECTOR()
|