Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstrBuilder.h87 createInstrDescImpl(const MCInst &MCI, const SmallVector<Instrument *> &IVec);
90 const SmallVector<Instrument *> &IVec);
116 createInstruction(const MCInst &MCI, const SmallVector<Instrument *> &IVec);
H A DCustomBehaviour.h176 const SmallVector<Instrument *> &IVec) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp514 const SmallVector<Instrument *> &IVec) { in createInstrDescImpl() argument
525 unsigned SchedClassID = IM.getSchedClassID(MCII, MCI, IVec); in createInstrDescImpl()
604 const SmallVector<Instrument *> &IVec) { in getOrCreateInstrDesc() argument
606 unsigned SchedClassID = IM.getSchedClassID(MCII, MCI, IVec); in getOrCreateInstrDesc()
618 return createInstrDescImpl(MCI, IVec); in getOrCreateInstrDesc()
625 const SmallVector<Instrument *> &IVec) { in createInstruction() argument
626 Expected<const InstrDesc &> DescOrErr = getOrCreateInstrDesc(MCI, IVec); in createInstruction()
H A DCustomBehaviour.cpp57 const llvm::SmallVector<Instrument *> &IVec) const { in getSchedClassID()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h70 const SmallVector<Instrument *> &IVec) const override;
H A DRISCVCustomBehaviour.cpp242 const llvm::SmallVector<Instrument *> &IVec) const { in getSchedClassID()
249 for (auto &I : IVec) { in getSchedClassID()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2731 Value *IVec = interleaveVectors(Builder, StoredVecs, "interleaved.vec"); in vectorizeInterleaveGroup() local
2735 NewStoreInstr = Builder.CreateMaskedStore(IVec, AddrParts[Part], in vectorizeInterleaveGroup()
2739 Builder.CreateAlignedStore(IVec, AddrParts[Part], Group->getAlign()); in vectorizeInterleaveGroup()
H A DSLPVectorizer.cpp12030 if (auto *IVec = dyn_cast<Instruction>(Vec)) in vectorizeTree() local
12031 Builder.SetInsertPoint(IVec->getNextNonDebugInstruction()); in vectorizeTree()