/external/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 88 bool lowerInterleavedLoad(LoadInst *LI, 196 bool InterleavedAccess::lowerInterleavedLoad( in lowerInterleavedLoad() function in InterleavedAccess 257 if (!TLI->lowerInterleavedLoad(LI, Shuffles, Indices, Factor)) in lowerInterleavedLoad() 376 Changed |= lowerInterleavedLoad(LI, DeadInsts); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 108 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()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 304 bool lowerInterleavedLoad(LoadInst *LI,
|
D | AArch64ISelLowering.cpp | 7095 bool AArch64TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in AArch64TargetLowering
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 454 bool lowerInterleavedLoad(LoadInst *LI,
|
D | ARMISelLowering.cpp | 12576 bool ARMTargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in ARMTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 328 bool lowerInterleavedLoad(LoadInst *LI,
|
D | AArch64ISelLowering.cpp | 8104 bool AArch64TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in AArch64TargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 525 bool lowerInterleavedLoad(LoadInst *LI,
|
D | ARMISelLowering.cpp | 14595 bool ARMTargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in ARMTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InterleavedAccess.cpp | 803 bool X86TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() function in X86TargetLowering
|
D | X86ISelLowering.h | 1119 bool lowerInterleavedLoad(LoadInst *LI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InterleavedAccess/X86/ |
D | interleaved-accesses-64bits-avx.ll | 4 ; This file tests the function `llvm::lowerInterleavedLoad/Store`.
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1758 virtual bool lowerInterleavedLoad(LoadInst *LI, in lowerInterleavedLoad() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2196 virtual bool lowerInterleavedLoad(LoadInst *LI, in lowerInterleavedLoad() function
|