Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h249 unsigned getCurrentCallSite() { return CurCallSite; } in getCurrentCallSite() function
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h406 unsigned getCurrentCallSite() { return CurCallSite; } in getCurrentCallSite() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5012 assert(MMI.getCurrentCallSite() == 0 && "Overlapping call sites!"); in visitIntrinsicCall()
5701 unsigned CallSiteIndex = MMI.getCurrentCallSite(); in lowerInvokable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5389 assert(MMI.getCurrentCallSite() == 0 && "Overlapping call sites!"); in visitIntrinsicCall()
6357 unsigned CallSiteIndex = MMI.getCurrentCallSite(); in lowerInvokable()