Searched refs:lowerInterleavedLoad (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 103 bool lowerInterleavedLoad(LoadInst *LI, 274 bool InterleavedAccessImpl::lowerInterleavedLoad( in lowerInterleavedLoad() function in InterleavedAccessImpl 369 if (!TLI->lowerInterleavedLoad(LI, Shuffles, Indices, Factor)) { in lowerInterleavedLoad() 551 Changed |= lowerInterleavedLoad(LI, DeadInsts); in runOnFunction()
|
| /freebsd-14.2/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 | 1559 bool lowerInterleavedLoad(LoadInst *LI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 812 bool lowerInterleavedLoad(LoadInst *LI,
|
| H A D | RISCVISelLowering.cpp | 20048 bool RISCVTargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in RISCVTargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 664 bool lowerInterleavedLoad(LoadInst *LI,
|
| H A D | ARMISelLowering.cpp | 21653 bool ARMTargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in ARMTargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 677 bool lowerInterleavedLoad(LoadInst *LI,
|
| H A D | AArch64ISelLowering.cpp | 15650 bool AArch64TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in AArch64TargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3019 virtual bool lowerInterleavedLoad(LoadInst *LI, in lowerInterleavedLoad() function
|