Searched refs:ActionPtr (Results 1 – 1 of 1) sorted by relevance
290 auto ActionPtr = in vectorizeRec() local316 IMaps->registerVector(Bndl, ActionPtr.get()); in vectorizeRec()326 ActionPtr->Operands = std::move(Operands); in vectorizeRec()327 auto *Action = ActionPtr.get(); in vectorizeRec()328 Actions.push_back(std::move(ActionPtr)); in vectorizeRec()344 for (const auto &ActionPtr : Actions) { in emitVectors() local345 ArrayRef<Value *> Bndl = ActionPtr->Bndl; in emitVectors()346 ArrayRef<Value *> UserBndl = ActionPtr->UserBndl; in emitVectors()347 const LegalityResult &LegalityRes = *ActionPtr->LegalityRes; in emitVectors()348 unsigned Depth = ActionPtr->Depth; in emitVectors()[all …]