Searched refs:IVec (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | InstrBuilder.h | 87 createInstrDescImpl(const MCInst &MCI, const SmallVector<Instrument *> &IVec); 90 const SmallVector<Instrument *> &IVec); 116 createInstruction(const MCInst &MCI, const SmallVector<Instrument *> &IVec);
|
| H A D | CustomBehaviour.h | 176 const SmallVector<Instrument *> &IVec) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 514 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 D | CustomBehaviour.cpp | 57 const llvm::SmallVector<Instrument *> &IVec) const { in getSchedClassID()
|
| /freebsd-14.2/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 | 242 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 D | LoopVectorize.cpp | 2731 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 D | SLPVectorizer.cpp | 12030 if (auto *IVec = dyn_cast<Instruction>(Vec)) in vectorizeTree() local 12031 Builder.SetInsertPoint(IVec->getNextNonDebugInstruction()); in vectorizeTree()
|