Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenHwModes.cpp29 StringRef CondString = Pred->getValueAsString("CondString"); in HwMode() local
30 if (CondString.empty()) in HwMode()
32 OS << LS << '(' << CondString << ')'; in HwMode()
H A DCodeGenDAGPatterns.cpp1538 StringRef CondString = Pred->getValueAsString("CondString"); in getPredicateCheck() local
1539 if (CondString.empty()) in getPredicateCheck()
1541 OS << LS << '(' << CondString << ')'; in getPredicateCheck()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp
H A DCompressInstEmitter.cpp688 std::string CondString; in emitCompressInstEmitter() local
690 raw_string_ostream CondStream(CondString); in emitCompressInstEmitter()
889 mergeCondAndCode(CaseStream, CondString, CodeString); in emitCompressInstEmitter()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td823 string CondString = cond;