Home
last modified time | relevance | path

Searched defs:InstrList (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp152 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 DDWARFDebugFrame.h411 using InstrList = std::vector<Instruction>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOutliner.cpp133 std::vector<MachineBasicBlock::iterator> InstrList; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp109 using InstrList = SmallVector<Instruction *, 8>; typedef
H A DSLPVectorizer.cpp589 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
H A DLoopVectorize.cpp6554 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2921 using InstrList = std::vector<MachineInstr *>; typedef in __anonfdae12600d11::HexagonLoopRescheduling