Home
last modified time | relevance | path

Searched defs:InstrList (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp291 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 DSPIRVModuleAnalysis.h126 using InstrList = SmallVector<MachineInstr *>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h430 using InstrList = std::vector<Instruction>; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp158 SmallVector<MachineBasicBlock::iterator> InstrList; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp48 typedef SmallVector<Instruction *, 2> InstrList; typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2947 using InstrList = std::vector<MachineInstr *>; typedef in __anonbc27dab50d11::HexagonLoopRescheduling
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5176 using InstrList = SmallVector<Instruction *, 2>; in calculateRegisterUsage() typedef
H A DSLPVectorizer.cpp1135 using InstrList = SmallVector<Instruction *, 16>; typedef in llvm::slpvectorizer::BoUpSLP