Searched defs:BitWidthC (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7795 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); expandVPFunnelShift() local 7814 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); expandVPFunnelShift() local 7887 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); expandFunnelShift() local 7902 SDValue BitWidthC = DAG.getConstant(BW, DL, ShVT); expandFunnelShift() local 7966 SDValue BitWidthC = DAG.getConstant(EltSizeInBits, DL, ShVT); expandROT() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6273 auto BitWidthC = MIRBuilder.buildConstant(ShTy, BW); lowerFunnelShiftAsShifts() local 6289 auto BitWidthC = MIRBuilder.buildConstant(ShTy, BW); lowerFunnelShiftAsShifts() local 6499 auto BitWidthC = MIRBuilder.buildConstant(AmtTy, EltSizeInBits); lowerRotate() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 790 Constant *BitWidthC = ConstantInt::get(Ty, Ty->getScalarSizeInBits()); tryFoldInstWithCtpopWithNot() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3940 SDValue BitWidthC = CurDAG->getConstant(NVT.getSizeInBits(), DL, MVT::i32); matchBitExtract() local
|