Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp316 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec()
945 llvm::append_range(InstrList, InstrListForModule); in populateMapper()
952 std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
957 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
1383 std::vector<IRInstructionData *> &InstrList, in findCandidates() argument
1454 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
1462 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity()
1463 findCandidates(InstrList, IntegerMapping); in findSimilarity()
1476 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
1479 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h128 using InstrList = SmallVector<MachineInstr *>; variable
159 InstrList MS[NUM_MODULE_SECTIONS];
170 InstrList &getMSInstrs(unsigned MSType) { return MS[MSType]; } in getMSInstrs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h477 std::vector<IRInstructionData *> &InstrList,
1065 void populateMapper(Module &M, std::vector<IRInstructionData *> &InstrList,
1075 std::vector<IRInstructionData *> &InstrList,
1084 void findCandidates(std::vector<IRInstructionData *> &InstrList,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h430 using InstrList = std::vector<Instruction>; variable
431 using iterator = InstrList::iterator;
432 using const_iterator = InstrList::const_iterator;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp151 SmallVector<MachineBasicBlock::iterator> InstrList; member
373 append_range(InstrList, InstrListForMBB); in convertToUnsignedVec()
639 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates()
640 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h55 auto iter = InstrList.begin(); in top()
60 auto iter = InstrList.begin(); in erase_top()
61 InstrList.erase(iter); in erase_top()
64 bool empty() const { return InstrList.empty(); } in empty()
67 InstrList.clear(); in clear()
77 SetVector<MachineInstr *> InstrList;
H A DSIInstrInfo.cpp6815 InstrList.insert(MI); in insert()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp48 typedef SmallVector<Instruction *, 2> InstrList; typedef
841 InstrList selector_loads; in RewriteObjCSelectors()
938 InstrList pvar_allocs; in RewritePersistentAllocs()
1286 InstrList guard_loads; in RemoveGuards()
1287 InstrList guard_stores; in RemoveGuards()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2946 using InstrList = std::vector<MachineInstr *>; typedef in __anon7fc0e82b0d11::HexagonLoopRescheduling
2949 InstrList Ins;
3179 InstrList ShufIns; in processLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5672 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef
5673 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()
5696 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
H A DSLPVectorizer.cpp971 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP