Searched refs:InstrList (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 152 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList, in convertToUnsignedVec() argument 181 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec() 653 Module &M, std::vector<IRInstructionData *> &InstrList, in populateMapper() argument 680 llvm::append_range(InstrList, InstrListForModule); in populateMapper() 687 std::vector<IRInstructionData *> &InstrList, in populateMapper() argument 692 populateMapper(*M, InstrList, IntegerMapping); in populateMapper() 705 IRInstructionMapper Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument 733 std::vector<IRInstructionData *>::iterator StartIt = InstrList.begin(); in createCandidatesFromSuffixTree() 735 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin(); in createCandidatesFromSuffixTree() 826 std::vector<IRInstructionData *> &InstrList, in findCandidates() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | IRSimilarityIdentifier.h | 340 std::vector<IRInstructionData *> &InstrList, 670 void populateMapper(Module &M, std::vector<IRInstructionData *> &InstrList, 680 std::vector<IRInstructionData *> &InstrList, 689 void findCandidates(std::vector<IRInstructionData *> &InstrList,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 133 std::vector<MachineBasicBlock::iterator> InstrList; member 310 llvm::append_range(InstrList, InstrListForMBB); in convertToUnsignedVec() 555 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates() 556 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.h | 411 using InstrList = std::vector<Instruction>; variable 412 using iterator = InstrList::iterator; 413 using const_iterator = InstrList::const_iterator;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 109 using InstrList = SmallVector<Instruction *, 8>; typedef 110 using InstrListMap = MapVector<ChainID, InstrList>; 902 for (const std::pair<ChainID, InstrList> &Chain : Map) { in vectorizeChains()
|
| H A D | LoopVectorize.cpp | 6554 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef 6555 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage() 6579 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
|
| H A D | SLPVectorizer.cpp | 589 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitSimplify.cpp | 2921 using InstrList = std::vector<MachineInstr *>; typedef in __anonfdae12600d11::HexagonLoopRescheduling 2924 InstrList Ins; 3156 InstrList ShufIns; in processLoop()
|