Searched refs:isValueTypeByHwMode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h210 bool isValueTypeByHwMode(bool AllowEmpty) const;
267 return VTS.isValueTypeByHwMode(AllowEmpty);
271 assert(VTS.isValueTypeByHwMode(AllowEmpty));
714 return Types[ResNo].isValueTypeByHwMode(false);
H A DCodeGenDAGPatterns.cpp77 bool TypeSetByHwMode::isValueTypeByHwMode(bool AllowEmpty) const { function in class:TypeSetByHwMode
88 assert(isValueTypeByHwMode(true) &&
2919 N->getExtType(0).isValueTypeByHwMode(false) &&
H A DGlobalISelEmitter.cpp4573 if (!Ty.isValueTypeByHwMode(false))

Completed in 214 milliseconds