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

1 2

  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 98 bool isLegalMaskedStore(Type *DataType);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 126 bool TargetTransformInfo::isLegalMaskedStore(Type *DataType) const {
127 return TTIImpl->isLegalMaskedStore(DataType);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 335 bool isLegalMaskedStore(Type *DataType) const;
655 virtual bool isLegalMaskedStore(Type *DataType) = 0;
    [all...]
TargetTransformInfoImpl.h 212 bool isLegalMaskedStore(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 384 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 226 bool isLegalMaskedStore(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 412 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 241 bool isLegalMaskedStore(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 412 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 241 bool isLegalMaskedStore(Type *DataType) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 384 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 412 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 412 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 476 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 248 bool isLegalMaskedStore(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 476 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 248 bool isLegalMaskedStore(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 476 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 248 bool isLegalMaskedStore(Type *DataType) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 476 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
TargetTransformInfoImpl.h 248 bool isLegalMaskedStore(Type *DataType) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 476 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 476 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 476 bool isLegalMaskedStore(Type *DataType) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 476 bool isLegalMaskedStore(Type *DataType) const;
    [all...]

Completed in 1515 milliseconds

1 2