Home
last modified time | relevance | path

Searched refs:InstrList (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/unittests/Analysis/
DIRSimilarityIdentifierTest.cpp34 std::vector<IRInstructionData *> &InstrList, in getVectors() argument
38 Mapper.convertToUnsignedVec(BB, InstrList, UnsignedVec); in getVectors()
60 std::vector<IRInstructionData *> InstrList; in TEST() local
66 getVectors(*M, Mapper, InstrList, UnsignedVec); in TEST()
70 ASSERT_TRUE(InstrList.size() == UnsignedVec.size()); in TEST()
91 std::vector<IRInstructionData *> InstrList; in TEST() local
97 getVectors(*M, Mapper, InstrList, UnsignedVec); in TEST()
99 ASSERT_TRUE(InstrList.size() == UnsignedVec.size()); in TEST()
119 std::vector<IRInstructionData *> InstrList; in TEST() local
125 getVectors(*M, Mapper, InstrList, UnsignedVec); in TEST()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DIRSimilarityIdentifier.cpp42 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList, in convertToUnsignedVec() argument
71 InstrList.insert(InstrList.end(), InstrListForBB.begin(), in convertToUnsignedVec()
411 Module &M, std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
438 InstrList.insert(InstrList.end(), InstrListForModule.begin(), in populateMapper()
447 std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
452 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
465 IRInstructionMapper Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument
493 std::vector<IRInstructionData *>::iterator StartIt = InstrList.begin(); in createCandidatesFromSuffixTree()
495 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin(); in createCandidatesFromSuffixTree()
586 std::vector<IRInstructionData *> &InstrList, in findCandidates() argument
[all …]
/external/llvm-project/llvm/include/llvm/Analysis/
DIRSimilarityIdentifier.h312 std::vector<IRInstructionData *> &InstrList,
627 void populateMapper(Module &M, std::vector<IRInstructionData *> &InstrList,
637 std::vector<IRInstructionData *> &InstrList,
646 void findCandidates(std::vector<IRInstructionData *> &InstrList,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h50 using InstrList = std::vector<Instruction>; variable
51 using iterator = InstrList::iterator;
52 using const_iterator = InstrList::const_iterator;
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h50 using InstrList = std::vector<Instruction>; variable
51 using iterator = InstrList::iterator;
52 using const_iterator = InstrList::const_iterator;
/external/llvm-project/llvm/lib/CodeGen/
DMachineOutliner.cpp133 std::vector<MachineBasicBlock::iterator> InstrList; member
310 InstrList.insert(InstrList.end(), InstrListForMBB.begin(), in convertToUnsignedVec()
559 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates()
560 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp633 std::vector<MachineBasicBlock::iterator> InstrList; member
810 InstrList.insert(InstrList.end(), InstrListForMBB.begin(), in convertToUnsignedVec()
1056 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates()
1057 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.cpp46 typedef SmallVector<Instruction *, 2> InstrList; typedef
890 InstrList selector_loads; in RewriteObjCSelectors()
1042 InstrList class_loads; in RewriteObjCClassReferences()
1142 InstrList pvar_allocs; in RewritePersistentAllocs()
1508 InstrList guard_loads; in RemoveGuards()
1509 InstrList guard_stores; in RemoveGuards()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp109 using InstrList = SmallVector<Instruction *, 8>; typedef
110 using InstrListMap = MapVector<ChainID, InstrList>;
852 for (const std::pair<ChainID, InstrList> &Chain : Map) { in vectorizeChains()
DLoopVectorize.cpp5423 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef
5424 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()
5457 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
DSLPVectorizer.cpp532 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp108 using InstrList = SmallVector<Instruction *, 8>; typedef
109 using InstrListMap = MapVector<ChainID, InstrList>;
894 for (const std::pair<ChainID, InstrList> &Chain : Map) { in vectorizeChains()
DLoopVectorize.cpp6162 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef
6163 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()
6187 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
DSLPVectorizer.cpp544 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2324 typedef std::vector<MachineInstr*> InstrList; typedef in __anon9ed99ede0911::HexagonLoopRescheduling
2327 InstrList Ins;
2565 InstrList ShufIns; in processLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2911 using InstrList = std::vector<MachineInstr *>; typedef in __anon4bf05e000d11::HexagonLoopRescheduling
2914 InstrList Ins;
3146 InstrList ShufIns; in processLoop()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2921 using InstrList = std::vector<MachineInstr *>; typedef in __anon7358ec0c0d11::HexagonLoopRescheduling
2924 InstrList Ins;
3156 InstrList ShufIns; in processLoop()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5592 typedef SmallVector<Instruction *, 2> InstrList; in calculateRegisterUsage() typedef
5593 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()
5629 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
DSLPVectorizer.cpp299 typedef SmallVector<Instruction *, 16> InstrList; typedef in llvm::slpvectorizer::BoUpSLP