Searched defs:VectorInfo (Results 1 – 2 of 2) sorted by relevance
635 struct VectorInfo { struct637 VectorInfo(const VectorInfo &c) : VTy(c.VTy) { in VectorInfo() function644 struct ElementInfo {657 BasicBlock *BB = nullptr;660 Value *PV = nullptr;663 std::set<LoadInst *> LIs;666 std::set<Instruction *> Is;669 ShuffleVectorInst *SVI = nullptr;672 ElementInfo *EI;675 FixedVectorType *const VTy;[all …]
485 SmallVector<unsigned, 16> VectorInfo; in VectorizePTXValueVTs() local1653 const auto VectorInfo = in LowerCall() local1853 const auto VectorInfo = VectorizePTXValueVTs(VTs, Offsets, RetAlign); in LowerCall() local3434 const auto VectorInfo = VectorizePTXValueVTs(VTs, Offsets, ArgAlign); in LowerFormalArguments() local3525 const auto VectorInfo = VectorizePTXValueVTs(VTs, Offsets, RetAlign); in LowerReturn() local