Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp291 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList, in convertToUnsignedVec() argument
316 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec()
913 Module &M, std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
945 llvm::append_range(InstrList, InstrListForModule); in populateMapper()
952 std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
957 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
970 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument
1000 std::vector<IRInstructionData *>::iterator StartIt = InstrList.begin(); in createCandidatesFromSuffixTree()
1002 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin(); in createCandidatesFromSuffixTree()
1383 std::vector<IRInstructionData *> &InstrList, in findCandidates() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h126 using InstrList = SmallVector<MachineInstr *>; variable
157 InstrList MS[NUM_MODULE_SECTIONS];
168 InstrList &getMSInstrs(unsigned MSType) { return MS[MSType]; } in getMSInstrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h474 /// \param [in,out] InstrList - Vector of IRInstructionData to append to.
477 std::vector<IRInstructionData *> &InstrList,
1063 /// \param [in,out] InstrList - The vector to append IRInstructionData to.
1065 void populateMapper(Module &M, std::vector<IRInstructionData *> &InstrList,
1072 /// \param [in,out] InstrList - The vector to append IRInstructionData to.
1075 std::vector<IRInstructionData *> &InstrList,
1078 /// Find the similarity candidates in \p InstrList and corresponding
1081 /// \param [in,out] InstrList - The vector to append IRInstructionData to.
1084 void findCandidates(std::vector<IRInstructionData *> &InstrList,
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp158 SmallVector<MachineBasicBlock::iterator> InstrList; member
380 append_range(InstrList, InstrListForMBB); in convertToUnsignedVec()
647 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates()
648 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
/freebsd/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/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.cpp6938 InstrList.insert(MI); in insert()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2947 using InstrList = std::vector<MachineInstr *>; typedef in __anonbc27dab50d11::HexagonLoopRescheduling
2950 InstrList Ins;
3180 InstrList ShufIns; in processLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5176 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef
5177 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage()
5200 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
H A DSLPVectorizer.cpp1135 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP