| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFMA.td | 243 string OpStr, string PackTy, string Suff, 246 defm NAME#213#Suff : fma3s_rm_213<opc213, !strconcat(OpStr, "213", PackTy), 248 defm NAME#231#Suff : fma3s_rm_231<opc231, !strconcat(OpStr, "231", PackTy), 250 defm NAME#132#Suff : fma3s_rm_132<opc132, !strconcat(OpStr, "132", PackTy), 296 string OpStr, string PackTy, string Suff, 299 defm NAME#132#Suff : fma3s_rm_int<opc132, !strconcat(OpStr, "132", PackTy), 301 defm NAME#213#Suff : fma3s_rm_int<opc213, !strconcat(OpStr, "213", PackTy), 310 defm NAME : fma3s_forms<opc132, opc213, opc231, OpStr, "ss", "SS", OpNode, 312 fma3s_int_forms<opc132, opc213, opc231, OpStr, "ss", "SS", 316 defm NAME : fma3s_forms<opc132, opc213, opc231, OpStr, "sd", "SD", OpNode, [all …]
|
| H A D | X86InstrAVX512.td | 11617 multiclass avx512_vaes<bits<8> Op, string OpStr, string IntPrefix> { 11619 defm Z128 : AESI_binop_rm_int<Op, OpStr, 11623 defm Z256 : AESI_binop_rm_int<Op, OpStr, 11629 defm Z : AESI_binop_rm_int<Op, OpStr, 11671 (ins VTI.RC:$src2, VTI.RC:$src3), OpStr, 11676 (ins VTI.RC:$src2, VTI.MemOp:$src3), OpStr, 11687 : VBMI2_shift_var_rm<Op, OpStr, OpNode, sched, VTI> { 11691 (ins VTI.RC:$src2, VTI.ScalarMemOp:$src3), OpStr, 11770 multiclass VNNI_rmb<bits<8> Op, string OpStr, SDNode OpNode, 11799 multiclass VNNI_common<bits<8> Op, string OpStr, SDNode OpNode, [all …]
|
| H A D | X86InstrSSE.td | 7962 multiclass GF2P8AFFINE_rmi<bits<8> Op, string OpStr, ValueType OpVT, 7966 OpStr#"\t{$src3, $src2, $dst|$dst, $src2, $src3}", 7967 OpStr#"\t{$src3, $src2, $src1, $dst|$dst, $src1, $src2, $src3}") in { 7981 multiclass GF2P8AFFINE_common<bits<8> Op, string OpStr, SDNode OpNode> { 7984 defm NAME : GF2P8AFFINE_rmi<Op, OpStr, v16i8, OpNode, 7987 defm V#NAME : GF2P8AFFINE_rmi<Op, "v"#OpStr, v16i8, OpNode, VR128, 7989 defm V#NAME#Y : GF2P8AFFINE_rmi<Op, "v"#OpStr, v32i8, OpNode, VR256,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 1767 # "." # OpStr # "." # TypeStr 1770 "int_nvvm_atomic_" # OpStr 1781 # "." # OpStr # "." # TypeStr 1784 "int_nvvm_atomic_" # OpStr 1811 defm _cta : ATOM2A_impl<OpStr, IntTypeStr, TypeStr, "cta", 1832 multiclass ATOM2_add_impl<string OpStr> { 1843 multiclass ATOM2_bitwise_impl<string OpStr> { 1850 multiclass ATOM2_exch_impl<string OpStr> { 1856 multiclass ATOM2_minmax_impl<string OpStr> { 1866 multiclass ATOM2_incdec_impl<string OpStr> { [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2338 auto OpStr = dwarf::OperationEncodingString(Op.getOp()); in writeDIExpression() local 2339 assert(!OpStr.empty() && "Expected valid opcode"); in writeDIExpression() 2341 Out << FS << OpStr; in writeDIExpression()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 308 const char *OpStr = nullptr; in print() local 310 case scAddExpr: OpStr = " + "; break; in print() 311 case scMulExpr: OpStr = " * "; break; in print() 312 case scUMaxExpr: OpStr = " umax "; break; in print() 313 case scSMaxExpr: OpStr = " smax "; break; in print() 315 OpStr = " umin "; in print() 318 OpStr = " smin "; in print() 324 ListSeparator LS(OpStr); in print()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 14374 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr(); in DiagnoseBitwisePrecedence() local 14381 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr; in DiagnoseBitwisePrecedence() 14383 Self.PDiag(diag::note_precedence_silence) << OpStr, in DiagnoseBitwisePrecedence()
|