Home
last modified time | relevance | path

Searched refs:ValWidth (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp203 uint64_t ValWidth = RHS.getBitWidth(); in MakeSymIntVal() local
206 if (ValWidth < TypeWidth) { in MakeSymIntVal()
209 } else if (ValWidth == TypeWidth) { in MakeSymIntVal()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2682 unsigned ValWidth = ValTy.getSizeInBits(); in extractVector() local
2691 SDValue WidthV = DAG.getConstant(ValWidth, dl, MVT::i32); in extractVector()
2696 if (VecWidth == 64 && ValWidth == 32) { in extractVector()
2699 } else if (Off == 0 && (ValWidth % 8) == 0) { in extractVector()
2731 unsigned ValWidth = ValTy.getSizeInBits(); in extractVectorPred() local
2745 if (ValWidth == 1) { in extractVectorPred()
2756 unsigned Scale = VecWidth / ValWidth; in extractVectorPred()
2786 unsigned ValWidth = ValTy.getSizeInBits(); in insertVector() local
2788 assert((VecWidth % ValWidth) == 0); in insertVector()
2800 SDValue WidthV = DAG.getConstant(ValWidth, dl, MVT::i32); in insertVector()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp5785 unsigned ValWidth = in emitMaskedAtomicRMWIntrinsic() local
5788 Builder.CreateSub(Builder.getIntN(GRLen, GRLen - ValWidth), ShiftAmt); in emitMaskedAtomicRMWIntrinsic()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7639 TypeSize ValWidth = ValVT.getSizeInBits(); in GenWidenVectorStores() local
7694 unsigned NumElts = ValWidth.getFixedValue() / NewVTWidth.getFixedValue(); in GenWidenVectorStores()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21079 unsigned ValWidth = in emitMaskedAtomicRMWIntrinsic() local
21082 Builder.CreateSub(Builder.getIntN(XLen, XLen - ValWidth), ShiftAmt); in emitMaskedAtomicRMWIntrinsic()