Searched refs:lowerInterleavedStore (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 112 bool lowerInterleavedStore(StoreInst *SI, 418 bool InterleavedAccess::lowerInterleavedStore( in lowerInterleavedStore() function in InterleavedAccess 436 if (!TLI->lowerInterleavedStore(SI, SVI, Factor)) in lowerInterleavedStore() 466 Changed |= lowerInterleavedStore(SI, DeadInsts); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InterleavedAccess.cpp | 823 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in X86TargetLowering
|
D | X86ISelLowering.h | 1271 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 559 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
D | ARMISelLowering.cpp | 17191 bool ARMTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in ARMTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 417 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
D | AArch64ISelLowering.cpp | 9258 bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in AArch64TargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2461 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, in lowerInterleavedStore() function
|