Home
last modified time | relevance | path

Searched refs:getStackArgumentTokenFactor (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h961 SDValue getStackArgumentTokenFactor(SDValue Chain);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6000 Chain = DAG.getStackArgumentTokenFactor(Chain); in LowerCall_64SVR4()
6561 Chain = DAG.getStackArgumentTokenFactor(Chain); in LowerCall_Darwin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5697 SDValue SelectionDAG::getStackArgumentTokenFactor(SDValue Chain) { in getStackArgumentTokenFactor() function in SelectionDAG
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp4096 SDValue ArgChain = DAG.getStackArgumentTokenFactor(Chain); in LowerCall()