Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp181 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec()
680 llvm::append_range(InstrList, InstrListForModule); in populateMapper()
687 std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
692 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
826 std::vector<IRInstructionData *> &InstrList, in findCandidates() argument
863 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
866 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity()
867 findCandidates(InstrList, IntegerMapping); in findSimilarity()
875 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
878 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h340 std::vector<IRInstructionData *> &InstrList,
664 void populateMapper(Module &M, std::vector<IRInstructionData *> &InstrList,
674 std::vector<IRInstructionData *> &InstrList,
683 void findCandidates(std::vector<IRInstructionData *> &InstrList,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp133 std::vector<MachineBasicBlock::iterator> InstrList; member
310 llvm::append_range(InstrList, InstrListForMBB); in convertToUnsignedVec()
555 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates()
556 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h426 using InstrList = std::vector<Instruction>; variable
427 using iterator = InstrList::iterator;
428 using const_iterator = InstrList::const_iterator;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp45 typedef SmallVector<Instruction *, 2> InstrList; typedef
883 InstrList selector_loads; in RewriteObjCSelectors()
1035 InstrList class_loads; in RewriteObjCClassReferences()
1135 InstrList pvar_allocs; in RewritePersistentAllocs()
1501 InstrList guard_loads; in RemoveGuards()
1502 InstrList guard_stores; in RemoveGuards()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp109 using InstrList = SmallVector<Instruction *, 8>; typedef
110 using InstrListMap = MapVector<ChainID, InstrList>;
934 for (const std::pair<ChainID, InstrList> &Chain : Map) { in vectorizeChains()
H A DLoopVectorize.cpp6609 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef
6610 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()
6638 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
H A DSLPVectorizer.cpp593 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2921 using InstrList = std::vector<MachineInstr *>; typedef in __anon79ab82e90d11::HexagonLoopRescheduling
2924 InstrList Ins;
3156 InstrList ShufIns; in processLoop()