| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandAtomicPseudoInsts.cpp | 200 static unsigned getLRForRMW(AtomicOrdering Ordering, int Width) { in getLRForRMW() 208 static unsigned getSCForRMW(AtomicOrdering Ordering, int Width) { in getSCForRMW() 220 AtomicRMWInst::BinOp BinOp, int Width) { in doAtomicBinOpExpansion() 281 MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) { in doMaskedAtomicBinOpExpansion() 343 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp() 392 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp() 570 int Width, MachineBasicBlock::iterator &NextMBBI) { in expandAtomicCmpXchg()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | APFixedPoint.h | 44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics() 48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics() 104 static FixedPointSemantics GetIntegerSemantics(unsigned Width, in GetIntegerSemantics()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ShuffleDecodeConstantPool.cpp | 116 void DecodePSHUFBMask(const Constant *C, unsigned Width, in DecodePSHUFBMask() 154 void DecodeVPERMILPMask(const Constant *C, unsigned ElSize, unsigned Width, in DecodeVPERMILPMask() 190 unsigned Width, SmallVectorImpl<int> &ShuffleMask) { in DecodeVPERMIL2PMask() 244 void DecodeVPPERMMask(const Constant *C, unsigned Width, in DecodeVPPERMMask()
|
| H A D | X86TargetMachine.cpp | 280 unsigned Width; in getSubtargetImpl() local 293 unsigned Width; in getSubtargetImpl() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchExpandAtomicPseudoInsts.cpp | 151 AtomicRMWInst::BinOp BinOp, int Width) { in doAtomicBinOpExpansion() 247 MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) { in doMaskedAtomicBinOpExpansion() 314 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp() 363 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp() 494 int Width, MachineBasicBlock::iterator &NextMBBI) { in expandAtomicCmpXchg()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| H A D | SectionSizes.cpp | 20 size_t Width = SectionNameTitle.size(); in getNameColumnWidth() local 29 size_t Width = SectionSizeTitle.size(); in getSizeColumnWidth() local
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.h | 27 MinimalTypeDumpVisitor(LinePrinter &P, uint32_t Width, bool RecordBytes, in MinimalTypeDumpVisitor() 57 uint32_t Width; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | ScaledNumber.cpp | 201 std::string ScaledNumberBase::toString(uint64_t D, int16_t E, int Width, in toString() 316 int Width, unsigned Precision) { in print() 320 void ScaledNumberBase::dump(uint64_t D, int16_t E, int Width) { in dump()
|
| H A D | FormattedStream.cpp | 31 int Width = sys::unicode::columnWidthUTF8(CP); in UpdatePosition() local
|
| H A D | Unicode.cpp | 503 int Width = charWidth(buf[0]); in columnWidthUTF8() local
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 33 unsigned Width; member 81 Column column(StringRef Str, unsigned Width) { return Column(Str, Width); } in column() 84 Column column(StringRef Str, unsigned Width, const T &Value) { in column()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | CXXABI.h | 34 uint64_t Width; member
|
| H A D | Randstruct.cpp | 117 uint64_t Width = Context.getTypeInfo(FD->getType()).Width; in randomizeStructureLayoutImpl() local
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 267 bool isLegalInteger(uint64_t Width) const { in isLegalInteger() 271 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); } in isIllegalInteger() 362 bool fitsInLegalInteger(unsigned Width) const { in fitsInLegalInteger()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | string_utils.cpp | 93 static int appendString(char **Buffer, const char *BufferEnd, int Width, in appendString() 139 u8 Width = 0; in formatString() local
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | APSIntType.h | 24 constexpr APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIModeRegister.cpp | 226 unsigned Width = countTrailingOnes<unsigned>(InstrMode.Mask >> Offset); in insertSetreg() local 283 unsigned Width = ((Dst & AMDGPU::Hwreg::WIDTH_M1_MASK_) >> in processBlockPhase1() local
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/ |
| H A D | SummaryView.cpp | 26 unsigned Width) in SummaryView()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.h | 68 uint16_t Width = 0; member
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | TargetRegistry.cpp | 119 size_t Width = 0; in printRegisteredTargetsForVersion() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUAsmUtils.h | 39 unsigned Width; member
|
| /openbsd-src/lib/libcurses/base/ |
| H A D | safe_sprintf.c | 44 Flags, Width, Prec, Type, Format enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 37 static void signed_width(unsigned Width, uint64_t Value, in signed_width() 57 static void unsigned_width(unsigned Width, uint64_t Value, in unsigned_width()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 281 bool isVector(unsigned Width) const { in isVector() 288 bool isFloatVector(unsigned Width) const { in isFloatVector() 291 bool isFloat(unsigned Width) const { in isFloat()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 755 unsigned &Width, const TargetRegisterInfo * /*TRI*/) const { in getMemOperandWithOffsetWidth() 796 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth()
|