Home
last modified time | relevance | path

Searched defs:IsSmall (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp190 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp217 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp218 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2127 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA, in LowerFROUND32() local
2153 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA, in LowerFROUND64() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2246 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA, in LowerFROUND32() local
2272 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA, in LowerFROUND64() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_graph_dumper.cc127 bool IsSmall(const HloInstruction* instr) { in IsSmall() function