Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h339 VLD3DUP_UPD, enumerator
HDARMISelLowering.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()
HDARMISelDAGToDAG.cpp4383 case ARMISD::VLD3DUP_UPD: { in Select()