Home
last modified time | relevance | path

Searched refs:SymbolicCallee (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7331 else if (auto* SymbolicCallee = dyn_cast<GlobalAddressSDNode>(Callee)) in visitPatchpoint() local
7332 Callee = DAG.getTargetGlobalAddress(SymbolicCallee->getGlobal(), in visitPatchpoint()
7333 SDLoc(SymbolicCallee), in visitPatchpoint()
7334 SymbolicCallee->getValueType(0)); in visitPatchpoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8100 else if (auto* SymbolicCallee = dyn_cast<GlobalAddressSDNode>(Callee)) in visitPatchpoint() local
8101 Callee = DAG.getTargetGlobalAddress(SymbolicCallee->getGlobal(), in visitPatchpoint()
8102 SDLoc(SymbolicCallee), in visitPatchpoint()
8103 SymbolicCallee->getValueType(0)); in visitPatchpoint()