/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/ |
H A D | ARMBaseInfo.h | 33 HS, // Carry set >, ==, or unordered enumerator 53 case HS: return LO; in getOppositeCondition() 54 case LO: return HS; in getOppositeCondition() 76 case ARMCC::HS: return ARMCC::LS; in getSwappedCondition() 79 case ARMCC::LS: return ARMCC::HS; in getSwappedCondition() 150 case ARMCC::HS: return "hs"; in ARMCondCodeToString() 171 .Case("hs", ARMCC::HS) in ARMCondCodeFromString() 172 .Case("cs", ARMCC::HS) in ARMCondCodeFromString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FormatProviders.h | 132 HexPrintStyle HS; 134 if (consumeHexStyle(Style, HS)) { 135 Digits = consumeNumHexDigits(Style, HS, 0); 136 write_hex(Stream, V, HS, Digits); 181 HexPrintStyle HS = HexPrintStyle::PrefixUpper; 182 consumeHexStyle(Style, HS); 183 size_t Digits = consumeNumHexDigits(Style, HS, sizeof(void *) * 2); 184 write_hex(Stream, reinterpret_cast<std::uintptr_t>(V), HS, Digits);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FormatProviders.h | 133 HexPrintStyle HS; 135 if (consumeHexStyle(Style, HS)) { 136 Digits = consumeNumHexDigits(Style, HS, 0); 137 write_hex(Stream, V, HS, Digits); 182 HexPrintStyle HS = HexPrintStyle::PrefixUpper; 183 consumeHexStyle(Style, HS); 184 size_t Digits = consumeNumHexDigits(Style, HS, sizeof(void *) * 2); 185 write_hex(Stream, reinterpret_cast<std::uintptr_t>(V), HS, Digits);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_program.c | 164 enum { VS = 0, FS = 1, HS = 2, DS = 3, GS = 4, MAX_STAGES }; enumerator 174 s[HS].v = s[DS].v = s[GS].v = NULL; /* for now */ in setup_stages() 225 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff; in setup_stages() 305 OUT_RING(ring, A5XX_HLSQ_HS_CONFIG_CONSTOBJECTOFFSET(s[HS].constoff) | in fd5_program_emit() 306 A5XX_HLSQ_HS_CONFIG_SHADEROBJOFFSET(s[HS].instroff) | in fd5_program_emit() 307 COND(s[HS].v, A5XX_HLSQ_HS_CONFIG_ENABLED)); in fd5_program_emit() 325 OUT_RING(ring, A5XX_HLSQ_HS_CNTL_INSTRLEN(s[HS].instrlen) | in fd5_program_emit() 326 COND(s[HS].v && s[HS].v->has_ssbo, in fd5_program_emit() 342 OUT_RING(ring, A5XX_SP_HS_CONFIG_CONSTOBJECTOFFSET(s[HS] in fd5_program_emit() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStream.cpp | 81 auto HS = Pdb.safelyCreateIndexedStream(Header->HashStreamIndex); in reload() local 82 if (!HS) { in reload() 83 consumeError(HS.takeError()); in reload() 87 BinaryStreamReader HSR(**HS); in reload() 112 HashStream = std::move(*HS); in reload()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_program.c | 91 enum { VS = 0, FS = 1, HS = 2, DS = 3, GS = 4, MAX_STAGES }; enumerator 101 s[HS].v = s[DS].v = s[GS].v = NULL; /* for now */ in setup_stages() 149 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff; in setup_stages() 150 s[HS].constoff = s[DS].constoff = s[GS].constoff = s[FS].constoff; in setup_stages() 265 A4XX_HLSQ_HS_CONTROL_REG_CONSTLENGTH(s[HS].constlen) | in fd4_program_emit() 266 A4XX_HLSQ_HS_CONTROL_REG_CONSTOBJECTOFFSET(s[HS].constoff) | in fd4_program_emit() 267 COND(s[HS].v && s[HS].v->has_ssbo, A4XX_HLSQ_HS_CONTROL_REG_SSBO_ENABLE) | in fd4_program_emit() 268 A4XX_HLSQ_HS_CONTROL_REG_INSTRLENGTH(s[HS].instrlen) | in fd4_program_emit() 269 A4XX_HLSQ_HS_CONTROL_REG_SHADEROBJOFFSET(s[HS] in fd4_program_emit() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1330 if (const auto *HS = dyn_cast<ELFYAML::HashSection>(C.get())) { in validate() 1331 if (!HS->Content && !HS->Bucket && !HS->Chain && !HS->Size) in validate() 1335 if (HS->Content || HS->Size) { in validate() 1336 if (HS->Size && HS->Content && in validate() 1337 (uint64_t)*HS in validate() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | DynamicLibrary.cpp | 152 HandleSet& HS = *OpenedHandles; in getPermanentLibrary() local 157 HS.AddLibrary(Handle, /*IsProcess*/ FileName == nullptr); in getPermanentLibrary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/ |
H A D | ARCInfo.h | 31 HS = 0x6, enumerator
|
H A D | ARCInstPrinter.cpp | 64 case ARCCC::HS: in ARCCondCodeToString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 141 HS, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 238 HS = 0x2, // Unsigned higher or same >, ==, or unordered enumerator 267 case HS: return "hs"; in getCondCodeName() 301 case HS: return C; // C == 1 in getNZCVToSatisfyCondCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCBranchFinalize.cpp | 75 // HS -- 101 88 case ARCCC::HS: in getCCForBRcc()
|
H A D | ARCInstrInfo.cpp | 111 return ARCCC::HS; in GetOppositeBranchCondition() 112 case ARCCC::HS: in GetOppositeBranchCondition()
|
H A D | ARCISelLowering.cpp | 48 return ARCCC::HS; in ISDCCtoARCCC()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_pipeline_state.cpp | 241 pso_desc.HS.BytecodeLength = shader->bytecode_length; in create_gfx_pipeline_state() 242 pso_desc.HS.pShaderBytecode = shader->bytecode; in create_gfx_pipeline_state()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXInstPrinter.cpp | 188 case NVPTX::PTXCmpMode::HS: in printCmpMode()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection_setup.cpp | 881 hw_stage = HWStage::HS; /* GFX6-8: TCS is a Hull Shader */ in setup_isel_context() 883 hw_stage = HWStage::HS; /* GFX9-10: VS+TCS merged into a Hull Shader */ in setup_isel_context()
|
H A D | aco_ir.h | 1980 LS, /* Local shader: pre-TCS (VS) on GFX6-8. Combined into HS on GFX9 (and GFX10/legacy). */ 1981 HS, /* Hull shader: TCS on GFX6-8. Merged VS and TCS on GFX9-10. */ 2030 static constexpr Stage vertex_tess_control_hs(HWStage::HS, SWStage::VS_TCS); 2035 static constexpr Stage tess_control_hs(HWStage::HS, SWStage::TCS);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 812 HvxSelector(HexagonDAGToDAGISel &HS, SelectionDAG &G) 813 : Lower(getHexagonLowering(G)), ISel(HS), DAG(G),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 448 Preds.first = ARMCC::HS; in getComparePreds()
|
H A D | ARMBaseInstrInfo.cpp | 534 case ARMCC::HS: in SubsumesPredicate() 2732 case ARMCC::HS: return ARMCC::LO; in getCmpToAddCondition() 2733 case ARMCC::LO: return ARMCC::HS; in getCmpToAddCondition() 3114 case ARMCC::HS: // C in optimizeCompareInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMInstPrinter.cpp | 973 if ((ARMCC::CondCodes)MI->getOperand(OpNum).getImm() == ARMCC::HS)
|
H A D | ARMMCCodeEmitter.cpp | 1969 case ARMCC::HS:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64InstructionSelector.cpp | 918 return AArch64CC::HS; in changeICMPPredToAArch64CC() 2020 .addImm(getInvertedCondCode(AArch64CC::HS)); in select()
|