| /openbsd-src/gnu/llvm/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), 303 defm NAME#231#Suff : fma3s_rm_int<opc231, !strconcat(OpStr, "231", PackTy), 308 string OpStr, SDPatternOperator OpNode, X86FoldableSchedWrite sched> { 310 defm NAME : fma3s_forms<opc132, opc213, opc231, OpStr, "ss", "SS", OpNode, [all …]
|
| H A D | X86InstrAVX512.td | 11033 multiclass avx512_common_3Op_rm_imm8<bits<8> opc, SDNode OpNode, string OpStr, 11037 defm Z : avx512_3Op_rm_imm8<opc, OpStr, OpNode, sched.ZMM, DestInfo.info512, 11041 defm Z128 : avx512_3Op_rm_imm8<opc, OpStr, OpNode, sched.XMM, DestInfo.info128, 11043 defm Z256 : avx512_3Op_rm_imm8<opc, OpStr, OpNode, sched.YMM, DestInfo.info256, 12426 multiclass avx512_vaes<bits<8> Op, string OpStr, string IntPrefix> { 12428 defm Z128 : AESI_binop_rm_int<Op, OpStr, 12432 defm Z256 : AESI_binop_rm_int<Op, OpStr, 12438 defm Z : AESI_binop_rm_int<Op, OpStr, 12475 multiclass VBMI2_shift_var_rm<bits<8> Op, string OpStr, SDNode OpNode, 12480 (ins VTI.RC:$src2, VTI.RC:$src3), OpStr, [all …]
|
| H A D | X86InstrSSE.td | 8093 multiclass GF2P8AFFINE_rmi<bits<8> Op, string OpStr, ValueType OpVT, 8098 OpStr#"\t{$src3, $src2, $dst|$dst, $src2, $src3}", 8099 OpStr#"\t{$src3, $src2, $src1, $dst|$dst, $src1, $src2, $src3}") in { 8113 multiclass GF2P8AFFINE_common<bits<8> Op, string OpStr, SDNode OpNode> { 8116 defm NAME : GF2P8AFFINE_rmi<Op, OpStr, v16i8, OpNode, 8119 defm V#NAME : GF2P8AFFINE_rmi<Op, "v"#OpStr, v16i8, OpNode, VR128, 8122 defm V#NAME#Y : GF2P8AFFINE_rmi<Op, "v"#OpStr, v32i8, OpNode, VR256,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 1980 multiclass ATOM2N_impl<string OpStr, string IntTypeStr, string TypeStr, 1986 # "." # OpStr # "." # TypeStr 1989 "int_nvvm_atomic_" # OpStr 1994 multiclass ATOM3N_impl<string OpStr, string IntTypeStr, string TypeStr, 2000 # "." # OpStr # "." # TypeStr 2003 "int_nvvm_atomic_" # OpStr 2011 multiclass ATOM2A_impl<string OpStr, string IntTypeStr, string TypeStr, 2014 defm _gen_ : ATOM2N_impl<OpStr, IntTypeStr, TypeStr, ScopeStr, "gen", 2017 multiclass ATOM3A_impl<string OpStr, string IntTypeStr, string TypeStr, 2020 defm _gen_ : ATOM3N_impl<OpStr, IntTypeStr, TypeStr, ScopeStr, "gen", [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 327 const char *OpStr = nullptr; in print() local 329 case scAddExpr: OpStr = " + "; break; in print() 330 case scMulExpr: OpStr = " * "; break; in print() 331 case scUMaxExpr: OpStr = " umax "; break; in print() 332 case scSMaxExpr: OpStr = " smax "; break; in print() 334 OpStr = " umin "; in print() 337 OpStr = " smin "; in print() 340 OpStr = " umin_seq "; in print() 346 ListSeparator LS(OpStr); in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2320 auto OpStr = dwarf::OperationEncodingString(Op.getOp()); in writeDIExpression() local 2321 assert(!OpStr.empty() && "Expected valid opcode"); in writeDIExpression() 2323 Out << FS << OpStr; in writeDIExpression()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 15413 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr(); in DiagnoseBitwisePrecedence() local 15420 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr; in DiagnoseBitwisePrecedence() 15422 Self.PDiag(diag::note_precedence_silence) << OpStr, in DiagnoseBitwisePrecedence()
|