Home
last modified time | relevance | path

Searched refs:from_context (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_test_python.py139 build = isl.ast_build.from_context(context)
422 build = isl.ast_build.from_context(pa.domain())
Disl_test_cpp-generic.cc182 isl::ast_build build = isl::ast_build::from_context(context); in test_return_string()
368 isl::ast_build build = isl::ast_build::from_context(pa.domain()); in test_ast_build_expr()
/external/rust/crates/anyhow/src/
Dcontext.rs28 Error::from_context(context, self, backtrace) in ext_context()
Derror.rs154 pub(crate) fn from_context<C, E>(context: C, error: E, backtrace: Option<Backtrace>) -> Self in from_context() method
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc295 auto from_context = GpuDriver::GetPointerContext(from); in CUDAPointersToCanAccessString() local
296 if (!from_context.ok()) { in CUDAPointersToCanAccessString()
298 << from_context.status(); in CUDAPointersToCanAccessString()
307 return GpuDriver::CanEnablePeerAccess(from_context.ValueOrDie(), in CUDAPointersToCanAccessString()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp1098 isl::ast_build Build = isl::ast_build::from_context(S.getContext()); in getArraySize()
1125 isl::ast_build Build = isl::ast_build::from_context(S.getContext()); in getArrayOffset()
1571 isl::ast_build Context = isl::ast_build::from_context(S.getContext()); in getGridSizes()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h430 static inline isl::checked::ast_build from_context(isl::checked::set set);
3701 isl::checked::ast_build ast_build::from_context(isl::checked::set set) in from_context() function
Disl-noexceptions.h399 static inline ast_build from_context(set set);
4579 ast_build ast_build::from_context(set set) in from_context() function
Dcpp.h495 static inline isl::ast_build from_context(isl::set set);
4111 isl::ast_build ast_build::from_context(isl::set set) in from_context() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py4123 def from_context(arg0): member in ast_build