Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp921 typedef SmallVector<Instruction *, 2> InstrList; in RewriteObjCSelectors() typedef
922 typedef InstrList::iterator InstrIterator; in RewriteObjCSelectors()
924 InstrList selector_loads; in RewriteObjCSelectors()
1083 typedef SmallVector<Instruction *, 2> InstrList; in RewriteObjCClassReferences() typedef
1084 typedef InstrList::iterator InstrIterator; in RewriteObjCClassReferences()
1086 InstrList class_loads; in RewriteObjCClassReferences()
1195 typedef InstrList::iterator InstrIterator; in RewritePersistentAllocs()
1197 InstrList pvar_allocs; in RewritePersistentAllocs()
1676 typedef InstrList::iterator InstrIterator; in RemoveGuards()
1678 InstrList guard_loads; in RemoveGuards()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h51 using InstrList = std::vector<Instruction>; variable
52 using iterator = InstrList::iterator;
53 using const_iterator = InstrList::const_iterator;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOutliner.cpp633 std::vector<MachineBasicBlock::iterator> InstrList; member
809 InstrList.insert(InstrList.end(), InstrListForMBB.begin(), in convertToUnsignedVec()
1054 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates()
1055 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp109 using InstrList = SmallVector<Instruction *, 8>; typedef
110 using InstrListMap = MapVector<ChainID, InstrList>;
837 for (const std::pair<ChainID, InstrList> &Chain : Map) { in vectorizeChains()
H A DLoopVectorize.cpp5125 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef
5126 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()
5159 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
H A DSLPVectorizer.cpp479 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2914 using InstrList = std::vector<MachineInstr *>; typedef in __anon0974d37a0d11::HexagonLoopRescheduling
2917 InstrList Ins;
3149 InstrList ShufIns; in processLoop()