Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp549 std::vector<MachineBasicBlock::iterator> InstrList; member
561 InstrList.push_back(It); in mapToLegalUnsigned()
598 InstrList.push_back(It); in mapToIllegalUnsigned()
643 InstrList.push_back(It); in convertToUnsignedVec()
657 InstrList.push_back(MBB.end()); in convertToUnsignedVec()
962 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates()
963 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h50 using InstrList = std::vector<Instruction>; variable
51 using iterator = InstrList::iterator;
52 using const_iterator = InstrList::const_iterator;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp108 using InstrList = SmallVector<Instruction *, 8>; typedef
109 using InstrListMap = MapVector<ChainID, InstrList>;
819 for (const std::pair<ChainID, InstrList> &Chain : Map) { in vectorizeChains()
DLoopVectorize.cpp5353 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef
5354 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()
5387 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
DSLPVectorizer.cpp479 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2324 typedef std::vector<MachineInstr*> InstrList; typedef in __anonc0cdcb000911::HexagonLoopRescheduling
2327 InstrList Ins;
2565 InstrList ShufIns; in processLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2906 using InstrList = std::vector<MachineInstr *>; typedef in __anon0a3651580d11::HexagonLoopRescheduling
2909 InstrList Ins;
3141 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