Searched defs:dstTy (Results 1 - 4 of 4) 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.cpp1112 Value *CreateShadowCast(IRBuilder<> &IRB, Value *V, Type *dstTy) { argument
1114 if (dstTy->isIntegerTy() && srcTy->isIntegerTy())
1115 return IRB.CreateIntCast(V, dstTy, false);
1116 if (dstTy->isVectorTy() && srcTy->isVectorTy() &&
1117 dstTy->getVectorNumElements() == srcTy->getVectorNumElements())
1118 return IRB.CreateIntCast(V, dstTy, false);
1120 size_t dstSizeInBits = VectorOrPrimitiveTypeSizeInBits(dstTy);
1124 return IRB.CreateBitCast(V2, dstTy);
/external/valgrind/main/memcheck/
H A Dmc_translate.c5906 static IRAtom* zWidenFrom32 ( MCEnv* mce, IRType dstTy, IRAtom* e ) { argument
5909 if (dstTy == Ity_I64)

Completed in 148 milliseconds