Searched refs:lowerInterleavedStore (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 113 bool lowerInterleavedStore(StoreInst *SI, 492 bool InterleavedAccess::lowerInterleavedStore( in lowerInterleavedStore() function in InterleavedAccess 511 if (!TLI->lowerInterleavedStore(SI, SVI, Factor)) in lowerInterleavedStore() 541 Changed |= lowerInterleavedStore(SI, DeadInsts); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InterleavedAccess.cpp | 827 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in X86TargetLowering
|
| H A D | X86ISelLowering.h | 1482 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 662 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
| H A D | ARMISelLowering.cpp | 21484 bool ARMTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in ARMTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 613 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
| H A D | AArch64ISelLowering.cpp | 13203 bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in AArch64TargetLowering
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2845 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, in lowerInterleavedStore() function
|