Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp291 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList, in convertToUnsignedVec() argument
913 Module &M, std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
952 std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
970 createCandidatesFromSuffixTree(const IRInstructionMapper & Mapper,std::vector<IRInstructionData * > & InstrList,std::vector<unsigned> & IntegerMapping,SuffixTree::RepeatedSubstring & RS,std::vector<IRSimilarityCandidate> & CandsForRepSubstring) createCandidatesFromSuffixTree() argument
1383 findCandidates(std::vector<IRInstructionData * > & InstrList,std::vector<unsigned> & IntegerMapping) findCandidates() argument
1454 std::vector<IRInstructionData *> InstrList; findSimilarity() local
1476 std::vector<IRInstructionData *> InstrList; findSimilarity() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h128 using InstrList = SmallVector<MachineInstr *>; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp151 SmallVector<MachineBasicBlock::iterator> InstrList; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h430 using InstrList = std::vector<Instruction>; variable
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp48 typedef SmallVector<Instruction *, 2> InstrList; typedef
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2946 using InstrList = std::vector<MachineInstr *>; global() typedef in __anone396fac70d11::HexagonLoopRescheduling
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5672 using InstrList = SmallVector<Instruction *, 2>; calculateRegisterUsage() typedef
H A DSLPVectorizer.cpp971 using InstrList = SmallVector<Instruction *, 16>; global() typedef in llvm::slpvectorizer::BoUpSLP