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

1 2

  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 97 bool isLegalMaskedLoad(Type *DataType);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 130 bool TargetTransformInfo::isLegalMaskedLoad(Type *DataType) const {
131 return TTIImpl->isLegalMaskedLoad(DataType);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 336 bool isLegalMaskedLoad(Type *DataType) const;
656 virtual bool isLegalMaskedLoad(Type *DataType) = 0;
    [all...]
TargetTransformInfoImpl.h 214 bool isLegalMaskedLoad(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 385 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 228 bool isLegalMaskedLoad(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 413 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 243 bool isLegalMaskedLoad(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 413 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 243 bool isLegalMaskedLoad(Type *DataType) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 385 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 413 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 413 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 477 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 250 bool isLegalMaskedLoad(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 477 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 250 bool isLegalMaskedLoad(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 477 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 250 bool isLegalMaskedLoad(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 477 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 250 bool isLegalMaskedLoad(Type *DataType) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 477 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 477 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 477 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 477 bool isLegalMaskedLoad(Type *DataType) const;
    [all...]

Completed in 1121 milliseconds

1 2