llvm::TargetLoweringBase::setCondCodeAction

setCondCodeAction overloads

Synopses

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...

Parameters

NameDescription
CCsCondition codes to configure.
VTValue type being queried or transformed.
ActionLegalize action to record.
VTsValue types to configure or query.