Searched refs:root_size (Results 1 – 7 of 7) sorted by relevance
76 int64 root_size = llvm_ir::ByteSizeOf( in CodegenNestedComputation() local78 argument_dereferenceable_bytes.push_back(root_size); in CodegenNestedComputation()
36 __le32 root_size; member
132 assert(DT.root_size() == 1 && in analyze()
203 if (PDT.root_size() <= 1 && F.getCallingConv() != CallingConv::AMDGPU_PS) in runOnFunction()
285 const int64 root_size = in BuildComputationInputs() local288 allocator->Allocate(device_ordinal, root_size)); in BuildComputationInputs()
302 size_t root_size() const { return Roots.size(); }
808 EXPECT_EQ(PDT.root_size(), 2UL); in TEST()