Home
last modified time | relevance | path

Searched refs:Src1Ty (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp4051 const LLT Src1Ty = MRI.getType(Src1); in lowerFCopySign() local
4054 const int Src1Size = Src1Ty.getScalarSizeInBits(); in lowerFCopySign()
4065 if (Src0Ty == Src1Ty) { in lowerFCopySign()
4066 auto And1 = MIRBuilder.buildAnd(Src1Ty, Src0, SignBitMask); in lowerFCopySign()
4075 auto ShiftAmt = MIRBuilder.buildConstant(Src1Ty, Src1Size - Src0Size); in lowerFCopySign()
4076 auto Shift = MIRBuilder.buildLShr(Src1Ty, Src1, ShiftAmt); in lowerFCopySign()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1412 LLT Src1Ty = MRI->getType(MI->getOperand(2).getReg()); in verifyPreISelGenericInstruction() local
1414 if (Src0Ty != Src1Ty) in verifyPreISelGenericInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp591 LLT Src1Ty = MRI->getType(Src1Reg); in selectG_INSERT() local
594 unsigned InsSize = Src1Ty.getSizeInBits(); in selectG_INSERT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp3778 const LLT Src1Ty = MRI.getType(Src1Reg); in selectShuffleVector() local
3790 if (!Src1Ty.isVector() || !Src2Ty.isVector()) { in selectShuffleVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3576 VectorType *Src1Ty = VectorType::get(Src1SclTy, VL.size()); in getEntryCost() local
3578 VecCost += TTI->getCastInstrCost(E->getAltOpcode(), VecTy, Src1Ty); in getEntryCost()