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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 217 bool isLegalMaskedScatter(Type *DataType) { return false; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 128 bool TargetTransformInfo::isLegalMaskedScatter(Type *DataType) const {
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]

Completed in 113 milliseconds