Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7867 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); expandVPFunnelShift() local
7886 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); expandVPFunnelShift() local
7959 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); expandFunnelShift() local
7974 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); expandFunnelShift() local
8038 SDValue BitWidthC = DAG.getConstant(EltSizeInBits, DL, ShVT); expandROT() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6557 auto BitWidthC = MIRBuilder.buildConstant(ShTy, BW); lowerFunnelShiftAsShifts() local
6573 auto BitWidthC = MIRBuilder.buildConstant(ShTy, BW); lowerFunnelShiftAsShifts() local
6783 auto BitWidthC = MIRBuilder.buildConstant(AmtTy, EltSizeInBits); lowerRotate() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp810 Constant *BitWidthC = ConstantInt::get(Ty, Ty->getScalarSizeInBits()); tryFoldInstWithCtpopWithNot() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4001 SDValue BitWidthC = CurDAG->getConstant(NVT.getSizeInBits(), DL, MVT::i32); matchBitExtract() local