Searched refs:VAListLoad (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3168 SDValue VAListLoad = DAG.getLoad(TLI.getPointerTy(), dl, Tmp1, Tmp2, in ExpandNode() local 3170 SDValue VAList = VAListLoad; in ExpandNode() 3190 Tmp3 = DAG.getStore(VAListLoad.getValue(1), dl, Tmp3, Tmp2, in ExpandNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2140 SDValue VAListLoad = DAG.getLoad(getPointerTy(DAG.getDataLayout()), DL, Chain, in lowerVAARG() local 2142 SDValue VAList = VAListLoad; in lowerVAARG() 2171 Chain = DAG.getStore(VAListLoad.getValue(1), DL, Tmp3, VAListPtr, in lowerVAARG()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1945 SDValue VAListLoad = in lowerVAARG() local 1948 SDValue VAList = VAListLoad; in lowerVAARG() 1977 Chain = DAG.getStore(VAListLoad.getValue(1), DL, Tmp3, VAListPtr, in lowerVAARG()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1825 SDValue VAListLoad = in expandVAArg() local 1828 SDValue VAList = VAListLoad; in expandVAArg() 1846 Tmp1 = getStore(VAListLoad.getValue(1), dl, Tmp1, Tmp2, in expandVAArg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1897 SDValue VAListLoad = getLoad(TLI.getPointerTy(getDataLayout()), dl, Tmp1, in expandVAArg() local 1899 SDValue VAList = VAListLoad; in expandVAArg() 1918 getStore(VAListLoad.getValue(1), dl, Tmp1, Tmp2, MachinePointerInfo(V)); in expandVAArg()
|