Searched refs:lowerInterleavedLoad (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 104 bool lowerInterleavedLoad(Instruction *Load, 266 bool InterleavedAccessImpl::lowerInterleavedLoad( in lowerInterleavedLoad() function in InterleavedAccessImpl 392 if (!TLI->lowerInterleavedLoad(cast<LoadInst>(Load), Shuffles, Indices, in lowerInterleavedLoad() 734 Changed |= lowerInterleavedLoad(&I, DeadInsts); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InterleavedAccess.cpp | 803 bool X86TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in X86TargetLowering
|
| H A D | X86ISelLowering.h | 1664 bool lowerInterleavedLoad(LoadInst *LI,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInterleavedAccess.cpp | 83 bool RISCVTargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in RISCVTargetLowering
|
| H A D | RISCVISelLowering.h | 432 bool lowerInterleavedLoad(LoadInst *LI,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 684 bool lowerInterleavedLoad(LoadInst *LI,
|
| H A D | ARMISelLowering.cpp | 21603 bool ARMTargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in ARMTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 214 bool lowerInterleavedLoad(LoadInst *LI,
|
| H A D | AArch64ISelLowering.cpp | 17147 bool AArch64TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in AArch64TargetLowering
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3208 virtual bool lowerInterleavedLoad(LoadInst *LI, in lowerInterleavedLoad() function
|