Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp361 unsigned IsBinary : 1; member
371 CRLogicalOpInfo() : MI(nullptr), IsBinary(0), IsNullary(0), in CRLogicalOpInfo()
438 dbgs() << "IsBinary: " << IsBinary << ", FeedsISEL: " << FeedsISEL; in dump()
448 if (IsBinary) in dump()
480 Ret.IsBinary = 1; in createCRLogicalOpInfo()
516 if (Ret.IsBinary) in createCRLogicalOpInfo()
521 if (Ret.IsBinary && Ret.ContainedInBlock && Ret.SingleUse) { in createCRLogicalOpInfo()
587 if (CRI.IsBinary && CRI.ContainedInBlock && CRI.SingleUse && CRI.FeedsBR && in handleCROp()
719 else if (AllCRLogicalOps.back().IsBinary) in collectCRLogicals()
/third_party/gn/src/gn/
Dtarget.cc92 if (consider_object_files && target->IsBinary()) { in EnsureFileIsGeneratedByDependency()
536 bool Target::IsBinary() const { in IsBinary() function in Target
645 } else if (IsBinary() && output_type() != Target::SOURCE_SET) { in GetOutputsAsSourceFiles()
648 DCHECK(IsBinary()) << static_cast<int>(output_type()); in GetOutputsAsSourceFiles()
694 } else if (!IsBinary()) { in GetOutputFilesForSource()
708 DCHECK(IsBinary()); in GetOutputFilesForSource()
899 if (pair.ptr->IsBinary() && !pair.ptr->all_headers_public() && in PullRecursiveHardDeps()
Dswift_values.cc57 if (!target->IsBinary() || !target->source_types_used().SwiftSourceUsed()) in FillModuleOutputFile()
Dtarget.h86 bool IsBinary() const;
324 return IsBinary() && has_swift_values() && in builds_swift_module()
Dninja_target_writer.cc96 } else if (target->IsBinary()) { in RunAndWriteFile()
387 if (!target_->IsBinary()) { in WriteInputDepsStampAndGetDep()
Dcompile_commands_writer.cc238 if (!target->IsBinary()) in OutputJSON()
Drust_project_writer.cc496 if (!target->IsBinary() || !target->source_types_used().RustSourceUsed()) in RenderJSON()
Dresolved_target_data.cc216 if (dep->IsBinary() && !dep->all_headers_public() && in ComputeHardDeps()
Ddesc_builder.cc325 bool is_binary_output = target_->IsBinary(); in BuildDescription()
761 target_->output_type() != Target::COPY_FILES && !target_->IsBinary()) in FillInSourceOutputs()
Dheader_checker.cc140 if (check->IsBinary()) in Run()
/third_party/skia/third_party/externals/tint/src/ast/
Dbinary_expression_test.cc45 TEST_F(BinaryExpressionTest, IsBinary) { in TEST_F() argument