HomeSort by: relevance | last modified time | path
    Searched refs:VAListLoad (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 2269 SDValue VAListLoad = DAG.getLoad(getPointerTy(DAG.getDataLayout()), DL, Chain,
2271 SDValue VAList = VAListLoad;
2299 Chain = DAG.getStore(VAListLoad.getValue(1), DL, Tmp3, VAListPtr,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 2107 SDValue VAListLoad = getLoad(TLI.getPointerTy(getDataLayout()), dl, Tmp1,
2109 SDValue VAList = VAListLoad;
2127 getStore(VAListLoad.getValue(1), dl, Tmp1, Tmp2, MachinePointerInfo(V));

Completed in 27 milliseconds