Searched refs:VAListLoad (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1824 SDValue VAListLoad = DAG.getLoad(getPointerTy(), DL, Chain, VAListPtr, local
1827 SDValue VAList = VAListLoad;
1854 Chain = DAG.getStore(VAListLoad.getValue(1), DL, Tmp3, VAListPtr,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3075 SDValue VAListLoad = DAG.getLoad(TLI.getPointerTy(), dl, Tmp1, Tmp2,
3078 SDValue VAList = VAListLoad;
3098 Tmp3 = DAG.getStore(VAListLoad.getValue(1), dl, Tmp3, Tmp2,

Completed in 305 milliseconds