setCondCodeAction overloads
Declared in <llvm/CodeGen/TargetLowering.h>
Indicate that the specified condition code is or isn't supported on the target and indicate what to do about it.
void
setCondCodeAction(
ArrayRef<ISD::CondCode> CCs,
MVT VT,
LegalizeAction Action);
» more...
Set the legalization action for the given condition codes and type.
void
setCondCodeAction(
ArrayRef<ISD::CondCode> CCs,
ArrayRef<MVT> VTs,
LegalizeAction Action);
» more...
| Name | Description |
|---|---|
| CCs | Condition codes to configure. |
| VT | Value type being queried or transformed. |
| Action | Legalize action to record. |
| VTs | Value types to configure or query. |