Home
last modified time | relevance | path

Searched defs:Width (Results 1 – 25 of 175) sorted by relevance

1234567

/llvm-project/offload/DeviceRTL/src/
H A DUtils.cpp
/llvm-project/llvm/lib/Support/
H A DSlowDynamicAPInt.cpp127 unsigned Width = getMaxWidth(Val, O.Val); in operator ==() local
131 unsigned Width = getMaxWidth(Val, O.Val); in operator !=() local
135 unsigned Width = getMaxWidth(Val, O.Val); in operator >() local
139 unsigned Width = getMaxWidth(Val, O.Val); in operator <() local
143 unsigned Width = getMaxWidth(Val, O.Val); in operator <=() local
147 unsigned Width = getMaxWidth(Val, O.Val); in operator >=() local
163 unsigned Width = getMaxWidth(A, B); in runOpWithExpandOnOverflow() local
197 unsigned Width = getMaxWidth(LHS.Val, RHS.Val); in ceilDiv() local
205 unsigned Width = getMaxWidth(LHS.Val, RHS.Val); in floorDiv() local
220 unsigned Width = getMaxWidth(A.Val, B.Val); in gcd() local
[all …]
H A DScaledNumber.cpp201 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 DFormattedStream.cpp31 int Width = sys::unicode::columnWidthUTF8(CP); in UpdatePosition() local
H A DUnicode.cpp503 int Width = charWidth(buf[0]); in columnWidthUTF8() local
/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h44 FixedPointSemantics(unsigned Width,unsigned Scale,bool IsSigned,bool IsSaturated,bool HasUnsignedPadding) FixedPointSemantics() argument
48 FixedPointSemantics(unsigned Width,Lsb Weight,bool IsSigned,bool IsSaturated,bool HasUnsignedPadding) FixedPointSemantics() argument
104 GetIntegerSemantics(unsigned Width,bool IsSigned) GetIntegerSemantics() argument
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp116 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()
/llvm-project/polly/lib/Support/
H A DSCEVAffinator.cpp76 static __isl_give isl_pw_aff *getWidthExpValOnDomain(unsigned Width, in getWidthExpValOnDomain() argument
90 void SCEVAffinator::interpretAsUnsigned(PWACtx &PWAC, unsigned Width) { in interpretAsUnsigned() argument
162 unsigned Width = TD.getTypeSizeInBits(ExprType); in addModuloSemantic() local
189 unsigned Width = TD.getTypeSizeInBits(Expr->getType()); in computeModuloForExpr() local
287 unsigned Width in visitTruncateExpr() local
368 unsigned Width = TD.getTypeSizeInBits(Op->getType()); visitZeroExtendExpr() local
498 unsigned Width = TD.getTypeSizeInBits(Expr->getType()); visitUDivExpr() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandAtomicPseudoInsts.cpp241 static unsigned getLRForRMW(AtomicOrdering Ordering, int Width, in getLRForRMW()
250 static unsigned getSCForRMW(AtomicOrdering Ordering, int Width, in getSCForRMW()
263 AtomicRMWInst::BinOp BinOp, int Width, in doAtomicBinOpExpansion()
327 AtomicRMWInst::BinOp BinOp, int Width, in doMaskedAtomicBinOpExpansion()
390 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp()
440 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp()
627 int Width, MachineBasicBlock::iterator &NextMBBI) { in expandAtomicCmpXchg()
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandAtomicPseudoInsts.cpp151 doAtomicBinOpExpansion(const LoongArchInstrInfo * TII,MachineInstr & MI,DebugLoc DL,MachineBasicBlock * ThisMBB,MachineBasicBlock * LoopMBB,MachineBasicBlock * DoneMBB,AtomicRMWInst::BinOp BinOp,int Width) doAtomicBinOpExpansion() argument
241 doMaskedAtomicBinOpExpansion(const LoongArchInstrInfo * TII,MachineInstr & MI,DebugLoc DL,MachineBasicBlock * ThisMBB,MachineBasicBlock * LoopMBB,MachineBasicBlock * DoneMBB,AtomicRMWInst::BinOp BinOp,int Width) doMaskedAtomicBinOpExpansion() argument
302 expandAtomicBinOp(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,AtomicRMWInst::BinOp BinOp,bool IsMasked,int Width,MachineBasicBlock::iterator & NextMBBI) expandAtomicBinOp() argument
351 expandAtomicMinMaxOp(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,AtomicRMWInst::BinOp BinOp,bool IsMasked,int Width,MachineBasicBlock::iterator & NextMBBI) expandAtomicMinMaxOp() argument
471 expandAtomicCmpXchg(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,bool IsMasked,int Width,MachineBasicBlock::iterator & NextMBBI) expandAtomicCmpXchg() argument
[all...]
/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp20 size_t Width = SectionNameTitle.size(); in getNameColumnWidth() local
29 size_t Width = SectionSizeTitle.size(); in getSizeColumnWidth() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.h27 MinimalTypeDumpVisitor(LinePrinter &P, uint32_t Width, bool RecordBytes, in MinimalTypeDumpVisitor()
57 uint32_t Width; variable
/llvm-project/clang/lib/AST/
H A DCXXABI.h34 uint64_t Width; member
/llvm-project/libcxx/benchmarks/libcxxabi/
H A Ddynamic_cast_old_stress.bench.cpp
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp82 void ScopedString::appendString(int Width, int MaxChars, const char *S) { in appendString()
129 u8 Width = 0; in vappend() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h24 constexpr APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp26 unsigned Width) in SummaryView()
/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h260 isLegalInteger(uint64_t Width) isLegalInteger() argument
264 isIllegalInteger(uint64_t Width) isIllegalInteger() argument
359 fitsInLegalInteger(unsigned Width) fitsInLegalInteger() argument
/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp244 StringRef Version, Width; getX86TargetFeatures() local
/llvm-project/llvm/unittests/Support/
H A DNativeFormatTests.cpp28 format_number(uint64_t N,HexPrintStyle Style,std::optional<size_t> Width=std::nullopt) format_number() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h68 uint16_t Width = 0; member
/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp118 size_t Width = 0; printRegisteredTargetsForVersion() local
/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp33 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()
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DIntegerTypesCheck.cpp126 unsigned Width = 0; in check() local
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h39 unsigned Width; member

1234567