Searched defs:InstrList (Results 1 – 7 of 7) 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() 653 Module &M, std::vector<IRInstructionData *> &InstrList, in populateMapper() 687 std::vector<IRInstructionData *> &InstrList, in populateMapper() 705 IRInstructionMapper Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() 826 std::vector<IRInstructionData *> &InstrList, in findCandidates() 863 std::vector<IRInstructionData *> InstrList; in findSimilarity() local 875 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 411 using InstrList = std::vector<Instruction>; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 133 std::vector<MachineBasicBlock::iterator> InstrList; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 109 using InstrList = SmallVector<Instruction *, 8>; typedef
|
H A D | SLPVectorizer.cpp | 589 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
|
H A D | LoopVectorize.cpp | 6554 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef
|
/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
|