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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h50 using InstrList = std::vector<Instruction>;
51 using iterator = InstrList::iterator;
52 using const_iterator = InstrList::const_iterator;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp633 std::vector<MachineBasicBlock::iterator> InstrList; member in struct:__anon1760::InstructionMapper
732 /// and appends it to \p UnsignedVec and \p InstrList.
810 InstrList.insert(InstrList.end(), InstrListForMBB.begin(),
1056 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx];
1057 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx];
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp46 typedef SmallVector<Instruction *, 2> InstrList; typedef
896 InstrList selector_loads;
1047 InstrList class_loads;
1146 InstrList pvar_allocs;
1512 InstrList guard_loads;
1513 InstrList guard_stores;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp109 using InstrList = SmallVector<Instruction *, 8>;
110 using InstrListMap = MapVector<ChainID, InstrList>;
852 for (const std::pair<ChainID, InstrList> &Chain : Map) {
H A DLoopVectorize.cpp5423 using InstrList = SmallVector<Instruction *, 2>;
5424 DenseMap<unsigned, InstrList> TransposeEnds;
5457 InstrList &List = TransposeEnds[i];
H A DSLPVectorizer.cpp532 using InstrList = SmallVector<Instruction *, 16>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2911 using InstrList = std::vector<MachineInstr *>;
2914 InstrList Ins;
3146 InstrList ShufIns;

Completed in 146 milliseconds