Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSubtargetFeatureInfo.cpp101 StringRef CondStr = SFI.TheDef->getValueAsString("CondString"); in emitComputeAvailableFeatures() local
102 assert(!CondStr.empty() && "true predicate should have been filtered"); in emitComputeAvailableFeatures()
104 OS << " if (" << CondStr << ")\n"; in emitComputeAvailableFeatures()
H A DRISCVCompressInstEmitter.cpp541 static void mergeCondAndCode(raw_ostream &CombinedStream, StringRef CondStr, in mergeCondAndCode() argument
544 CondStr = CondStr.drop_front(6).drop_back(4); in mergeCondAndCode()
545 CombinedStream.indent(4) << "if (" << CondStr << ") {\n"; in mergeCondAndCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td267 class CondStr<string CReg, bit True, bit New> {
277 CondStr<"$src", !if(PredNot,0,1), isPredNew>.S #
/netbsd-src/external/apache2/llvm/dist/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.td209 class CMP_CONDN_DESC_BASE<string CondStr, string Typestr,
215 string AsmString = !strconcat("cmp.", CondStr, ".", Typestr, "\t$fd, $fs, $ft");