Searched refs:lowerInterleavedStore (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 107 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()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InterleavedAccess.cpp | 823 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in X86TargetLowering
|
| H A D | X86ISelLowering.h | 1580 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 667 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
| H A D | ARMISelLowering.cpp | 21821 bool ARMTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in ARMTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 876 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
| H A D | RISCVISelLowering.cpp | 21747 bool RISCVTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in RISCVTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 703 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
| H A D | AArch64ISelLowering.cpp | 16907 bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in AArch64TargetLowering
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3147 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, in lowerInterleavedStore() function
|