Home
last modified time | relevance | path

Searched refs:TypeStr (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrFPU.td281 multiclass C_COND_M<string TypeStr, RegisterOperand RC, bits<5> fmt,
283 def C_F_#NAME : MMRel, C_COND_FT<"f", TypeStr, RC, itin>,
288 def C_UN_#NAME : MMRel, C_COND_FT<"un", TypeStr, RC, itin>,
293 def C_EQ_#NAME : MMRel, C_COND_FT<"eq", TypeStr, RC, itin>,
298 def C_UEQ_#NAME : MMRel, C_COND_FT<"ueq", TypeStr, RC, itin>,
303 def C_OLT_#NAME : MMRel, C_COND_FT<"olt", TypeStr, RC, itin>,
307 def C_ULT_#NAME : MMRel, C_COND_FT<"ult", TypeStr, RC, itin>,
311 def C_OLE_#NAME : MMRel, C_COND_FT<"ole", TypeStr, RC, itin>,
315 def C_ULE_#NAME : MMRel, C_COND_FT<"ule", TypeStr, RC, itin>,
319 def C_SF_#NAME : MMRel, C_COND_FT<"sf", TypeStr, RC, itin>,
[all …]
DMicroMipsInstrFPU.td293 multiclass C_COND_MM<string TypeStr, RegisterOperand RC, bits<2> fmt,
295 def C_F_#NAME#_MM : MMRel, C_COND_FT<"f", TypeStr, RC, itin>,
300 def C_UN_#NAME#_MM : MMRel, C_COND_FT<"un", TypeStr, RC, itin>,
305 def C_EQ_#NAME#_MM : MMRel, C_COND_FT<"eq", TypeStr, RC, itin>,
310 def C_UEQ_#NAME#_MM : MMRel, C_COND_FT<"ueq", TypeStr, RC, itin>,
315 def C_OLT_#NAME#_MM : MMRel, C_COND_FT<"olt", TypeStr, RC, itin>,
319 def C_ULT_#NAME#_MM : MMRel, C_COND_FT<"ult", TypeStr, RC, itin>,
323 def C_OLE_#NAME#_MM : MMRel, C_COND_FT<"ole", TypeStr, RC, itin>,
327 def C_ULE_#NAME#_MM : MMRel, C_COND_FT<"ule", TypeStr, RC, itin>,
331 def C_SF_#NAME#_MM : MMRel, C_COND_FT<"sf", TypeStr, RC, itin>,
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1385 multiclass SETP<string TypeStr, RegisterClass RC, Operand ImmCls> {
1388 !strconcat("setp${cmp:base}${cmp:ftz}.", TypeStr,
1392 !strconcat("setp${cmp:base}${cmp:ftz}.", TypeStr,
1396 !strconcat("setp${cmp:base}${cmp:ftz}.", TypeStr,
1431 multiclass SET<string TypeStr, RegisterClass RC, Operand ImmCls> {
1434 !strconcat("set$cmp.", TypeStr, " \t$dst, $a, $b;"), []>;
1437 !strconcat("set$cmp.", TypeStr, " \t$dst, $a, $b;"), []>;
1440 !strconcat("set$cmp.", TypeStr, " \t$dst, $a, $b;"), []>;
1466 multiclass SELP<string TypeStr, RegisterClass RC, Operand ImmCls> {
1469 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), []>;
[all …]
DNVPTXIntrinsics.td991 string SpaceStr, string TypeStr, string OpcStr, PatFrag IntOp,
994 !strconcat("atom", SpaceStr, OpcStr, TypeStr, " \t$dst, [$addr], $b;"),
998 !strconcat("atom", SpaceStr, OpcStr, TypeStr, " \t$dst, [$addr], $b;", ""),
1002 multiclass F_ATOMIC_2<NVPTXRegClass regclass, string SpaceStr, string TypeStr,
1005 defm p32 : F_ATOMIC_2_imp<Int32Regs, regclass, SpaceStr, TypeStr, OpcStr,
1007 defm p64 : F_ATOMIC_2_imp<Int64Regs, regclass, SpaceStr, TypeStr, OpcStr,
1013 string SpaceStr, string TypeStr, string OpcStr, PatFrag IntOp,
1018 ".reg \t.s", TypeStr, " temp; \n\t",
1019 "neg.s", TypeStr, " \ttemp, $b; \n\t",
1020 "atom", SpaceStr, OpcStr, ".u", TypeStr, " \t$dst, [$addr], temp; \n\t",
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp437 const std::string TypeStr = AccessIsWrite ? "store" : "load"; in initializeCallbacks() local
441 ClMemoryAccessCallbackPrefix + TypeStr + "N" + EndingStr, in initializeCallbacks()
448 ClMemoryAccessCallbackPrefix + TypeStr + in initializeCallbacks()
DAddressSanitizer.cpp2478 const std::string TypeStr = AccessIsWrite ? "store" : "load"; in initializeCallbacks() local
2490 kAsanReportErrorTemplate + ExpStr + TypeStr + "_n" + EndingStr, in initializeCallbacks()
2494 ClMemoryAccessCallbackPrefix + ExpStr + TypeStr + "N" + EndingStr, in initializeCallbacks()
2499 const std::string Suffix = TypeStr + itostr(1ULL << AccessSizeIndex); in initializeCallbacks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1684 StringRef TypeStr = Token.range(); in parseTypedImmediateOperand() local
1685 if (TypeStr.front() != 'i' && TypeStr.front() != 's' && in parseTypedImmediateOperand()
1686 TypeStr.front() != 'p') in parseTypedImmediateOperand()