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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 215 bool isLegalMaskedLoad(Type *DataType) { return false; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 120 bool TargetTransformInfo::isLegalMaskedLoad(Type *DataType) const {
121 return TTIImpl->isLegalMaskedLoad(DataType);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 2374 milliseconds