Home
last modified time | relevance | path

Searched refs:DefaultMethod (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td114 let DefaultMethod = defaultMethod;
122 string DefaultMethod = "[this]() { return "#
128 DefaultMethod>;
158 let DefaultMethod = op.DefaultMethod;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp221 std::string DefaultMethod; member
1185 Entry->DefaultMethod = "<invalid>"; in getTokenClass()
1321 CI->DefaultMethod = ""; // unused in buildRegisterClasses()
1460 CI->DefaultMethod = std::string(SI->getValue()); in buildOperandClasses()
1463 CI->DefaultMethod = "default" + CI->ClassName + "Operands"; in buildOperandClasses()
2138 Name += "_" + Op.Class->DefaultMethod; in emitConvertFuncs()
2161 << " " << Op.Class->DefaultMethod << "()" in emitConvertFuncs()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.td126 let DefaultMethod = "defaultFRMArgOp";
146 let DefaultMethod = "defaultFRMArgLegacyOp";
H A DRISCVInstrInfoV.td49 let DefaultMethod = "defaultMaskRegOp";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td160 let DefaultMethod = "defaultCondCodeOp";
183 let DefaultMethod = "defaultCCOutOp";
213 let DefaultMethod = "defaultVPTPredOp";
219 let DefaultMethod = "defaultVPTPredOp";
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td987 string DefaultMethod = ?;