Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp87 bool lowerInterleavedStore(StoreInst *SI,
235 bool InterleavedAccess::lowerInterleavedStore( in lowerInterleavedStore() function in InterleavedAccess
252 if (!TLI->lowerInterleavedStore(SI, SVI, Factor)) in lowerInterleavedStore()
279 Changed |= lowerInterleavedStore(SI, DeadInsts); in runOnFunction()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h304 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
DAArch64ISelLowering.cpp7089 bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in AArch64TargetLowering
/external/llvm/lib/Target/ARM/
DARMISelLowering.h453 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
DARMISelLowering.cpp12173 bool ARMTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in ARMTargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1644 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, in lowerInterleavedStore() function