/llvm-project/clang/test/CodeGenObjC/ |
H A D | matrix-type-operators.m | 5 @interface IntValue interface
|
H A D | matrix-type-builtins.m | 38 @interface IntValue interface
|
/llvm-project/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 24 const uint64_t IntValue = in initializationPatternFor() local
|
/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYELFStreamer.h | 26 unsigned IntValue; member 72 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems() argument
|
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVTargetStreamer.cpp | 52 unsigned IntValue, in emitIntTextAttribute() 167 unsigned IntValue, in emitIntTextAttribute()
|
H A D | RISCVELFStreamer.cpp | 73 emitIntTextAttribute(unsigned Attribute,unsigned IntValue,StringRef StringValue) emitIntTextAttribute() argument
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | BadSignalToKillThreadCheck.cpp | 45 llvm::APInt IntValue; in check() local
|
H A D | NotNullTerminatedResultCheck.cpp | 808 llvm::APInt IntValue; in check() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCELFStreamer.h | 103 unsigned IntValue; global() member
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 137 llvm::APInt IntValue; in tryExpandAsInteger() local
|
/llvm-project/clang/unittests/CodeGen/ |
H A D | IRMatchers.h | 210 uint64_t IntValue; variable 213 ConstantIntMatcher(uint64_t V, unsigned W = 0) : IntValue(V), Width(W) {} in IntValue() function
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | MagicNumbersCheck.cpp | 197 const llvm::APInt IntValue = Literal->getValue(); in isIgnoredValue() local
|
/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
H A D | DurationRewriter.cpp | 211 if (std::optional<llvm::APSInt> IntValue = truncateIfIntegral(*LitFloat)) in stripFloatLiteralFraction() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | CSKYAttributeParserTest.cpp | 19 unsigned IntValue; member
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 109 unsigned IntValue, in emitIntTextAttribute() argument
|
H A D | ARMELFStreamer.cpp | 223 unsigned IntValue, in emitIntTextAttribute() argument 808 getStreamer().setAttributeItems(Attribute, IntValue, StringValue, in emitIntTextAttribute() argument
|
/llvm-project/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 262 int64_t IntValue; in emitULEB128Value() local 271 int64_t IntValue; in emitSLEB128Value() local
|
H A D | MCELFStreamer.cpp | 681 setAttributeItems(unsigned Attribute,unsigned IntValue,StringRef StringValue,bool OverwriteExisting) setAttributeItems() argument [all...] |
H A D | MCAsmStreamer.cpp | 1334 int64_t IntValue; emitValueImpl() local 1378 int64_t IntValue; emitULEB128Value() local 1389 int64_t IntValue; emitSLEB128Value() local
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 250 MatchTableRecord MatchTable::IntValue(unsigned NumBytes, int64_t IntValue) { in IntValue() argument 261 MatchTableRecord MatchTable::ULEB128Value(uint64_t IntValue) { in ULEB128Value() argument [all...] |
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkResult.cpp | 125 int64_t IntValue = 0; deserializeMCOperand() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3190 uint64_t IntValue = MCE->getValue(); parseDirectiveValue() local 3207 APInt IntValue = Asm.getTok().getAPIntVal(); parseHexOcta() local 4914 uint64_t IntValue = MCE->getValue(); parseDirectiveDCB() local 5819 uint64_t IntValue = MCE->getValue(); parseDirectiveMSEmit() local 5835 uint64_t IntValue = MCE->getValue(); parseDirectiveMSAlign() local [all...] |
H A D | MasmParser.cpp | 3645 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in emitIntValue() local 1750 uint64_t IntValue = 0; parsePrimaryExpr() local 3800 APInt IntValue = Asm.getTok().getAPIntVal(); parseHexOcta() local 7148 uint64_t IntValue = MCE->getValue(); parseDirectiveMSEmit() local 7164 uint64_t IntValue = MCE->getValue(); parseDirectiveMSAlign() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 86 APInt IntValue(ConstInt->getValue()); in canSafelyConvertTo16Bit() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp |
|