Searched refs:lowerInterleavedStore (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 108 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 D | X86InterleavedAccess.cpp | 820 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in X86TargetLowering
|
| H A D | X86ISelLowering.h | 1671 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInterleavedAccess.cpp | 163 bool RISCVTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in RISCVTargetLowering
|
| H A D | RISCVISelLowering.h | 437 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 688 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
| H A D | ARMISelLowering.cpp | 21746 bool ARMTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in ARMTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 218 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
| H A D | AArch64ISelLowering.cpp | 17329 bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in AArch64TargetLowering
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3221 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, in lowerInterleavedStore() function
|