Searched defs:InstrList (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IRSimilarityIdentifier.cpp | 291 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList, in convertToUnsignedVec() 913 Module &M, std::vector<IRInstructionData *> &InstrList, in populateMapper() 952 std::vector<IRInstructionData *> &InstrList, in populateMapper() 970 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() 1383 std::vector<IRInstructionData *> &InstrList, in findCandidates() 1454 std::vector<IRInstructionData *> InstrList; in findSimilarity() local 1476 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.h | 126 using InstrList = SmallVector<MachineInstr *>; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 430 using InstrList = std::vector<Instruction>; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 158 SmallVector<MachineBasicBlock::iterator> InstrList; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 48 typedef SmallVector<Instruction *, 2> InstrList; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 2947 using InstrList = std::vector<MachineInstr *>; typedef in __anonbc27dab50d11::HexagonLoopRescheduling
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5176 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef
|
H A D | SLPVectorizer.cpp | 1135 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
|