Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp108 bool lowerInterleavedLoad(LoadInst *LI,
276 bool InterleavedAccess::lowerInterleavedLoad( in lowerInterleavedLoad() function in InterleavedAccess
338 if (!TLI->lowerInterleavedLoad(LI, Shuffles, Indices, Factor)) in lowerInterleavedLoad()
457 Changed |= lowerInterleavedLoad(LI, DeadInsts); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp803 bool X86TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in X86TargetLowering
H A DX86ISelLowering.h1143 bool lowerInterleavedLoad(LoadInst *LI,
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h335 bool lowerInterleavedLoad(LoadInst *LI,
H A DAArch64ISelLowering.cpp8343 bool AArch64TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in AArch64TargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h529 bool lowerInterleavedLoad(LoadInst *LI,
H A DARMISelLowering.cpp14765 bool ARMTargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2313 virtual bool lowerInterleavedLoad(LoadInst *LI, in lowerInterleavedLoad() function