Home
last modified time | relevance | path

Searched refs:lowerInterleavedStore (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp92 bool lowerInterleavedStore(StoreInst *SI,
334 bool InterleavedAccess::lowerInterleavedStore( in lowerInterleavedStore() function in InterleavedAccess
351 if (!TLI->lowerInterleavedStore(SI, SVI, Factor)) in lowerInterleavedStore()
379 Changed |= lowerInterleavedStore(SI, DeadInsts); in runOnFunction()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h308 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
DAArch64ISelLowering.cpp7178 bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in AArch64TargetLowering
/external/llvm/lib/Target/ARM/
DARMISelLowering.h458 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
DARMISelLowering.cpp12664 bool ARMTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in ARMTargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1771 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, in lowerInterleavedStore() function