Searched refs:lowerInterleavedLoad (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 103 bool lowerInterleavedLoad(LoadInst *LI, 252 bool InterleavedAccessImpl::lowerInterleavedLoad( in lowerInterleavedLoad() function in InterleavedAccessImpl 347 if (!TLI->lowerInterleavedLoad(LI, Shuffles, Indices, Factor)) { in lowerInterleavedLoad() 530 Changed |= lowerInterleavedLoad(LI, DeadInsts); in runOnFunction()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InterleavedAccess.cpp | 806 bool X86TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in X86TargetLowering
|
| H A D | X86ISelLowering.h | 1573 bool lowerInterleavedLoad(LoadInst *LI,
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 663 bool lowerInterleavedLoad(LoadInst *LI,
|
| H A D | ARMISelLowering.cpp | 21676 bool ARMTargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in ARMTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 871 bool lowerInterleavedLoad(LoadInst *LI,
|
| H A D | RISCVISelLowering.cpp | 21695 bool RISCVTargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in RISCVTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 699 bool lowerInterleavedLoad(LoadInst *LI,
|
| H A D | AArch64ISelLowering.cpp | 16733 bool AArch64TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in AArch64TargetLowering
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3134 virtual bool lowerInterleavedLoad(LoadInst *LI, in lowerInterleavedLoad() function
|