/external/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 368 MaxFactor = TLI->getMaxSupportedInterleaveFactor(); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 455 MaxFactor = TLI->getMaxSupportedInterleaveFactor(); in runOnFunction()
|
D | InterleavedLoadCombinePass.cpp | 1257 unsigned MaxFactor = TLI.getMaxSupportedInterleaveFactor(); in run()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InterleavedAccess.cpp | 815 assert(Factor >= 2 && Factor <= getMaxSupportedInterleaveFactor() && in lowerInterleavedLoad() 832 assert(Factor >= 2 && Factor <= getMaxSupportedInterleaveFactor() && in lowerInterleavedStore()
|
D | X86ISelLowering.h | 1391 unsigned getMaxSupportedInterleaveFactor() const override { return 4; } in getMaxSupportedInterleaveFactor() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InterleavedAccess.cpp | 809 assert(Factor >= 2 && Factor <= getMaxSupportedInterleaveFactor() && in lowerInterleavedLoad() 826 assert(Factor >= 2 && Factor <= getMaxSupportedInterleaveFactor() && in lowerInterleavedStore()
|
D | X86ISelLowering.h | 1260 unsigned getMaxSupportedInterleaveFactor() const override { return 4; } in getMaxSupportedInterleaveFactor() function
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 518 MaxFactor = TLI->getMaxSupportedInterleaveFactor(); in runOnFunction()
|
D | InterleavedLoadCombinePass.cpp | 1258 unsigned MaxFactor = TLI.getMaxSupportedInterleaveFactor(); in run()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 302 unsigned getMaxSupportedInterleaveFactor() const override { return 4; } in getMaxSupportedInterleaveFactor() function
|
D | AArch64TargetTransformInfo.cpp | 503 if (Factor <= TLI->getMaxSupportedInterleaveFactor()) { in getInterleavedMemoryOpCost()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 452 unsigned getMaxSupportedInterleaveFactor() const override { return 4; } in getMaxSupportedInterleaveFactor() function
|
D | ARMTargetTransformInfo.cpp | 507 if (Factor <= TLI->getMaxSupportedInterleaveFactor() && !EltIs64Bits) { in getInterleavedMemoryOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 553 unsigned getMaxSupportedInterleaveFactor() const override;
|
D | ARMTargetTransformInfo.cpp | 821 if (Factor <= TLI->getMaxSupportedInterleaveFactor() && !EltIs64Bits && in getInterleavedMemoryOpCost()
|
D | ARMISelLowering.cpp | 17020 unsigned ARMTargetLowering::getMaxSupportedInterleaveFactor() const { in getMaxSupportedInterleaveFactor() function in ARMTargetLowering 17025 return TargetLoweringBase::getMaxSupportedInterleaveFactor(); in getMaxSupportedInterleaveFactor() 17042 assert(Factor >= 2 && Factor <= getMaxSupportedInterleaveFactor() && in lowerInterleavedLoad() 17196 assert(Factor >= 2 && Factor <= getMaxSupportedInterleaveFactor() && in lowerInterleavedStore()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 606 unsigned getMaxSupportedInterleaveFactor() const override;
|
D | ARMTargetTransformInfo.cpp | 1331 if (Factor <= TLI->getMaxSupportedInterleaveFactor() && !EltIs64Bits && in getInterleavedMemoryOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 411 unsigned getMaxSupportedInterleaveFactor() const override { return 4; } in getMaxSupportedInterleaveFactor() function
|
D | AArch64TargetTransformInfo.cpp | 691 Factor <= TLI->getMaxSupportedInterleaveFactor()) { in getInterleavedMemoryOpCost()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 547 unsigned getMaxSupportedInterleaveFactor() const override { return 4; } in getMaxSupportedInterleaveFactor() function
|
D | AArch64TargetTransformInfo.cpp | 834 Factor <= TLI->getMaxSupportedInterleaveFactor()) { in getInterleavedMemoryOpCost()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1749 virtual unsigned getMaxSupportedInterleaveFactor() const { return 2; } in getMaxSupportedInterleaveFactor() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2439 virtual unsigned getMaxSupportedInterleaveFactor() const { return 2; } in getMaxSupportedInterleaveFactor() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2606 virtual unsigned getMaxSupportedInterleaveFactor() const { return 2; } in getMaxSupportedInterleaveFactor() function
|