Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2319 typedef std::vector<MachineInstr*> InstrList; typedef in __anon3f9b49d70911::HexagonLoopRescheduling
2322 InstrList Ins;
2560 InstrList ShufIns; in processLoop()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5133 typedef SmallVector<Instruction*, 2> InstrList; in calculateRegisterUsage() typedef
5134 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()
5168 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
DSLPVectorizer.cpp360 typedef SmallVector<Instruction *, 16> InstrList; typedef in __anonf9942ad60111::BoUpSLP