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

  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 97 bool isLegalMaskedLoad(Type *DataType);
X86TargetTransformInfo.cpp     [all...]
  /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; }
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 1278 milliseconds