/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IRSimilarityIdentifier.cpp | 291 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 D | SPIRVModuleAnalysis.h | 126 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 D | IRSimilarityIdentifier.h | 474 /// \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 D | DWARFDebugFrame.h | 430 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 D | MachineOutliner.cpp | 158 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 D | IRForTarget.cpp | 48 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 D | SIInstrInfo.h | 55 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 D | SIInstrInfo.cpp | 6938 InstrList.insert(MI); in insert()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 2947 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 D | LoopVectorize.cpp | 5176 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef 5177 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage() 5200 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
|
H A D | SLPVectorizer.cpp | 1135 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
|