Searched defs:VT4 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5325 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { argument
5331 ID.AddInteger(VT4.getRawBits());
5340 Array[3] = VT4;
5544 EVT VT1, EVT VT2, EVT VT3, EVT VT4,
5546 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4);
5812 EVT VT2, EVT VT3, EVT VT4,
5814 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4);
5543 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, EVT VT3, EVT VT4, ArrayRef<SDValue> Ops) argument
5811 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, EVT VT3, EVT VT4, ArrayRef<SDValue> Ops) argument

Completed in 307 milliseconds