Home
last modified time | relevance | path

Searched refs:OpStr (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/lib/Target/X86/
DX86InstrFMA.td194 string OpStr, string PackTy,
197 defm r132 : fma3s_rm<opc132, !strconcat(OpStr, "132", PackTy), x86memop, RC>;
198 defm r213 : fma3s_rm<opc213, !strconcat(OpStr, "213", PackTy), x86memop, RC,
200 defm r231 : fma3s_rm<opc231, !strconcat(OpStr, "231", PackTy), x86memop, RC>;
213 string OpStr, string PackTy,
215 defm r132 : fma3s_rm_int<opc132, !strconcat(OpStr, "132", PackTy),
217 defm r213 : fma3s_rm_int<opc213, !strconcat(OpStr, "213", PackTy),
219 defm r231 : fma3s_rm_int<opc231, !strconcat(OpStr, "231", PackTy),
224 string OpStr, Intrinsic IntF32, Intrinsic IntF64,
227 defm SS : fma3s_forms<opc132, opc213, opc231, OpStr, "ss", OpNode,
[all …]
/external/harfbuzz_ng/src/
Dhb-cff-interp-dict-common.hh38 struct DictVal : OpStr
50 template <typename OPSTR=OpStr>
248 template <typename VAL=OpStr>
Dhb-subset-cff-common.hh153 template <typename OPSTR=OpStr>
197 const OpStr &opstr, in serialize()
225 unsigned int calculate_serialized_size (const OpStr &opstr) const in calculate_serialized_size()
240 const OpStr &opstr, in serialize()
258 unsigned int calculate_serialized_size (const OpStr &opstr, in calculate_serialized_size()
366 struct ParsedCSOp : OpStr
370 OpStr::init (); in init()
377 void fini () { OpStr::fini (); } in fini()
Dhb-ot-cff2-table.hh210 struct CFF2FontDictValues : DictValues<OpStr>
214 DictValues<OpStr>::init (); in init()
217 void fini () { DictValues<OpStr>::fini (); } in fini()
276 typedef CFF2PrivateDictValues_Base<OpStr> CFF2PrivateDictValues_Subset;
Dhb-ot-cff1-table.hh688 struct CFF1TopDictVal : OpStr
810 struct CFF1FontDictValues : DictValues<OpStr>
814 DictValues<OpStr>::init (); in init()
818 void fini () { DictValues<OpStr>::fini (); } in fini()
881 typedef CFF1PrivateDictValues_Base<OpStr> CFF1PrivateDictValues_Subset;
Dhb-subset-cff1.cc169 OpStr supp_op; in serialize()
230 const OpStr &operator [] (unsigned int i) const { return (*base)[i]; } in operator []()
240 const OpStr &opstr, in serialize()
251 unsigned int calculate_serialized_size (const OpStr &opstr) const in calculate_serialized_size()
Dhb-cff-interp-common.hh569 struct OpStr struct
582 bool copy_opstr (hb_serialize_context_t *c, const OpStr& opstr) const in copy_opstr()
Dhb-subset-cff2.cc50 const OpStr &opstr, in serialize()
65 unsigned int calculate_serialized_size (const OpStr &opstr) const in calculate_serialized_size()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrFMA.td242 string OpStr, string PackTy, string Suff,
245 defm NAME#213#Suff : fma3s_rm_213<opc213, !strconcat(OpStr, "213", PackTy),
247 defm NAME#231#Suff : fma3s_rm_231<opc231, !strconcat(OpStr, "231", PackTy),
249 defm NAME#132#Suff : fma3s_rm_132<opc132, !strconcat(OpStr, "132", PackTy),
295 string OpStr, string PackTy, string Suff,
298 defm NAME#132#Suff : fma3s_rm_int<opc132, !strconcat(OpStr, "132", PackTy),
300 defm NAME#213#Suff : fma3s_rm_int<opc213, !strconcat(OpStr, "213", PackTy),
302 defm NAME#231#Suff : fma3s_rm_int<opc231, !strconcat(OpStr, "231", PackTy),
307 string OpStr, SDNode OpNode, X86FoldableSchedWrite sched> {
309 defm NAME : fma3s_forms<opc132, opc213, opc231, OpStr, "ss", "SS", OpNode,
[all …]
DX86InstrAVX512.td10051 multiclass avx512_common_3Op_rm_imm8<bits<8> opc, SDNode OpNode, string OpStr,
10055 defm Z : avx512_3Op_rm_imm8<opc, OpStr, OpNode, sched.ZMM, DestInfo.info512,
10059 defm Z128 : avx512_3Op_rm_imm8<opc, OpStr, OpNode, sched.XMM, DestInfo.info128,
10061 defm Z256 : avx512_3Op_rm_imm8<opc, OpStr, OpNode, sched.YMM, DestInfo.info256,
11621 multiclass avx512_vaes<bits<8> Op, string OpStr, string IntPrefix> {
11623 defm Z128 : AESI_binop_rm_int<Op, OpStr,
11627 defm Z256 : AESI_binop_rm_int<Op, OpStr,
11633 defm Z : AESI_binop_rm_int<Op, OpStr,
11670 multiclass VBMI2_shift_var_rm<bits<8> Op, string OpStr, SDNode OpNode,
11675 (ins VTI.RC:$src2, VTI.RC:$src3), OpStr,
[all …]
/external/skqp/tests/
DPathOpsOpRectThreadedTest.cpp68 SkPathOpsDebug::OpStr((SkPathOp) op)); in testPathOpsRectsMain()
154 SkPathOpsDebug::OpStr((SkPathOp) op)); in testPathOpsFastMain()
DPathOpsOpCircleThreadedTest.cpp50 SkPathOpsDebug::OpStr((SkPathOp) op)); in testOpCirclesMain()
DPathOpsOpCubicThreadedTest.cpp61 SkPathOpsDebug::OpStr((SkPathOp) op)); in testOpCubicsMain()
/external/skia/tests/
DPathOpsOpRectThreadedTest.cpp68 SkPathOpsDebug::OpStr((SkPathOp) op)); in testPathOpsRectsMain()
154 SkPathOpsDebug::OpStr((SkPathOp) op)); in testPathOpsFastMain()
DPathOpsOpCircleThreadedTest.cpp50 SkPathOpsDebug::OpStr((SkPathOp) op)); in testOpCirclesMain()
DPathOpsOpCubicThreadedTest.cpp61 SkPathOpsDebug::OpStr((SkPathOp) op)); in testOpCubicsMain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td1578 multiclass ATOM2N_impl<string OpStr, string IntTypeStr, string TypeStr,
1584 # "." # OpStr # "." # TypeStr
1587 "int_nvvm_atomic_" # OpStr
1592 multiclass ATOM3N_impl<string OpStr, string IntTypeStr, string TypeStr,
1598 # "." # OpStr # "." # TypeStr
1601 "int_nvvm_atomic_" # OpStr
1609 multiclass ATOM2A_impl<string OpStr, string IntTypeStr, string TypeStr,
1612 defm _gen_ : ATOM2N_impl<OpStr, IntTypeStr, TypeStr, ScopeStr, "gen",
1615 multiclass ATOM3A_impl<string OpStr, string IntTypeStr, string TypeStr,
1618 defm _gen_ : ATOM3N_impl<OpStr, IntTypeStr, TypeStr, ScopeStr, "gen",
[all …]
/external/skia/src/pathops/
DSkPathOpsDebug.h356 static const char* OpStr(SkPathOp );
/external/skqp/src/pathops/
DSkPathOpsDebug.h356 static const char* OpStr(SkPathOp );
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp176 const char *OpStr = 0; in print() local
178 case scAddExpr: OpStr = " + "; break; in print()
179 case scMulExpr: OpStr = " * "; break; in print()
180 case scUMaxExpr: OpStr = " umax "; break; in print()
181 case scSMaxExpr: OpStr = " smax "; break; in print()
188 OS << OpStr; in print()
/external/llvm/lib/IR/
DAsmWriter.cpp1875 const char *OpStr = dwarf::OperationEncodingString(I->getOp()); in writeDIExpression() local
1876 assert(OpStr && "Expected valid opcode"); in writeDIExpression()
1878 Out << FS << OpStr; in writeDIExpression()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2082 auto OpStr = dwarf::OperationEncodingString(I->getOp()); in writeDIExpression() local
2083 assert(!OpStr.empty() && "Expected valid opcode"); in writeDIExpression()
2085 Out << FS << OpStr; in writeDIExpression()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1141 static unsigned getIntelMemOperandSize(StringRef OpStr) { in getIntelMemOperandSize() argument
1142 unsigned Size = StringSwitch<unsigned>(OpStr) in getIntelMemOperandSize()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp185 const char *OpStr = nullptr; in print() local
187 case scAddExpr: OpStr = " + "; break; in print()
188 case scMulExpr: OpStr = " * "; break; in print()
189 case scUMaxExpr: OpStr = " umax "; break; in print()
190 case scSMaxExpr: OpStr = " smax "; break; in print()
197 OS << OpStr; in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp272 const char *OpStr = nullptr; in print() local
274 case scAddExpr: OpStr = " + "; break; in print()
275 case scMulExpr: OpStr = " * "; break; in print()
276 case scUMaxExpr: OpStr = " umax "; break; in print()
277 case scSMaxExpr: OpStr = " smax "; break; in print()
284 OS << OpStr; in print()

12