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.h200 bool isValueTypeByHwMode(bool AllowEmpty) const;
248 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete()
249 return VTS.isValueTypeByHwMode(AllowEmpty); in isConcrete()
252 bool AllowEmpty) const { in getConcrete()
253 assert(VTS.isValueTypeByHwMode(AllowEmpty)); in getConcrete()
H A DCodeGenDAGPatterns.cpp86 bool TypeSetByHwMode::isValueTypeByHwMode(bool AllowEmpty) const { in isValueTypeByHwMode()
90 if (!AllowEmpty && I.second.empty()) in isValueTypeByHwMode()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp289 bool AllowEmpty) { in replaceVariableLocationOp() argument
299 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.h426 bool AllowEmpty = false);
H A DIntrinsicInst.h318 bool AllowEmpty = false);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4786 bool AllowEmpty; member
4787 MDStringField(bool AllowEmpty = true) in MDStringField()
4788 : ImplTy(nullptr), AllowEmpty(AllowEmpty) {} in MDStringField()
5260 if (!Result.AllowEmpty && S.empty()) in parseMDField()