Home
last modified time | relevance | path

Searched refs:IVec (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstrBuilder.h89 createInstrDescImpl(const MCInst &MCI, const SmallVector<Instrument *> &IVec);
92 const SmallVector<Instrument *> &IVec);
118 createInstruction(const MCInst &MCI, const SmallVector<Instrument *> &IVec);
H A DCustomBehaviour.h176 const SmallVector<Instrument *> &IVec) const;
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp561 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 DCustomBehaviour.cpp57 const llvm::SmallVector<Instrument *> &IVec) const { in getSchedClassID()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h70 const SmallVector<Instrument *> &IVec) const override;
H A DRISCVCustomBehaviour.cpp222 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 DVPlanRecipes.cpp2361 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 DSLPVectorizer.cpp13997 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()