Searched refs:OpWidth (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1576 unsigned OpWidth = cast<FixedVectorType>(Shuffle->getOperand(0)->getType()) in SimplifyDemandedVectorElts() local 1586 APInt LeftDemanded(OpWidth, 1); in SimplifyDemandedVectorElts() 1587 APInt LHSPoisonElts(OpWidth, 0); in SimplifyDemandedVectorElts() 1596 APInt LeftDemanded(OpWidth, 0), RightDemanded(OpWidth, 0); in SimplifyDemandedVectorElts() 1601 assert(MaskVal < OpWidth * 2 && in SimplifyDemandedVectorElts() 1603 if (MaskVal < OpWidth) in SimplifyDemandedVectorElts() 1606 RightDemanded.setBit(MaskVal - OpWidth); in SimplifyDemandedVectorElts() 1611 APInt LHSPoisonElts(OpWidth, 0); in SimplifyDemandedVectorElts() 1614 APInt RHSPoisonElts(OpWidth, 0); in SimplifyDemandedVectorElts() 1628 if (VWidth == OpWidth) { in SimplifyDemandedVectorElts() [all …]
|
H A D | InstCombineCasts.cpp | 1728 unsigned OpWidth = BO->getType()->getFPMantissaWidth(); in visitFPTrunc() local 1755 if (OpWidth >= 2*DstWidth+1 && DstWidth >= SrcWidth) { in visitFPTrunc() 1769 if (OpWidth >= LHSWidth + RHSWidth && DstWidth >= SrcWidth) { in visitFPTrunc() 1782 if (OpWidth >= 2*DstWidth && DstWidth >= SrcWidth) { in visitFPTrunc() 1793 if (SrcWidth == OpWidth) in visitFPTrunc()
|
H A D | InstCombineCompares.cpp | 7543 unsigned OpWidth = Op0->getType()->getScalarSizeInBits(); in visitICmpInst() local 7547 OpWidth - 1))))) { in visitICmpInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 172 #define DECODE_SrcOp(Name, EncSize, OpWidth, EncImm, MandatoryLiteral, \ argument 179 DAsm->decodeSrcOp(AMDGPUDisassembler::OpWidth, EncImm, \ 184 AMDGPUDisassembler::OpWidthTy OpWidth, in decodeSrcOp() argument 191 return addOperand(Inst, DAsm->decodeSrcOp(OpWidth, EncImm, MandatoryLiteral, in decodeSrcOp() 197 #define DECODE_OPERAND_REG_7(RegClass, OpWidth) \ argument 198 DECODE_SrcOp(Decode##RegClass##RegisterClass, 7, OpWidth, Imm, false, 0) 204 template <AMDGPUDisassembler::OpWidthTy OpWidth> 207 return decodeSrcOp(Inst, 10, OpWidth, Imm, Imm | AMDGPU::EncValues::IS_VGPR, in decodeAV10() 212 template <AMDGPUDisassembler::OpWidthTy OpWidth> 216 return decodeSrcOp(Inst, 9, OpWidth, Imm, Imm, false, 0, in decodeSrcReg9() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 2334 unsigned OpWidth = std::max(Op1Info.Width, Op2Info.Width); in EmitCheckedMixedSignMultiply() local 2353 llvm::APInt::getSignedMaxValue(ResultInfo.Width).zext(OpWidth); in EmitCheckedMixedSignMultiply() 2371 if (ResultInfo.Width < OpWidth) { in EmitCheckedMixedSignMultiply() 2373 llvm::APInt::getMaxValue(ResultInfo.Width).zext(OpWidth); in EmitCheckedMixedSignMultiply()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 30466 unsigned OpWidth = MemType->getPrimitiveSizeInBits(); in needsCmpXchgNb() local 30468 if (OpWidth == 64) in needsCmpXchgNb() 30470 if (OpWidth == 128) in needsCmpXchgNb()
|