Home
last modified time | relevance | path

Searched refs:SrcEltTy (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp158 Type *SrcEltTy = Arg.getType()->getPointerElementType(); in checkArgumentUses() local
159 if (SrcEltTy->isArrayTy()) in checkArgumentUses()
166 if ((SrcEltTy->isStructTy() && (SrcEltTy->getStructNumElements() != 1))) in checkArgumentUses()
172 if (DL->getTypeAllocSize(SrcEltTy) != DL->getTypeAllocSize(DestEltTy)) in checkArgumentUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp65 Constant *C, Type *SrcEltTy, in foldConstVectorToAPInt() argument
70 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy); in foldConstVectorToAPInt()
112 Type *SrcEltTy = VTy->getElementType(); in FoldBitCast() local
116 if (SrcEltTy->isFloatingPointTy()) { in FoldBitCast()
117 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits(); in FoldBitCast()
126 SrcEltTy, NumSrcElts, DL)) in FoldBitCast()
159 Type *SrcEltTy = C->getType()->getVectorElementType(); in FoldBitCast() local
186 if (SrcEltTy->isFloatingPointTy()) { in FoldBitCast()
187 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits(); in FoldBitCast()
209 unsigned SrcBitSize = SrcEltTy->getPrimitiveSizeInBits(); in FoldBitCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1209 LLT SrcEltTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
1210 if (!DstTy.isVector() || SrcEltTy.isVector()) { in verifyPreISelGenericInstruction()
1215 if (DstTy.getElementType() != SrcEltTy) in verifyPreISelGenericInstruction()
1233 LLT SrcEltTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
1234 if (!DstTy.isVector() || SrcEltTy.isVector()) in verifyPreISelGenericInstruction()
1243 if (SrcEltTy.getSizeInBits() <= DstTy.getElementType().getSizeInBits()) in verifyPreISelGenericInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp1702 Type *SrcEltTy = cast<VectorType>(Arg1->getType())->getElementType(); in UpgradeIntrinsicCall() local
1703 PointerType *EltPtrTy = PointerType::getUnqual(SrcEltTy); in UpgradeIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6608 EVT SrcEltTy = Source.Vec.getValueType().getVectorElementType(); in ReconstructShuffle() local
6609 if (SrcEltTy.bitsLT(SmallestEltTy)) { in ReconstructShuffle()
6610 SmallestEltTy = SrcEltTy; in ReconstructShuffle()
6683 EVT SrcEltTy = Src.ShuffleVec.getValueType().getVectorElementType(); in ReconstructShuffle() local
6684 if (SrcEltTy == SmallestEltTy) in ReconstructShuffle()
6688 Src.WindowScale = SrcEltTy.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp7450 EVT SrcEltTy = Source.Vec.getValueType().getVectorElementType(); in ReconstructShuffle() local
7451 if (SrcEltTy.bitsLT(SmallestEltTy)) in ReconstructShuffle()
7452 SmallestEltTy = SrcEltTy; in ReconstructShuffle()
7524 EVT SrcEltTy = Src.ShuffleVec.getValueType().getVectorElementType(); in ReconstructShuffle() local
7525 if (SrcEltTy == SmallestEltTy) in ReconstructShuffle()
7529 Src.WindowScale = SrcEltTy.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()