Home
last modified time | relevance | path

Searched refs:lowerInterleavedLoad (Results 1 – 10 of 10) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp103 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 DX86InterleavedAccess.cpp806 bool X86TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in X86TargetLowering
H A DX86ISelLowering.h1573 bool lowerInterleavedLoad(LoadInst *LI,
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h663 bool lowerInterleavedLoad(LoadInst *LI,
H A DARMISelLowering.cpp21676 bool ARMTargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in ARMTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h871 bool lowerInterleavedLoad(LoadInst *LI,
H A DRISCVISelLowering.cpp21695 bool RISCVTargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in RISCVTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h699 bool lowerInterleavedLoad(LoadInst *LI,
H A DAArch64ISelLowering.cpp16733 bool AArch64TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in AArch64TargetLowering
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3134 virtual bool lowerInterleavedLoad(LoadInst *LI, in lowerInterleavedLoad() function