Searched refs:VT4 (Results 1 - 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 359 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4); 780 EVT VT2, EVT VT3, EVT VT4, const SDValue *Ops, 829 EVT VT3, EVT VT4, const SDValue *Ops, unsigned NumOps);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 4737 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { argument 4741 I->VTs[2] == VT3 && I->VTs[3] == VT4) 4748 Array[3] = VT4; 4967 EVT VT1, EVT VT2, EVT VT3, EVT VT4, 4969 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); 5230 EVT VT2, EVT VT3, EVT VT4, 5232 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4); 4966 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, EVT VT3, EVT VT4, const SDValue *Ops, unsigned NumOps) argument 5229 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, EVT VT3, EVT VT4, const SDValue *Ops, unsigned NumOps) argument
|
Completed in 55 milliseconds