Home
last modified time | relevance | path

Searched refs:lowerInterleavedStore (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp108 bool lowerInterleavedStore(Instruction *Store,
502 bool InterleavedAccessImpl::lowerInterleavedStore( in lowerInterleavedStore() function in InterleavedAccessImpl
568 if (!TLI->lowerInterleavedStore(cast<StoreInst>(Store), SVI, Factor)) in lowerInterleavedStore()
738 Changed |= lowerInterleavedStore(&I, DeadInsts); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp820 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in X86TargetLowering
H A DX86ISelLowering.h1671 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInterleavedAccess.cpp163 bool RISCVTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in RISCVTargetLowering
H A DRISCVISelLowering.h437 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h688 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
H A DARMISelLowering.cpp21746 bool ARMTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h218 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
H A DAArch64ISelLowering.cpp17329 bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3221 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, in lowerInterleavedStore() function