Searched refs:AsmOperands (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 560 Mnemonic(RHS.Mnemonic), AsmOperands(RHS.AsmOperands), in MatchableInfo() 618 if (AsmOperands.size() != RHS.AsmOperands.size()) in operator <() 619 return AsmOperands.size() < RHS.AsmOperands.size(); in operator <() 624 if (*AsmOperands[i].Class < *RHS.AsmOperands[i].Class) in operator <() 626 if (*RHS.AsmOperands[i].Class < *AsmOperands[i].Class) in operator <() 655 if (AsmOperands.size() != RHS.AsmOperands.size()) in couldMatchAmbiguouslyWith() 668 *RHS.AsmOperands[i].Class < *AsmOperands[i].Class) in couldMatchAmbiguouslyWith() 676 if (*AsmOperands[i].Class < *RHS.AsmOperands[i].Class) in couldMatchAmbiguouslyWith() 678 if (*RHS.AsmOperands[i].Class < *AsmOperands[i].Class) in couldMatchAmbiguouslyWith() 863 AsmOperands.erase(AsmOperands.begin() + SrcAsmOperand); in formTwoOperandAlias() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOP2Instructions.td | 65 let AsmOperands = P.Asm32; 966 let AsmString = asmName # ps.AsmOperands; 1007 let AsmString = asmName # ps.AsmOperands; 1017 let AsmString = asmName # ps.AsmOperands; 1065 let AsmString = asmName # Ps.AsmOperands; 1092 let AsmString = asmName # Ps.AsmOperands; 1323 let AsmString = asmName # ps32.AsmOperands in { 1460 let AsmString = AsmName # ps.AsmOperands; 1467 let AsmString = AsmName # ps.AsmOperands; 1494 let AsmString = AsmName # ps.AsmOperands; [all …]
|
| H A D | VOPInstructions.td | 56 string AsmOperands; 97 let AsmOperands = !if(isVop3OpSel, 150 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []>, 500 string AsmOperands = P.AsmSDWA; 526 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []>, 649 string AsmOperands = P.AsmDPP; 664 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []>,
|
| H A D | VOP3Instructions.td | 834 let AsmString = asmName # ps.AsmOperands; 859 let AsmString = asmName # ps.AsmOperands; 1106 let AsmString = AsmName # ps.AsmOperands; 1114 let AsmString = AsmName # ps.AsmOperands; 1122 let AsmString = AsmName # ps.AsmOperands; 1130 let AsmString = AsmName # ps.AsmOperands;
|
| H A D | SOPInstructions.td | 31 string AsmOperands = asmOps; 59 real_name # " " # ps.AsmOperands, []>, 379 real_name # " " # ps.AsmOperands, []>, 711 string AsmOperands = asmOps; 718 ps.Mnemonic # " " # ps.AsmOperands, []> { 978 real_name # " " # ps.AsmOperands, []>, 1112 real_name # ps.AsmOperands, []> {
|
| H A D | VOPCInstructions.td | 86 string AsmOperands = P.Asm32; 104 InstSI <ps.OutOperandList, ps.InOperandList, ps.PseudoInstr # " " # ps.AsmOperands, []>, 912 # " " # !cast<VOPC_Pseudo>(NAME#"_nosdst_e32").AsmOperands; 920 # "{_e64} " # !cast<VOP3_Pseudo>(NAME#"_nosdst_e64").AsmOperands;
|
| H A D | BUFInstructions.td | 74 string AsmOperands = asmOps; 108 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []> { 311 string AsmOperands = asmOps; 347 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []> { 2304 !subst("$tfe", "", ps.AsmOperands)); 2538 let AsmString = ps.Mnemonic # !subst("$tfe", "", ps.AsmOperands);
|
| H A D | VOP1Instructions.td | 44 let AsmOperands = P.Asm32; 64 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []>,
|
| H A D | SMInstructions.td | 40 string AsmOperands = asmOps; 52 : InstSI<ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []> {
|
| H A D | FLATInstructions.td | 35 string AsmOperands = asmOps; 78 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []>, 1399 !subst("$sccb", !if(has_sccb, "$sccb",""), ps.AsmOperands);
|
| H A D | DSInstructions.td | 32 string AsmOperands = asmOps; 56 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []>,
|