| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 271 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList, in convertToUnsignedVec() argument 296 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec() 860 Module &M, std::vector<IRInstructionData *> &InstrList, in populateMapper() argument 892 llvm::append_range(InstrList, InstrListForModule); in populateMapper() 899 std::vector<IRInstructionData *> &InstrList, in populateMapper() argument 904 populateMapper(*M, InstrList, IntegerMapping); in populateMapper() 917 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument 947 std::vector<IRInstructionData *>::iterator StartIt = InstrList.begin(); in createCandidatesFromSuffixTree() 949 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin(); in createCandidatesFromSuffixTree() 1160 std::vector<IRInstructionData *> &InstrList, in findCandidates() argument [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVModuleAnalysis.h | 115 using InstrList = SmallVector<MachineInstr *>; variable 149 InstrList MS[NUM_MODULE_SECTIONS]; 160 InstrList &getMSInstrs(unsigned MSType) { return MS[MSType]; } in getMSInstrs()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | IRSimilarityIdentifier.h | 472 std::vector<IRInstructionData *> &InstrList, 999 void populateMapper(Module &M, std::vector<IRInstructionData *> &InstrList, 1009 std::vector<IRInstructionData *> &InstrList, 1018 void findCandidates(std::vector<IRInstructionData *> &InstrList,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 143 std::vector<MachineBasicBlock::iterator> InstrList; member 325 llvm::append_range(InstrList, InstrListForMBB); in convertToUnsignedVec() 570 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates() 571 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 48 typedef SmallVector<Instruction *, 2> InstrList; typedef 848 InstrList selector_loads; in RewriteObjCSelectors() 998 InstrList class_loads; in RewriteObjCClassReferences() 1095 InstrList pvar_allocs; in RewritePersistentAllocs() 1455 InstrList guard_loads; in RemoveGuards() 1456 InstrList guard_stores; in RemoveGuards()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 108 using InstrList = SmallVector<Instruction *, 8>; typedef 109 using InstrListMap = MapVector<ChainID, InstrList>; 911 for (const std::pair<ChainID, InstrList> &Chain : Map) { in vectorizeChains()
|
| H A D | LoopVectorize.cpp | 5987 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef 5988 DenseMap<unsigned, InstrList> TransposeEnds; in calculateRegisterUsage() 6011 InstrList &List = TransposeEnds[i]; in calculateRegisterUsage()
|
| H A D | SLPVectorizer.cpp | 969 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitSimplify.cpp | 2946 using InstrList = std::vector<MachineInstr *>; typedef in __anon8b978aac0d11::HexagonLoopRescheduling 2949 InstrList Ins; 3180 InstrList ShufIns; in processLoop()
|