Home
last modified time | relevance | path

Searched refs:IsSmall (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp190 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() local
191 DEBUG(dbgs() << (IsSmall ? "yes" : "no") << ", has section: " in isGlobalInSmallSection()
193 return IsSmall; in isGlobalInSmallSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp215 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() local
216 LLVM_DEBUG(dbgs() << (IsSmall ? "yes" : "no") in isGlobalInSmallSection()
218 return IsSmall; in isGlobalInSmallSection()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc122 bool IsSmall(const HloInstruction* instr) { in IsSmall() function
906 auto parameter_color = IsSmall(instr) ? kOrange : kDarkOrange; in GetInstructionColor()
1200 (IsSmall(from) ? "empty" : "normal"), in AddInstructionIncomingEdges()