Searched defs:dstTy (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp210 DataType dstTy, Value *dst, DataType srcTy, Value *src)
212 Instruction *insn = new_Instruction(func, op, dstTy);
214 insn->setType(dstTy, srcTy);
209 mkCvt(operation op, DataType dstTy, Value *dst, DataType srcTy, Value *src) argument
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp210 DataType dstTy, Value *dst, DataType srcTy, Value *src)
212 Instruction *insn = new_Instruction(func, op, dstTy);
214 insn->setType(dstTy, srcTy);
209 mkCvt(operation op, DataType dstTy, Value *dst, DataType srcTy, Value *src) argument
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1363 Value *CreateShadowCast(IRBuilder<> &IRB, Value *V, Type *dstTy, argument
1366 if (dstTy->isIntegerTy() && srcTy->isIntegerTy())
1367 return IRB.CreateIntCast(V, dstTy, Signed);
1368 if (dstTy->isVectorTy() && srcTy->isVectorTy() &&
1369 dstTy->getVectorNumElements() == srcTy->getVectorNumElements())
1370 return IRB.CreateIntCast(V, dstTy, Signed);
1372 size_t dstSizeInBits = VectorOrPrimitiveTypeSizeInBits(dstTy);
1376 return IRB.CreateBitCast(V2, dstTy);
/external/valgrind/main/memcheck/
H A Dmc_translate.c6637 static IRAtom* zWidenFrom32 ( MCEnv* mce, IRType dstTy, IRAtom* e ) { argument
6640 if (dstTy == Ity_I64)
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c596 static IRExpr* narrowFrom64 ( IRType dstTy, IRExpr* e ) argument
598 switch (dstTy) {
5985 IRType dstTy = isI64 ? Ity_I64 : Ity_I32; local
5987 IRTemp dst = newTemp(dstTy);
6016 IRType dstTy = isI64 ? Ity_I64 : Ity_I32; local
6018 IRTemp dst = newTemp(dstTy);
H A Dguest_amd64_toIR.c27273 IRType dstTy = (isYMM && (ty == Ity_I64 || !isVM64x)) ? Ity_V256 : Ity_V128; local
27280 if (dstTy == Ity_V256) {
[all...]

Completed in 394 milliseconds