Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp290 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList, in convertToUnsignedVec() argument
315 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec()
907 Module &M, std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
939 llvm::append_range(InstrList, InstrListForModule); in populateMapper()
946 std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
951 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
964 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument
994 std::vector<IRInstructionData *>::iterator StartIt = InstrList.begin(); in createCandidatesFromSuffixTree()
996 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin(); in createCandidatesFromSuffixTree()
1376 std::vector<IRInstructionData *> &InstrList, in findCandidates() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp181 SmallVector<MachineBasicBlock::iterator> InstrList; member
403 append_range(InstrList, InstrListForMBB); in convertToUnsignedVec()
664 auto &InstrList = Mapper.InstrList; in getMatchedEntries() local
677 return &(*InstrList[Index]); in getMatchedEntries()
721 auto &InstrList = Mapper.InstrList; in findGlobalCandidates() local
727 MachineBasicBlock::iterator StartIt = InstrList[ME.StartIdx]; in findGlobalCandidates()
728 MachineBasicBlock::iterator EndIt = InstrList[ME.EndIdx]; in findGlobalCandidates()
814 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates()
815 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFCFIProgram.h57 using InstrList = std::vector<Instruction>; variable
58 using iterator = InstrList::iterator;
59 using const_iterator = InstrList::const_iterator;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h128 using InstrList = SmallVector<const MachineInstr *>; variable
159 InstrList MS[NUM_MODULE_SECTIONS];
170 InstrList &getMSInstrs(unsigned MSType) { return MS[MSType]; } in getMSInstrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h479 std::vector<IRInstructionData *> &InstrList,
1064 void populateMapper(Module &M, std::vector<IRInstructionData *> &InstrList,
1074 std::vector<IRInstructionData *> &InstrList,
1083 void findCandidates(std::vector<IRInstructionData *> &InstrList,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h57 const auto *iter = InstrList.begin(); in top()
62 const auto *iter = InstrList.begin(); in erase_top()
63 InstrList.erase(iter); in erase_top()
66 bool empty() const { return InstrList.empty(); } in empty()
69 InstrList.clear(); in clear()
79 SetVector<MachineInstr *> InstrList;
H A DSIInstrInfo.cpp7260 InstrList.insert(MI); in insert()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp48 typedef SmallVector<Instruction *, 2> InstrList; typedef
840 InstrList selector_loads; in RewriteObjCSelectors()
938 InstrList pvar_allocs; in RewritePersistentAllocs()
1287 InstrList guard_loads; in RemoveGuards()
1288 InstrList guard_stores; in RemoveGuards()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2916 using InstrList = std::vector<MachineInstr *>; typedef in __anonbc27dab50d11::HexagonLoopRescheduling
2919 InstrList Ins;
3149 InstrList ShufIns; in processLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1785 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP