Searched refs:VDUPLANE (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 153 VDUPLANE, enumerator in enum:llvm::ARMISD::NodeType
|
H A D | ARMISelLowering.cpp | 1025 case ARMISD::VDUPLANE: return "ARMISD::VDUPLANE"; 4999 // just use VDUPLANE. We can only do this if the lane being extracted 5004 // We need to create a new undef vector to use for the VDUPLANE if the 5014 N = DAG.getNode(ARMISD::VDUPLANE, dl, VT, 5019 N = DAG.getNode(ARMISD::VDUPLANE, dl, VT, 5350 return DAG.getNode(ARMISD::VDUPLANE, dl, VT, 5451 return DAG.getNode(ARMISD::VDUPLANE, dl, VT, V1, 8952 /// CombineVLDDUP - For a VDUPLANE node N, check if its source operand is a 8963 // Check if the VDUPLANE operan [all...] |
Completed in 266 milliseconds