Searched refs:CondStr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | SubtargetFeatureInfo.cpp | 114 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 D | CompressInstEmitter.cpp | 553 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 D | HexagonPseudo.td | 289 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 D | MipsInstrFPU.td | 274 class C_COND_FT<string CondStr, string Typestr, RegisterOperand RC, 277 !strconcat("c.", CondStr, ".", Typestr, "\t$fcc, $fs, $ft"), [], itin,
|
H A D | Mips32r6InstrInfo.td | 212 class CMP_CONDN_DESC_BASE<string CondStr, string Typestr, 218 string AsmString = !strconcat("cmp.", CondStr, ".", Typestr, "\t$fd, $fs, $ft");
|