Home
last modified time | relevance | path

Searched refs:OperandRenderer (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/TableGen/
H A DGlobalISelEmitter-SDNodeXForm-timm.td24 // GISEL: GIR_CustomOperandRenderer, /*InsnID*/0, /*OldInsnID*/0, /*OpIdx*/3, /*OperandRenderer*/GI…
33 // GISEL: GIR_CustomOperandRenderer, /*InsnID*/0, /*OldInsnID*/0, /*OpIdx*/1, /*OperandRenderer*/GI…
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2564 class OperandRenderer { class
2587 virtual ~OperandRenderer() {} in ~OperandRenderer()
2597 class CopyRenderer : public OperandRenderer {
2610 static bool classof(const OperandRenderer *R) { in classof()
2641 static bool classof(const OperandRenderer *R) { in classof()
2677 static bool classof(const OperandRenderer *R) { in classof()
2714 static bool classof(const OperandRenderer *R) { in classof()
2745 static bool classof(const OperandRenderer *R) { in classof()
2846 class TempRegRenderer : public OperandRenderer {
2892 class ImmRenderer : public OperandRenderer {
[all …]