Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
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()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV3.td45 CondStr<"$Pu", IfTrue, 0>.S # "call " # ExtStr # "$dst",
DHexagonInstrInfo.td1435 class CondStr<string CReg, bit True, bit New> {
1463 CondStr<"$src", !if(PredNot,0,1), isPredNew>.S #
1519 CondStr<"$src", !if(PredNot,0,1), isPredNew>.S #
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonPseudo.td267 class CondStr<string CReg, bit True, bit New> {
277 CondStr<"$src", !if(PredNot,0,1), isPredNew>.S #
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonPseudo.td267 class CondStr<string CReg, bit True, bit New> {
277 CondStr<"$src", !if(PredNot,0,1), isPredNew>.S #
/external/llvm/lib/Target/Mips/
DMipsInstrFPU.td234 class C_COND_FT<string CondStr, string Typestr, RegisterOperand RC,
237 !strconcat("c.", CondStr, ".", Typestr, "\t$fs, $ft"), [], itin,
DMips32r6InstrInfo.td178 class CMP_CONDN_DESC_BASE<string CondStr, string Typestr,
183 string AsmString = !strconcat("cmp.", CondStr, ".", Typestr, "\t$fd, $fs, $ft");
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrFPU.td271 class C_COND_FT<string CondStr, string Typestr, RegisterOperand RC,
274 !strconcat("c.", CondStr, ".", Typestr, "\t$fcc, $fs, $ft"), [], itin,
DMips32r6InstrInfo.td209 class CMP_CONDN_DESC_BASE<string CondStr, string Typestr,
215 string AsmString = !strconcat("cmp.", CondStr, ".", Typestr, "\t$fd, $fs, $ft");
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstrFPU.td274 class C_COND_FT<string CondStr, string Typestr, RegisterOperand RC,
277 !strconcat("c.", CondStr, ".", Typestr, "\t$fcc, $fs, $ft"), [], itin,
DMips32r6InstrInfo.td209 class CMP_CONDN_DESC_BASE<string CondStr, string Typestr,
215 string AsmString = !strconcat("cmp.", CondStr, ".", Typestr, "\t$fd, $fs, $ft");