Home
last modified time | relevance | path

Searched refs:VLD2DUP_UPD (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h340 VLD2DUP_UPD, enumerator
H A DARMISelLowering.cpp1877 MAKE_CASE(ARMISD::VLD2DUP_UPD) in getTargetNodeName()
15936 NewOpc = ARMISD::VLD2DUP_UPD; in TryCombineBaseUpdate()
16029 NewOpc = ARMISD::VLD2DUP_UPD; in TryCombineBaseUpdate()
16067 NewOpc == ARMISD::VLD1DUP_UPD || NewOpc == ARMISD::VLD2DUP_UPD || in TryCombineBaseUpdate()
H A DARMISelDAGToDAG.cpp4352 case ARMISD::VLD2DUP_UPD: { in Select()