Searched refs:IVec (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | InstrBuilder.h | 89 createInstrDescImpl(const MCInst &MCI, const SmallVector<Instrument *> &IVec); 92 const SmallVector<Instrument *> &IVec); 118 createInstruction(const MCInst &MCI, const SmallVector<Instrument *> &IVec);
|
H A D | CustomBehaviour.h | 176 const SmallVector<Instrument *> &IVec) const;
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 561 const SmallVector<Instrument *> &IVec) { in createInstrDescImpl() argument 572 unsigned SchedClassID = IM.getSchedClassID(MCII, MCI, IVec); in createInstrDescImpl() 651 const SmallVector<Instrument *> &IVec) { in getOrCreateInstrDesc() argument 653 unsigned SchedClassID = IM.getSchedClassID(MCII, MCI, IVec); in getOrCreateInstrDesc() 671 return createInstrDescImpl(MCI, IVec); in getOrCreateInstrDesc() 678 const SmallVector<Instrument *> &IVec) { in createInstruction() argument 679 Expected<const InstrDesc &> DescOrErr = getOrCreateInstrDesc(MCI, IVec); in createInstruction()
|
H A D | CustomBehaviour.cpp | 57 const llvm::SmallVector<Instrument *> &IVec) const { in getSchedClassID()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/ |
H A D | RISCVCustomBehaviour.h | 70 const SmallVector<Instrument *> &IVec) const override;
|
H A D | RISCVCustomBehaviour.cpp | 222 const llvm::SmallVector<Instrument *> &IVec) const { in getSchedClassID() 229 for (auto &I : IVec) { in getSchedClassID()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 2361 Value *IVec = in execute() local 2367 IVec, AddrParts[Part], Group->getAlign(), GroupMask); in execute() 2369 NewStoreInstr = State.Builder.CreateAlignedStore(IVec, AddrParts[Part], in execute()
|
H A D | SLPVectorizer.cpp | 13997 if (auto *IVec = dyn_cast<PHINode>(Vec)) in vectorizeTree() local 13999 IVec->getParent()->getFirstNonPHIOrDbgOrLifetime()); in vectorizeTree() 14000 else if (auto *IVec = dyn_cast<Instruction>(Vec)) in vectorizeTree() local 14001 Builder.SetInsertPoint(IVec->getNextNonDebugInstruction()); in vectorizeTree()
|