Searched refs:VLD3DUP (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 194 VLD3DUP, enumerator
|
D | ARMInstrNEON.td | 1520 // VLD3DUP : Vector Load (single 3-element structure to all lanes) 1521 class VLD3DUP<bits<4> op7_4, string Dt> 1530 def VLD3DUPd8 : VLD3DUP<{0,0,0,?}, "8">; 1531 def VLD3DUPd16 : VLD3DUP<{0,1,0,?}, "16">; 1532 def VLD3DUPd32 : VLD3DUP<{1,0,0,?}, "32">; 1539 def VLD3DUPq8 : VLD3DUP<{0,0,1,?}, "8">; 1540 def VLD3DUPq16 : VLD3DUP<{0,1,1,?}, "16">; 1541 def VLD3DUPq32 : VLD3DUP<{1,0,1,?}, "32">;
|
D | ARMISelLowering.cpp | 1119 case ARMISD::VLD3DUP: return "ARMISD::VLD3DUP"; in getTargetNodeName() 8818 case ARMISD::VLD3DUP: NewOpc = ARMISD::VLD3DUP_UPD; NumVecs = 3; break; in CombineBaseUpdate() 8987 NewOpc = ARMISD::VLD3DUP; in CombineVLDDUP() 9827 case ARMISD::VLD3DUP: in PerformDAGCombine()
|
D | ARMISelDAGToDAG.cpp | 2820 case ARMISD::VLD3DUP: { in Select()
|