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

  /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);
X86TargetTransformInfo.cpp     [all...]
  /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; }
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 571 milliseconds