Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7795 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 DLegalizerHelper.cpp6273 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 DInstructionCombining.cpp790 Constant *BitWidthC = ConstantInt::get(Ty, Ty->getScalarSizeInBits()); tryFoldInstWithCtpopWithNot() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3940 SDValue BitWidthC = CurDAG->getConstant(NVT.getSizeInBits(), DL, MVT::i32); matchBitExtract() local