Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
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()
Dnv50_ir_from_tgsi.cpp1746 DataType srcTy; member in __anon0d0639400211::Converter
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp551 auto srcTy = pVectorType->getElementType(); in VGATHER_EMU() local
554 auto srcTy = vSrc->getType()->getVectorElementType(); in VGATHER_EMU() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp119 llvm::VectorType *srcTy = llvm::cast<llvm::VectorType>(op->getType()); in lowerPMOV() local
271 llvm::FixedVectorType *srcTy = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerPack() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2082 Type *srcTy = V->getType(); in CreateShadowCast() local