Set the legalization action to use for the given operation and value type.
Declared in <llvm/CodeGen/TargetLowering.h>
Set the legalization action to use for the given operation and value type.
void
setOperationAction(
unsigned int Op,
MVT VT,
LegalizeAction Action);
» more...
Set the legalization action to use for the given operation and value type.
void
setOperationAction(
ArrayRef<unsigned int> Ops,
MVT VT,
LegalizeAction Action);
» more...
Set the legalization action to use for the given operation and value type.
void
setOperationAction(
ArrayRef<unsigned int> Ops,
ArrayRef<MVT> VTs,
LegalizeAction Action);
» more...
| Name | Description |
|---|---|
| Op | SDNode or value being queried. |
| VT | Value type being queried or transformed. |
| Action | Legalize action to record. |
| Ops | Operands passed to the libcall or asm. |
| VTs | Value types to configure or query. |