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

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

Completed in 121 milliseconds