HomeSort by relevance Sort by last modified time
    Searched refs:isLegalMaskedGather (Results 1 - 25 of 35) sorted by null

1 2

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 134 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType) const {
135 return TTIImpl->isLegalMaskedGather(DataType);
139 return TTIImpl->isLegalMaskedGather(DataType);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 99 bool isLegalMaskedGather(Type *DataType);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 342 bool isLegalMaskedGather(Type *DataType) const;
658 virtual bool isLegalMaskedGather(Type *DataType) = 0;
    [all...]
TargetTransformInfoImpl.h 218 bool isLegalMaskedGather(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 391 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 232 bool isLegalMaskedGather(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 419 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 247 bool isLegalMaskedGather(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 419 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 247 bool isLegalMaskedGather(Type *DataType) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 391 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 419 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 419 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 483 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 254 bool isLegalMaskedGather(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 483 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 254 bool isLegalMaskedGather(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 483 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 254 bool isLegalMaskedGather(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 483 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 254 bool isLegalMaskedGather(Type *DataType) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 483 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 483 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 483 bool isLegalMaskedGather(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 483 bool isLegalMaskedGather(Type *DataType) const;
    [all...]

Completed in 588 milliseconds

1 2