Home
last modified time | relevance | path

Searched refs:InstrList (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2324 typedef std::vector<MachineInstr*> InstrList; typedef in __anona90e3ef60911::HexagonLoopRescheduling
2327 InstrList Ins;
2565 InstrList ShufIns; in processLoop()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5592 typedef SmallVector<Instruction *, 2> InstrList; in calculateRegisterUsage() typedef
5593 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()
5629 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
DSLPVectorizer.cpp299 typedef SmallVector<Instruction *, 16> InstrList; typedef in llvm::slpvectorizer::BoUpSLP