Home
last modified time | relevance | path

Searched refs:IsSmall (Results 1 – 6 of 6) 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/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp218 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() local
219 LLVM_DEBUG(dbgs() << (IsSmall ? "yes" : "no") in isGlobalInSmallSection()
221 return IsSmall; in isGlobalInSmallSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp218 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() local
219 LLVM_DEBUG(dbgs() << (IsSmall ? "yes" : "no") in isGlobalInSmallSection()
221 return IsSmall; in isGlobalInSmallSection()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc121 bool IsSmall(const HloInstruction* instr) { in IsSmall() function
921 auto parameter_color = IsSmall(instr) ? kOrange : kDarkOrange; in GetInstructionColor()
1239 (IsSmall(from) ? "empty" : "normal"), in AddInstructionIncomingEdges()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp2127 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA, in LowerFROUND32() local
2130 return DAG.getNode(ISD::SELECT, SL, VT, IsSmall, RoundedAForSmallA, RoundedA); in LowerFROUND32()
2153 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA, in LowerFROUND64() local
2155 RoundedA = DAG.getNode(ISD::SELECT, SL, VT, IsSmall, in LowerFROUND64()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp2110 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA, in LowerFROUND32() local
2113 return DAG.getNode(ISD::SELECT, SL, VT, IsSmall, RoundedAForSmallA, RoundedA); in LowerFROUND32()
2136 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA, in LowerFROUND64() local
2138 RoundedA = DAG.getNode(ISD::SELECT, SL, VT, IsSmall, in LowerFROUND64()