Home
last modified time | relevance | path

Searched defs:pcall (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/utils/TestUtils/
Ddeep-stack.py4 def pcall(f, N): function
/external/clang/utils/TestUtils/
Ddeep-stack.py3 def pcall(f, N): function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp352 CallInst *pcall = in lowerPrintfForGpu() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp352 CallInst *pcall = in lowerPrintfForGpu() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dstack_ops_decomposition.cc546 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeStackOpsInternal() local
Dtensor_list_ops_decomposition.cc906 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeTensorListOpsInternal() local
Dtensor_array_ops_decomposition.cc910 } else if (auto pcall = llvm::dyn_cast<TF::PartitionedCallOp>(&op)) { in DecomposeTensorArrayOps() local
/external/python/cpython2/Python/
Dceval.c177 static int pcall[PCALL_NUM]; variable