Home
last modified time | relevance | path

Searched refs:AllowEmpty (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h202 bool isValueTypeByHwMode(bool AllowEmpty) const;
250 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete()
251 return VTS.isValueTypeByHwMode(AllowEmpty); in isConcrete()
254 bool AllowEmpty) const { in getConcrete()
255 assert(VTS.isValueTypeByHwMode(AllowEmpty)); in getConcrete()
H A DCodeGenDAGPatterns.cpp85 bool TypeSetByHwMode::isValueTypeByHwMode(bool AllowEmpty) const { in isValueTypeByHwMode()
89 if (!AllowEmpty && I.second.empty()) in isValueTypeByHwMode()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp288 bool AllowEmpty) { in replaceVariableLocationOp() argument
298 if (AllowEmpty || DbgAssignAddrReplaced) in replaceVariableLocationOp()
H A DIntrinsicInst.cpp123 bool AllowEmpty) { in replaceVariableLocationOp() argument
140 if (AllowEmpty || DbgAssignAddrReplaced) in replaceVariableLocationOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h412 bool AllowEmpty = false);
H A DIntrinsicInst.h316 bool AllowEmpty = false);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4674 bool AllowEmpty; member
4675 MDStringField(bool AllowEmpty = true) in MDStringField()
4676 : ImplTy(nullptr), AllowEmpty(AllowEmpty) {} in MDStringField()
5059 if (!Result.AllowEmpty && S.empty()) in parseMDField()