Home
last modified time | relevance | path

Searched refs:CondString (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp642 std::string CondString; in emitCompressInstEmitter() local
644 raw_string_ostream CondStream(CondString); in emitCompressInstEmitter()
H A DCodeGenDAGPatterns.cpp1473 StringRef CondString = Pred->getValueAsString("CondString"); in getPredicateCheck() local
1474 if (CondString.empty()) in getPredicateCheck()
1479 PredicateCheck += CondString; in getPredicateCheck()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td673 string CondString = cond;