HomeSort by relevance Sort by last modified time
    Searched defs:getMaxInterleaveFactor (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 90 unsigned getMaxInterleaveFactor(unsigned VF) {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 79 unsigned AMDGPUTTIImpl::getMaxInterleaveFactor(unsigned VF) {
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 233 unsigned PPCTTIImpl::getMaxInterleaveFactor(unsigned VF) {
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 474 unsigned AArch64TTIImpl::getMaxInterleaveFactor(unsigned VF) {
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 270 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 283 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 218 unsigned TargetTransformInfo::getMaxInterleaveFactor(unsigned VF) const {
219 return TTIImpl->getMaxInterleaveFactor(VF);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 70 unsigned X86TTIImpl::getMaxInterleaveFactor(unsigned VF) {
    [all...]

Completed in 693 milliseconds