Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDInterleavedAccessPass.cpp107 bool lowerInterleavedStore(StoreInst *SI,
456 bool InterleavedAccessImpl::lowerInterleavedStore( in lowerInterleavedStore() function in InterleavedAccessImpl
473 if (!TLI->lowerInterleavedStore(SI, SVI, Factor)) in lowerInterleavedStore()
533 Changed |= lowerInterleavedStore(SI, DeadInsts); in runOnFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InterleavedAccess.cpp823 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in X86TargetLowering
HDX86ISelLowering.h1580 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h667 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
HDARMISelLowering.cpp21821 bool ARMTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in ARMTargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h876 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
HDRISCVISelLowering.cpp21747 bool RISCVTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in RISCVTargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h703 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
HDAArch64ISelLowering.cpp16907 bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in AArch64TargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3147 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, in lowerInterleavedStore() function