reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
582 MachineFunction &MF = DAG.getMachineFunction(); 586 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, 587 *DAG.getContext()); 602 SDValue Arg = DAG.getCopyFromReg(Chain, DL, VReg, VA.getLocVT()); 606 Arg = DAG.getNode(ISD::SRL, DL, VA.getLocVT(), Arg, 607 DAG.getConstant(32, DL, MVT::i32)); 613 Arg = DAG.getNode(ISD::AssertSext, DL, VA.getLocVT(), Arg, 614 DAG.getValueType(VA.getValVT())); 617 Arg = DAG.getNode(ISD::AssertZext, DL, VA.getLocVT(), Arg, 618 DAG.getValueType(VA.getValVT())); 626 Arg = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Arg); 645 DAG.getLoad(VA.getValVT(), DL, Chain, 646 DAG.getFrameIndex(FI, getPointerTy(MF.getDataLayout())), 672 SDValue VArg = DAG.getCopyFromReg(Chain, DL, VReg, MVT::i64); 676 DAG.getStore(Chain, DL, VArg, DAG.getFrameIndex(FI, PtrVT), 676 DAG.getStore(Chain, DL, VArg, DAG.getFrameIndex(FI, PtrVT), 681 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OutChains);