Searched refs:AsmOperands (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 561 Mnemonic(RHS.Mnemonic), AsmOperands(RHS.AsmOperands), in MatchableInfo() 619 if (AsmOperands.size() != RHS.AsmOperands.size()) in operator <() 620 return AsmOperands.size() < RHS.AsmOperands.size(); in operator <() 625 if (*AsmOperands[i].Class < *RHS.AsmOperands[i].Class) in operator <() 627 if (*RHS.AsmOperands[i].Class < *AsmOperands[i].Class) in operator <() 656 if (AsmOperands.size() != RHS.AsmOperands.size()) in couldMatchAmbiguouslyWith() 669 *RHS.AsmOperands[i].Class < *AsmOperands[i].Class) in couldMatchAmbiguouslyWith() 677 if (*AsmOperands[i].Class < *RHS.AsmOperands[i].Class) in couldMatchAmbiguouslyWith() 679 if (*RHS.AsmOperands[i].Class < *AsmOperands[i].Class) in couldMatchAmbiguouslyWith() 865 AsmOperands.erase(AsmOperands.begin() + SrcAsmOperand); in formTwoOperandAlias() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | VOPInstructions.td | 55 string AsmOperands; 95 let AsmOperands = !if(isVop3OpSel, 140 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []>, 411 string AsmOperands = P.AsmSDWA; 433 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []>, 529 string AsmOperands = P.AsmDPP; 544 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []>,
|
| H A D | VOP2Instructions.td | 66 let AsmOperands = P.Asm32; 82 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []>, 832 let AsmString = ps.Mnemonic # " " # ps.AsmOperands; 861 let AsmString = AsmName # ps.AsmOperands; 868 let AsmString = AsmName # ps.AsmOperands; 875 let AsmString = AsmName # ps.AsmOperands; 882 let AsmString = AsmName # ps.AsmOperands; 894 let AsmString = AsmName # ps.AsmOperands; 901 let AsmString = AsmName # ps.AsmOperands; 908 let AsmString = AsmName # ps.AsmOperands; [all …]
|
| H A D | SOPInstructions.td | 32 string AsmOperands = asmOps; 60 ps.Mnemonic # " " # ps.AsmOperands, []>, 297 ps.Mnemonic # " " # ps.AsmOperands, []>, 567 string AsmOperands = asmOps; 574 ps.Mnemonic # " " # ps.AsmOperands, []> {
|
| H A D | VOP3Instructions.td | 782 let AsmString = AsmName # ps.AsmOperands; 790 let AsmString = AsmName # ps.AsmOperands; 798 let AsmString = AsmName # ps.AsmOperands; 806 let AsmString = AsmName # ps.AsmOperands;
|
| H A D | SMInstructions.td | 40 string AsmOperands = asmOps; 50 : InstSI<ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []> {
|
| H A D | VOP1Instructions.td | 45 let AsmOperands = P.Asm32; 61 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []>,
|
| H A D | BUFInstructions.td | 83 string AsmOperands = asmOps; 109 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []> { 306 string AsmOperands = asmOps; 337 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []> {
|
| H A D | VOP3PInstructions.td | 40 let AsmOperands =
|
| H A D | FLATInstructions.td | 35 string AsmOperands = asmOps; 70 InstSI <ps.OutOperandList, ps.InOperandList, ps.Mnemonic # ps.AsmOperands, []>,
|
| H A D | DSInstructions.td | 34 string AsmOperands = asmOps; 56 InstSI <ds.OutOperandList, ds.InOperandList, ds.Mnemonic # " " # ds.AsmOperands, []>,
|
| H A D | VOPCInstructions.td | 74 string AsmOperands = P.Asm32; 92 InstSI <ps.OutOperandList, ps.InOperandList, ps.PseudoInstr # " " # ps.AsmOperands, []>,
|