/external/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 92 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 112 bool lowerInterleavedStore(StoreInst *SI, 412 bool InterleavedAccess::lowerInterleavedStore( in lowerInterleavedStore() function in InterleavedAccess 430 if (!TLI->lowerInterleavedStore(SI, SVI, Factor)) in lowerInterleavedStore() 460 Changed |= lowerInterleavedStore(SI, DeadInsts); in runOnFunction()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 308 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
D | AArch64ISelLowering.cpp | 7178 bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in AArch64TargetLowering
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 458 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
D | ARMISelLowering.cpp | 12664 bool ARMTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in ARMTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 332 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
D | AArch64ISelLowering.cpp | 8231 bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in AArch64TargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InterleavedAccess.cpp | 820 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in X86TargetLowering
|
D | X86ISelLowering.h | 1126 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 529 bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI,
|
D | ARMISelLowering.cpp | 14728 bool ARMTargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore() function in ARMTargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1771 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, in lowerInterleavedStore() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2209 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, in lowerInterleavedStore() function
|