Home
last modified time | relevance | path

Searched refs:dstTy (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.cpp210 DataType dstTy, Value *dst, DataType srcTy, Value *src) in mkCvt() argument
212 Instruction *insn = new_Instruction(func, op, dstTy); in mkCvt()
214 insn->setType(dstTy, srcTy); in mkCvt()
223 BuildUtil::mkCmp(operation op, CondCode cc, DataType dstTy, Value *dst, in mkCmp() argument
229 dst->reg.file == FILE_FLAGS) ? TYPE_U8 : dstTy, srcTy); in mkCmp()
Dnv50_ir_from_tgsi.cpp1637 DataType dstTy; member in __anonf6de0d2e0111::Converter
1990 mkOp1(OP_SAT, dstTy, val, val); in storeDst()
2995 dstTy = tgsi.inferDstType(); in handleInstruction()
3034 geni = mkOp2(op, dstTy, dst0[c], src0, src1); in handleInstruction()
3046 mkOp3(op, dstTy, dst0[c], src0, src1, src2); in handleInstruction()
3063 mkOp1(op, dstTy, dst0[c], fetchSrc(0, c)); in handleInstruction()
3285 mkCmp(op, tgsi.getSetCond(), dstTy, dst0[c], srcTy, src0, src1); in handleInstruction()
3294 mkOp1(op, dstTy, val0, val0) in handleInstruction()
3370 mkCvt(OP_CVT, dstTy, dst0[c], srcTy, fetchSrc(0, c))->rnd = ROUND_Z; in handleInstruction()
3375 mkCvt(OP_CVT, dstTy, dst0[c], srcTy, fetchSrc(0, c)); in handleInstruction()
[all …]
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1570 Value *CreateShadowCast(IRBuilder<> &IRB, Value *V, Type *dstTy, in CreateShadowCast()
1573 if (dstTy->isIntegerTy() && srcTy->isIntegerTy()) in CreateShadowCast()
1574 return IRB.CreateIntCast(V, dstTy, Signed); in CreateShadowCast()
1575 if (dstTy->isVectorTy() && srcTy->isVectorTy() && in CreateShadowCast()
1576 dstTy->getVectorNumElements() == srcTy->getVectorNumElements()) in CreateShadowCast()
1577 return IRB.CreateIntCast(V, dstTy, Signed); in CreateShadowCast()
1579 size_t dstSizeInBits = VectorOrPrimitiveTypeSizeInBits(dstTy); in CreateShadowCast()
1583 return IRB.CreateBitCast(V2, dstTy); in CreateShadowCast()
/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c1052 static IRExpr* narrowFrom64 ( IRType dstTy, IRExpr* e ) in narrowFrom64() argument
1054 switch (dstTy) { in narrowFrom64()
13678 IRType dstTy = dstIsH ? Ity_F16 : Ity_F32; in dis_AdvSIMD_fp_data_proc_1_source() local
13679 IRTemp res = newTemp(dstTy); in dis_AdvSIMD_fp_data_proc_1_source()
13686 nameQRegLO(dd, dstTy), nameQRegLO(nn, Ity_F64)); in dis_AdvSIMD_fp_data_proc_1_source()
13693 IRType dstTy = toH ? Ity_F16 : Ity_F32; in dis_AdvSIMD_fp_data_proc_1_source() local
13694 IRTemp res = newTemp(dstTy); in dis_AdvSIMD_fp_data_proc_1_source()
13707 nameQRegLO(dd, dstTy), nameQRegLO(nn, srcTy)); in dis_AdvSIMD_fp_data_proc_1_source()
14224 IRType dstTy = isI64 ? Ity_I64 : Ity_I32; in dis_AdvSIMD_fp_to_from_int_conv() local
14226 IRTemp dst = newTemp(dstTy); in dis_AdvSIMD_fp_to_from_int_conv()
Dguest_amd64_toIR.c27938 IRType dstTy = (isYMM && (ty == Ity_I64 || !isVM64x)) ? Ity_V256 : Ity_V128; in dis_VGATHER() local
27945 if (dstTy == Ity_V256) { in dis_VGATHER()
/external/valgrind/memcheck/
Dmc_translate.c7132 static IRAtom* zWidenFrom32 ( MCEnv* mce, IRType dstTy, IRAtom* e ) { in zWidenFrom32() argument
7135 if (dstTy == Ity_I64) in zWidenFrom32()