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

  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 93 bool isLegalMaskedGather(Type *DataType);
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 124 bool TargetTransformInfo::isLegalMaskedGather(Type *DataType) const {
125 return TTIImpl->isLegalMaskedGather(DataType);
129 return TTIImpl->isLegalMaskedGather(DataType);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 325 bool isLegalMaskedGather(Type *DataType) const;
576 virtual bool isLegalMaskedGather(Type *DataType) = 0;
    [all...]
TargetTransformInfoImpl.h 219 bool isLegalMaskedGather(Type *DataType) { return false; }
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 414 milliseconds