| /llvm-project-15.0.7/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 | 12332 multiclass avx512_vaes<bits<8> Op, string OpStr, string IntPrefix> { 12334 defm Z128 : AESI_binop_rm_int<Op, OpStr, 12338 defm Z256 : AESI_binop_rm_int<Op, OpStr, 12344 defm Z : AESI_binop_rm_int<Op, OpStr, 12386 (ins VTI.RC:$src2, VTI.RC:$src3), OpStr, 12391 (ins VTI.RC:$src2, VTI.MemOp:$src3), OpStr, 12402 : VBMI2_shift_var_rm<Op, OpStr, OpNode, sched, VTI> { 12406 (ins VTI.RC:$src2, VTI.ScalarMemOp:$src3), OpStr, 12485 multiclass VNNI_rmb<bits<8> Op, string OpStr, SDNode OpNode, 12514 multiclass VNNI_common<bits<8> Op, string OpStr, SDNode OpNode, [all …]
|
| H A D | X86InstrSSE.td | 8067 multiclass GF2P8AFFINE_rmi<bits<8> Op, string OpStr, ValueType OpVT, 8071 OpStr#"\t{$src3, $src2, $dst|$dst, $src2, $src3}", 8072 OpStr#"\t{$src3, $src2, $src1, $dst|$dst, $src1, $src2, $src3}") in { 8086 multiclass GF2P8AFFINE_common<bits<8> Op, string OpStr, SDNode OpNode> { 8089 defm NAME : GF2P8AFFINE_rmi<Op, OpStr, v16i8, OpNode, 8092 defm V#NAME : GF2P8AFFINE_rmi<Op, "v"#OpStr, v16i8, OpNode, VR128, 8094 defm V#NAME#Y : GF2P8AFFINE_rmi<Op, "v"#OpStr, v32i8, OpNode, VR256,
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 1986 # "." # OpStr # "." # TypeStr 1989 "int_nvvm_atomic_" # OpStr 2000 # "." # OpStr # "." # TypeStr 2003 "int_nvvm_atomic_" # OpStr 2030 defm _cta : ATOM2A_impl<OpStr, IntTypeStr, TypeStr, "cta", 2051 multiclass ATOM2_add_impl<string OpStr> { 2062 multiclass ATOM2_bitwise_impl<string OpStr> { 2069 multiclass ATOM2_exch_impl<string OpStr> { 2075 multiclass ATOM2_minmax_impl<string OpStr> { 2085 multiclass ATOM2_incdec_impl<string OpStr> { [all …]
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2295 auto OpStr = dwarf::OperationEncodingString(Op.getOp()); in writeDIExpression() local 2296 assert(!OpStr.empty() && "Expected valid opcode"); in writeDIExpression() 2298 Out << FS << OpStr; in writeDIExpression()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 318 const char *OpStr = nullptr; in print() local 320 case scAddExpr: OpStr = " + "; break; in print() 321 case scMulExpr: OpStr = " * "; break; in print() 322 case scUMaxExpr: OpStr = " umax "; break; in print() 323 case scSMaxExpr: OpStr = " smax "; break; in print() 325 OpStr = " umin "; in print() 328 OpStr = " smin "; in print() 331 OpStr = " umin_seq "; in print() 337 ListSeparator LS(OpStr); in print()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 15134 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr(); in DiagnoseBitwisePrecedence() local 15141 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr; in DiagnoseBitwisePrecedence() 15143 Self.PDiag(diag::note_precedence_silence) << OpStr, in DiagnoseBitwisePrecedence()
|