Home
last modified time | relevance | path

Searched defs:srcTy (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp210 DataType dstTy, Value *dst, DataType srcTy, Value *src) in mkCvt()
Dnv50_ir_from_tgsi.cpp1113 DataType srcTy; member in __anondad13f950111::Converter
/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c1038 static IRExpr* widenUto64 ( IRType srcTy, IRExpr* e ) in widenUto64()
2098 static IRTemp math_DUP_TO_64 ( IRTemp src, IRType srcTy ) in math_DUP_TO_64()
2135 static IRTemp math_DUP_TO_V128 ( IRTemp src, IRType srcTy ) in math_DUP_TO_V128()
12179 IRType srcTy = size == X00 ? Ity_F32 : Ity_F64; in dis_AdvSIMD_two_reg_misc() local
12205 IRType srcTy = Ity_F64; in dis_AdvSIMD_two_reg_misc() local
12229 IRType srcTy = size == X00 ? Ity_F16 : Ity_F32; in dis_AdvSIMD_two_reg_misc() local
13036 IRType srcTy = srcIsH ? Ity_F16 : Ity_F32; in dis_AdvSIMD_fp_data_proc_1_source() local
13063 IRType srcTy = toH ? Ity_F32 : Ity_F16; in dis_AdvSIMD_fp_data_proc_1_source() local
13594 IRType srcTy = isF64 ? Ity_F64 : Ity_F32; in dis_AdvSIMD_fp_to_from_int_conv() local
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1496 Type *srcTy = V->getType(); in CreateShadowCast() local
/external/clang/lib/Sema/
DSemaExpr.cpp5354 static bool VectorTypesMatch(Sema &S, QualType srcTy, QualType destTy) { in VectorTypesMatch()
5370 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion()