Home
last modified time | relevance | path

Searched refs:VLD3DUP (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMISelLowering.h192 VLD3DUP, enumerator
DARMInstrNEON.td1515 // VLD3DUP : Vector Load (single 3-element structure to all lanes)
1516 class VLD3DUP<bits<4> op7_4, string Dt>
1525 def VLD3DUPd8 : VLD3DUP<{0,0,0,?}, "8">;
1526 def VLD3DUPd16 : VLD3DUP<{0,1,0,?}, "16">;
1527 def VLD3DUPd32 : VLD3DUP<{1,0,0,?}, "32">;
1534 def VLD3DUPq8 : VLD3DUP<{0,0,1,?}, "8">;
1535 def VLD3DUPq16 : VLD3DUP<{0,1,1,?}, "16">;
1536 def VLD3DUPq32 : VLD3DUP<{1,0,1,?}, "32">;
DARMISelLowering.cpp1211 case ARMISD::VLD3DUP: return "ARMISD::VLD3DUP"; in getTargetNodeName()
9553 case ARMISD::VLD3DUP: NewOpc = ARMISD::VLD3DUP_UPD; NumVecs = 3; break; in CombineBaseUpdate()
9722 NewOpc = ARMISD::VLD3DUP; in CombineVLDDUP()
10599 case ARMISD::VLD3DUP: in PerformDAGCombine()
DARMISelDAGToDAG.cpp2851 case ARMISD::VLD3DUP: { in Select()