Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h339 VLD3DUP_UPD, enumerator
H A DARMISelLowering.cpp1884 MAKE_CASE(ARMISD::VLD3DUP_UPD) in getTargetNodeName()
15845 NewOpc = ARMISD::VLD3DUP_UPD; in TryCombineBaseUpdate()
15938 NewOpc = ARMISD::VLD3DUP_UPD; in TryCombineBaseUpdate()
15973 NewOpc == ARMISD::VLD3DUP_UPD || NewOpc == ARMISD::VLD4DUP_UPD; in TryCombineBaseUpdate()
H A DARMISelDAGToDAG.cpp4383 case ARMISD::VLD3DUP_UPD: { in Select()