Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DSubtargetFeatureInfo.cpp114 StringRef CondStr = SFI.TheDef->getValueAsString("CondString"); in emitComputeAvailableFeatures() local
115 assert(!CondStr.empty() && "true predicate should have been filtered"); in emitComputeAvailableFeatures()
117 OS << " if (" << CondStr << ")\n"; in emitComputeAvailableFeatures()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp553 static void mergeCondAndCode(raw_ostream &CombinedStream, StringRef CondStr, in mergeCondAndCode() argument
556 CondStr = CondStr.drop_front(6).drop_back(4); in mergeCondAndCode()
557 CombinedStream.indent(4) << "if (" << CondStr << ") {\n"; in mergeCondAndCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td289 class CondStr<string CReg, bit True, bit New> {
299 CondStr<"$src", !if(PredNot,0,1), isPredNew>.S #
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrFPU.td274 class C_COND_FT<string CondStr, string Typestr, RegisterOperand RC,
277 !strconcat("c.", CondStr, ".", Typestr, "\t$fcc, $fs, $ft"), [], itin,
H A DMips32r6InstrInfo.td212 class CMP_CONDN_DESC_BASE<string CondStr, string Typestr,
218 string AsmString = !strconcat("cmp.", CondStr, ".", Typestr, "\t$fd, $fs, $ft");