Home
last modified time | relevance | path

Searched refs:Type_UQ (Results 1 – 23 of 23) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_Opcode.h31 #define IS_QTYPE(x) ((x) == Type_Q || (x) == Type_UQ)
33 #define IS_UNSIGNED_INT(x) ((x) == Type_UB || (x) == Type_UW || (x) == Type_UD || (x) == Type_UQ)
39 #define IS_TYPE_LONG(type) (type == Type_DF || type == Type_UQ || type == Type_Q)
207 Type_UQ, // 64-bit unsigned integer enumerator
237 {Type_UQ, 64, 8, 0xFF, "uq"},
485 return Type_UQ; in floatToSameWidthIntType()
539 case Type_UQ: in Get_G4_SubRegAlign_From_Type()
H A DCommon_ISA_util.cpp348 return Type_UQ; in GetGenTypeFromVISAType()
388 case Type_UQ: in Get_Common_ISA_Type_From_G4_Type()
H A DSplitAlignedScalars.cpp383 return std::make_tuple(1, Type_UQ); in run()
H A DBinaryEncodingCNL.h323 case Type_UQ: in EncodeOperandDstType()
1480 else if (src->getType() == Type_Q || src->getType() == Type_UQ) in EncodeSrcImm64Data()
H A DBinaryEncoding.cpp383 case Type_UQ: in GetOperandSrcType()
421 case Type_UQ: in GetOperandSrcImmType()
608 case Type_UQ: in SetOperandDstType()
1033 else if (src->getType() == Type_Q || src->getType() == Type_UQ) in EncodeSrcImmData()
H A DBuildIRImpl.cpp620 dcl = createDeclareNoLookup(name, G4_GRF, 1, 1, Type_UQ); in createPreDefinedVars()
628 dcl = createDeclareNoLookup(name, G4_GRF, 1, 1, Type_UQ); in createPreDefinedVars()
649 dcl = createDeclareNoLookup("implBufPtr", G4_GRF, 1, 1, Type_UQ); in createPreDefinedVars()
657 dcl = createDeclareNoLookup("localIdBufPtr", G4_GRF, 1, 1, Type_UQ); in createPreDefinedVars()
1262 case Type_UQ: in getNewType()
H A DG4_IR.cpp1025 return type == Type_UQ || type == Type_Q; in isIntegerPipeType()
1134 if (src && (src->getType() == Type_Q || src->getType() == Type_UQ)) in isIntegerPipeInstructionXe()
1193 if (src && (src->getType() == Type_Q || src->getType() == Type_UQ)) in isFloatPipeInstructionXe()
1231 case Type_UQ: in getDataTypePipeXe()
1866 dst->getType() != Type_Q && dst->getType() != Type_UQ) in canPropagateBinaryToTernary()
2596 case Type_UQ: in canPropagateTo()
6084 case Type_UQ: in isInTypeRange()
H A DBinaryEncodingIGA.cpp120 case Type_UQ: return ImmVal::Kind::U64; in getIGAImmType()
1735 case Type_UQ: return Type::UQ; in getIGAType()
H A DBinaryEncodingCNL.cpp128 case Type_UQ: type = G11HDL::SRCIMMTYPE_UQ; break; in GetOperandSrcHDLImmType()
153 case Type_UQ: type = G11HDL::SRCTYPE_UQ; break; in GetOperandSrcHDLType()
H A DHWConformity.cpp1606 dst->setType(Type_UQ); in fixRotate()
1619 src->setType(Type_UQ); in fixRotate()
2644 dstType = Type_UQ; in fixMULHInst()
5225 movType = Type_UQ; in fixsrc1src2Overlap()
8451 return Type_UQ; in fixUnalignedRegions()
9298 …G4_Operand* newSrc0 = insertMovBefore(i, 0, IS_SIGNED_INT(src0->getType()) ? Type_Q : Type_UQ, bb); in fixShiftInsts()
9567 return Type_UQ; in fixFloatARFDst()
H A DG4_Kernel.cpp1537 case Type_UQ: sstype << ":uq"; break; in emitDeviceAsmHeaderComment()
H A DSpillCleanup.cpp1832 type = Type_UQ; in spillFillCleanup()
H A DCommon_BinaryEncoding.h1690 case Type_UQ: in GetElementSizeValue()
H A DOptimizer.cpp4493 return Type_UQ; in foldCmpToCondMod()
11093 else if (dstTy == Type_Q || dstTy == Type_UQ) in legalizeType()
11105 else if (srcTy == Type_Q || srcTy == Type_UQ) in legalizeType()
11125 inst->getDst()->setType(Type_UQ); in legalizeType()
11126 inst->getSrc(0)->asSrcRegRegion()->setType(Type_UQ); in legalizeType()
H A DG4_IR.hpp1827 template unsigned int numEltPerGRF<Type_UQ>();
H A DFlowGraph.cpp4826 (target_operand->getType() == Type_UQ) || (target_operand->getType() == Type_Q)); in getTargetOffset()
H A DVISAKernelImpl.cpp2292 …isa_opnd->g4opnd = m_builder->createImmWithLowerType(*static_cast<const int64_t*>(value), Type_UQ); in CreateVISAImmediate()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateSendLdStLsc.cpp907 G4_Declare *addrTmpDeclUq = createSendPayloadDcl(BYTES_PER_REG/8, Type_UQ); in lscBuildStridedPayload()
920 if (src0AddrBase->getType() == Type_UQ || in lscBuildStridedPayload()
925 addrTmpDeclUq->getRegVar(), 0, 0, 1, Type_UQ); in lscBuildStridedPayload()
995 G4_Declare *addrTmpDeclUq = createSendPayloadDcl(BYTES_PER_REG/8, Type_UQ); in lscBuildBlock2DPayload()
1005 Type_UQ); in lscBuildBlock2DPayload()
1192 if (srcType == Type_UQ || srcType == Type_Q) { in lscMul()
1228 srcType == Type_UQ || srcType == Type_Q || in lscAdd()
1235 if (srcType == Type_UQ || srcType == Type_Q) { in lscAdd()
1275 srcType == Type_UQ || srcType == Type_Q, in lscAdd64AosNative()
1308 srcType == Type_UQ || srcType == Type_Q, in lscAdd64AosEmu()
H A DTranslateBranches.cpp246 auto funcAddr = createRelocImm(Type_UQ); in translateVISACFSymbolInst()
H A DTranslateSendLdStLegacy.cpp2581 G4_Declare* dclAsUQ = createSendPayloadDcl(GENX_DATAPORT_IO_SZ / 2, Type_UQ); in translateVISASVMBlockReadInst()
2644 G4_Declare* dclAsUQ = createSendPayloadDcl(GENX_DATAPORT_IO_SZ / 2, Type_UQ); in translateVISASVMBlockWriteInst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Metrics/proto_schema/
H A Dvariable_info.proto31 Type_UQ = 13; // 64-bit unsigned integer enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DLVN.cpp91 srcType == Type_Q || srcType == Type_UQ) in getDstData()
842 else if (type == Type_Q || type == Type_UQ) in getNegativeRepresentation()
H A DSendFusion.cpp931 G4_Type Ty = origDesc->isA64Message() ? Type_UQ : Type_UD; in packPayload()