Home
last modified time | relevance | path

Searched refs:src0Type (Results 1 – 12 of 12) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateALU.cpp312 G4_Type src0Type = src0Opnd->getType(); in translateVISACompareInst() local
315 if (IS_TYPE_FLOAT_ALL(src0Type)) in translateVISACompareInst()
317 dstType = (TypeSize(src0Type) > TypeSize(src1Type)) ? src0Type : src1Type; in translateVISACompareInst()
323 (TypeSize(src0Type) > TypeSize(src1Type) ? src0Type : src1Type); in translateVISACompareInst()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_gen12.hpp291 unsigned src0Type : 4; member
321 unsigned src0Type : 3; member
675 i.ternary.src0Type = s0type; in encodeTernaryTypes()
879 dt = ternary.src0Type; in getOperandRegion()
920 dt = binary.src0Type; in getOperandRegion()
976 case 0: return ternary.src0Type | (ternary.execType << 3); in srcTypecode()
983 case 0: return binary.src0Type; in srcTypecode()
H A Dngen.hpp1737 i.binary.src0Type = getTypecode12(DataType::ud); in encodeSyncInsertion()
1811 i.binary.src0Type = getTypecode<hw>(src0.getType()); in opX()
1841 i.binary.src0Type = getTypecode12(src0.getType()); in opX()
1906 i.binary.src0Type = getTypecode12(src0.getType()); in opX()
1951 i.binary.src0Type = getTypecode<hw>(src0.getType()); in opX()
1989 i.binary.src0Type = getTypecode12(src0.getType()); in opX()
2024 i.binary.src0Type = getTypecode<hw>(src0.getType()); in opX()
2060 i.binary.src0Type = getTypecode12(src0.getType()); in opX()
2454 i.binary.src0Type = getTypecode<hw>(DataType::d); in opBranch()
2545 i.binary.src0Type = getTypecode<hw>(DataType::d); in opBranch()
[all …]
H A Dngen_gen8.hpp130 unsigned src0Type : 4; member
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/ngen/
H A Dngen_xe.hpp154 unsigned src0Type : 4; member
184 unsigned src0Type : 3; member
421 i.ternary.src0Type = s0type; in encodeTernaryTypes()
589 dt = ternary.src0Type; in getOperandRegion()
629 dt = binary.src0Type; in getOperandRegion()
H A Dngen.hpp1443 i.binary.src0Type = getTypecode12(DataType::ud); in encodeSyncInsertion()
1513 i.binary.src0Type = getTypecode<hw>(src0.getType()); in opX()
1543 i.binary.src0Type = getTypecode12(src0.getType()); in opX()
1608 i.binary.src0Type = getTypecode12(src0.getType()); in opX()
1653 i.binary.src0Type = getTypecode<hw>(src0.getType()); in opX()
1691 i.binary.src0Type = getTypecode12(src0.getType()); in opX()
1726 i.binary.src0Type = getTypecode<hw>(src0.getType()); in opX()
1762 i.binary.src0Type = getTypecode12(src0.getType()); in opX()
2089 i.binary.src0Type = getTypecode<hw>(DataType::d); in opBranch()
2176 i.binary.src0Type = getTypecode<hw>(DataType::d); in opBranch()
[all …]
H A Dngen_gen8.hpp130 unsigned src0Type : 4; member
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DIsaVerification.cpp1002 VISA_Type src0Type = getVectorOperandType(header, src0); in verifyInstructionMove() local
1007 REPORT_INSTRUCTION(options, src0Type == ISA_TYPE_F, in verifyInstructionMove()
1010 else if (src0Type == ISA_TYPE_UW || src0Type == ISA_TYPE_HF) in verifyInstructionMove()
1049 REPORT_INSTRUCTION(options, src0Type == ISA_TYPE_HF, in verifyInstructionMove()
1052 else if (src0Type == ISA_TYPE_UB) in verifyInstructionMove()
1059 REPORT_INSTRUCTION(options, src0Type == ISA_TYPE_F, in verifyInstructionMove()
1062 else if (src0Type == ISA_TYPE_UD) in verifyInstructionMove()
3908 VISA_Type src0Type = getVectorOperandType(header, src0); in verifyInstructionSrnd() local
3922 REPORT_INSTRUCTION(options, src0Type == src1Type, in verifyInstructionSrnd()
3925 (dstType == ISA_TYPE_UB && src0Type == ISA_TYPE_HF) || in verifyInstructionSrnd()
[all …]
H A DHWConformity.cpp578 G4_Type src0Type = inst->getSrc(0)->getType(); in fixMathInst() local
586 else if (TypeSize(src0Type) != TypeSize(src1Type)) in fixMathInst()
590 … G4_Type higherRankType = TypeSize(src0Type) > TypeSize(src1Type) ? src0Type : src1Type; in fixMathInst()
597 divType = IS_SIGNED_INT(src0Type) && IS_SIGNED_INT(src1Type) ? Type_D : Type_UD; in fixMathInst()
5521 G4_Type src0Type = inst->getSrc(0)->getType(); in fixDPAS() local
5523 if (src0Type == Type_BF || src0Type == Type_HF) in fixDPAS()
H A DOptimizer.cpp13721 G4_Type src0Type = inst->getSrc(0)->getType(); in fixReadSuppressioninFPU0() local
13722 return ((src0Type == dstType && dstType == Type_F) || in fixReadSuppressioninFPU0()
13723 (src0Type == Type_HF && dstType == Type_HF)); in fixReadSuppressioninFPU0()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/GED/
H A DEncoder.cpp620 Type src0Type = inst.getSource(0).getType(); in encodeTernaryAlign1Instruction() local
622 if (isTernaryAlign1Floating(src0Type)) { in encodeTernaryAlign1Instruction()
624 } else if (isTernaryAlign1Integral(src0Type)) { in encodeTernaryAlign1Instruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp12623 const TestType& src0Type = testTypes[comp0Idx]; in createFloat16VectorShuffleSet() local
12628 const deUint32 input0Stride = (src0Type.typeComponents == 3) ? 4 : src0Type.typeComponents; in createFloat16VectorShuffleSet()
12634 …const string testName = de::toString(dstType.typeComponents) + de::toString(src0Type.typeCompo… in createFloat16VectorShuffleSet()
12651 for (deUint32 comp0IdxLocal = 0; comp0IdxLocal < src0Type.typeComponents; ++comp0IdxLocal) in createFloat16VectorShuffleSet()
12682 specs["tt_src0"] = src0Type.typeName; in createFloat16VectorShuffleSet()
12692 … fragments["testfun"] += StringTemplate(src0Type.loadFunction).specialize({{"var", "ssbo_src0"}}); in createFloat16VectorShuffleSet()
12699 …specResource.verifyIO = getFloat16VectorShuffleVerifyIOFunc(dstType.typeComponents, src0Type.typeC… in createFloat16VectorShuffleSet()