Searched defs:InstrList (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/unittests/Analysis/ |
H A D | IRSimilarityIdentifierTest.cpp | 40 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 D | IRSimilarityIdentifier.cpp | 291 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 D | SPIRVModuleAnalysis.h | 126 using InstrList = SmallVector<MachineInstr *>; global() variable
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 430 using InstrList = std::vector<Instruction>; variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 158 SmallVector<MachineBasicBlock::iterator> InstrList; global() member [all...] |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 48 typedef SmallVector<Instruction *, 2> InstrList; typedef
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 2947 using InstrList = std::vector<MachineInstr *>; typedef in __anon2464e5480d11::HexagonLoopRescheduling
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5542 using InstrList = SmallVector<Instruction *, 2>; calculateRegisterUsage() typedef
|
H A D | SLPVectorizer.cpp | 1113 using InstrList = SmallVector<Instruction *, 16>; global() typedef in llvm::slpvectorizer::BoUpSLP
|