Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp161 uint64_t ValWidth = RHS.getBitWidth(); in MakeSymIntVal() local
164 if (ValWidth < TypeWidth) { in MakeSymIntVal()
167 } else if (ValWidth == TypeWidth) { in MakeSymIntVal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2508 unsigned ValWidth = ValTy.getSizeInBits(); in extractVector() local
2528 if (ValWidth == 1) { in extractVector()
2539 unsigned Scale = VecWidth / ValWidth; in extractVector()
2566 SDValue WidthV = DAG.getConstant(ValWidth, dl, MVT::i32); in extractVector()
2571 if (VecWidth == 64 && ValWidth == 32) { in extractVector()
2575 } else if (Off == 0 && (ValWidth % 8) == 0) { in extractVector()
2632 unsigned ValWidth = ValTy.getSizeInBits(); in insertVector() local
2634 assert((VecWidth % ValWidth) == 0); in insertVector()
2646 SDValue WidthV = DAG.getConstant(ValWidth, dl, MVT::i32); in insertVector()
2650 unsigned W = C->getZExtValue() * ValWidth; in insertVector()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5460 TypeSize ValWidth = ValVT.getSizeInBits(); in GenWidenVectorStores() local
5496 unsigned NumElts = ValWidth.getFixedSize() / NewVTWidth.getFixedSize(); in GenWidenVectorStores()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8377 unsigned ValWidth = in emitMaskedAtomicRMWIntrinsic() local
8380 Builder.CreateSub(Builder.getIntN(XLen, XLen - ValWidth), ShiftAmt); in emitMaskedAtomicRMWIntrinsic()