Home
last modified time | relevance | path

Searched refs:get_root (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/polly/lib/Transform/
DScheduleTreeTransform.cpp124 return getDerived().visit(Schedule.get_root(), std::forward<Args>(args)...); in visit()
197 NewChild.insert_partial_schedule(PartialSched).get_root().get_child(0); in visitBand()
244 .get_root() in visitMark()
254 .get_root() in visitExtension()
295 visit(Schedule.get_root(), Schedule.get_domain(), Extensions); in visitSchedule()
373 .get_root() in visitBand()
DScheduleOptimizer.cpp1352 auto Root = Schedule.get_root(); in optimizeSchedule()
1428 auto Root = Schedule.get_root(); in walkScheduleTreeForStatistics()
/external/flatbuffers/rust/flatbuffers/src/
Dlib.rs48 pub use table::{buffer_has_identifier, get_root, get_size_prefixed_root, Table};
Dtable.rs59 pub fn get_root<'a, T: Follow<'a> + 'a>(data: &'a [u8]) -> T::Inner { in get_root() function
/external/flatbuffers/samples/
Dmonster_generated.rs486 flatbuffers::get_root::<Monster<'a>>(buf) in get_root_as_monster()
/external/rust/crates/protobuf/src/well_known_types/
Dapi.rs910 pub fn get_root(&self) -> &str { in get_root() method
/external/flatbuffers/tests/
Dmonster_test_generated.rs1999 flatbuffers::get_root::<Monster<'a>>(buf) in get_root_as_monster()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h2125 inline isl::checked::schedule_node get_root() const;
9046 isl::checked::schedule_node schedule::get_root() const in get_root() function
Disl-noexceptions.h2474 inline schedule_node get_root() const;
13775 schedule_node schedule::get_root() const in get_root() function
Dcpp.h2190 inline isl::schedule_node get_root() const;
12387 isl::schedule_node schedule::get_root() const in get_root() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py11476 def get_root(arg0): member in schedule