Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_build_util.cpp212 DataType dstTy, Value *dst, DataType srcTy, Value *src) in mkCvt()
226 DataType srcTy, Value *src0, Value *src1, Value *src2) in mkCmp()
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1572 Type *srcTy = V->getType(); in CreateShadowCast() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2082 Type *srcTy = V->getType(); in CreateShadowCast() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExpr.cpp5813 bool Sema::areLaxCompatibleVectorTypes(QualType srcTy, QualType destTy) { in areLaxCompatibleVectorTypes()
5840 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2428 Type *srcTy = V->getType(); in CreateShadowCast() local
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp236 llvm::FixedVectorType *srcTy = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerPack() local