Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Analysis/
H A DIRSimilarityIdentifierTest.cpp40 std::vector<IRInstructionData *> &InstrList, in getVectors()
68 std::vector<IRInstructionData *> InstrList; in TEST() local
99 std::vector<IRInstructionData *> InstrList; in TEST() local
127 std::vector<IRInstructionData *> InstrList; in TEST() local
152 std::vector<IRInstructionData *> InstrList; in TEST() local
179 std::vector<IRInstructionData *> InstrList; in TEST() local
204 std::vector<IRInstructionData *> InstrList; in TEST() local
230 std::vector<IRInstructionData *> InstrList; in TEST() local
256 std::vector<IRInstructionData *> InstrList; in TEST() local
282 std::vector<IRInstructionData *> InstrList; in TEST() local
[all …]
/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp291 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList, in convertToUnsignedVec() argument
913 populateMapper(Module & M,std::vector<IRInstructionData * > & InstrList,std::vector<unsigned> & IntegerMapping) populateMapper() argument
952 populateMapper(ArrayRef<std::unique_ptr<Module>> & Modules,std::vector<IRInstructionData * > & InstrList,std::vector<unsigned> & IntegerMapping) 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...]
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h126 using InstrList = SmallVector<MachineInstr *>; global() variable
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h430 using InstrList = std::vector<Instruction>; variable
/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp158 SmallVector<MachineBasicBlock::iterator> InstrList; global() member
[all...]
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp48 typedef SmallVector<Instruction *, 2> InstrList; typedef
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2947 using InstrList = std::vector<MachineInstr *>; typedef in __anon2464e5480d11::HexagonLoopRescheduling
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5542 using InstrList = SmallVector<Instruction *, 2>; calculateRegisterUsage() typedef
H A DSLPVectorizer.cpp1113 using InstrList = SmallVector<Instruction *, 16>; global() typedef in llvm::slpvectorizer::BoUpSLP