Home
last modified time | relevance | path

Searched defs:BitWidthC (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp7935 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); in expandVPFunnelShift() local
7954 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); in expandVPFunnelShift() local
8027 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); in expandFunnelShift() local
8042 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); in expandFunnelShift() local
8106 SDValue BitWidthC = DAG.getConstant(EltSizeInBits, DL, ShVT); in expandROT() local
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.cpp6639 auto BitWidthC = MIRBuilder.buildConstant(ShTy, BW); in lowerFunnelShiftAsShifts() local
6655 auto BitWidthC = MIRBuilder.buildConstant(ShTy, BW); in lowerFunnelShiftAsShifts() local
6865 auto BitWidthC = MIRBuilder.buildConstant(AmtTy, EltSizeInBits); in lowerRotate() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp810 Constant *BitWidthC = ConstantInt::get(Ty, Ty->getScalarSizeInBits()); in tryFoldInstWithCtpopWithNot() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelDAGToDAG.cpp4002 SDValue BitWidthC = CurDAG->getConstant(NVT.getSizeInBits(), DL, MVT::i32); in matchBitExtract() local