Home
last modified time | relevance | path

Searched defs:uint64_t (Results 1 – 25 of 124) sorted by relevance

12345

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp583 uint64_t /*Address*/, in DecodeHvxVRRegisterClass() argument
599 uint64_t /*Address*/, in DecodeDoubleRegsRegisterClass() argument
612 uint64_t /*Address*/, in DecodeGeneralDoubleLow8RegsRegisterClass() argument
622 uint64_t /*Address*/, in DecodeHvxWRRegisterClass() argument
640 uint64_t /*Address*/, in DecodeHvxVQRRegisterClass() argument
659 uint64_t /*Address*/, in DecodeHvxQRRegisterClass() argument
668 uint64_t /*Address*/, in DecodeCtrRegsRegisterClass() argument
724 uint64_t /*Address*/, in DecodeModRegsRegisterClass() argument
742 uint64_t /*Address*/, in unsignedImmDecoder() argument
752 uint64_t /*Address*/, in s32_0ImmDecoder() argument
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.h116 void printAdrLabelOperand(const MCInst *MI, uint64_t /*Address*/, in printAdrLabelOperand() argument
218 void printThumbLdrLabelOperand(const MCInst *MI, uint64_t /*Address*/, in printThumbLdrLabelOperand() argument
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCInstrAnalysis.cpp27 bool MCInstrAnalysis::evaluateBranch(const MCInst & /*Inst*/, uint64_t /*Addr*/, in evaluateBranch() argument
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.h58 void printOperand(const MCInst *MI, uint64_t /*Address*/, unsigned OpNum, in printOperand() argument
81 void printPCRelOperand(const MCInst *MI, uint64_t /*Address*/, int OpNum, in printPCRelOperand() argument
/llvm-project-15.0.7/clang/test/Headers/
H A Dint64-type.c5 typedef unsigned long long uint64_t; typedef
/llvm-project-15.0.7/llvm/lib/Object/
H A DRelocationResolver.cpp90 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument
142 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument
168 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument
192 static uint64_t resolvePPC64(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC64() argument
218 static uint64_t resolveSystemZ(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSystemZ() argument
242 static uint64_t resolveSparc64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSparc64() argument
265 static uint64_t resolveAmdgpu(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAmdgpu() argument
311 static uint64_t resolvePPC32(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC32() argument
358 static uint64_t resolveAVR(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAVR() argument
374 static uint64_t resolveLanai(uint64_t Type, uint64_t Offset, uint64_t S, in resolveLanai() argument
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/
H A Duint128_t.c4 typedef unsigned long long uint64_t; typedef
H A D2008-01-04-WideBitfield.c3 typedef unsigned long long uint64_t; typedef
H A Dbuiltins-nvptx-mma.cu27 typedef unsigned long long uint64_t; typedef
H A Dbuiltins-nvptx-ptx60.cu21 typedef unsigned long long uint64_t; typedef
/llvm-project-15.0.7/bolt/lib/Core/
H A DParallelUtilities.cpp121 std::map<uint64_t, BinaryFunction>::iterator BlockEnd) { in runOnEachFunction()
176 MCPlusBuilder::AllocatorIdTy AllocId) { in runOnEachFunctionWithUniqueAllocId()
/llvm-project-15.0.7/clang/test/Headers/Inputs/include/
H A Dstdint.h9 typedef unsigned __INT64_TYPE__ uint64_t; typedef
/llvm-project-15.0.7/clang/test/Profile/
H A Dc-counter-overflows.c7 typedef unsigned long long uint64_t; typedef
/llvm-project-15.0.7/clang/test/Sema/
H A Daarch64-neon-vector-types.c16 typedef unsigned long uint64_t; typedef
19 typedef unsigned long long uint64_t; typedef
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dblock-ptr-type-crash.m7 typedef unsigned long long uint64_t; typedef
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStatistic.h71 operator uint64_t() const { return getValue(); } in uint64_t() function
140 operator uint64_t() const { return 0; } in uint64_t() function
/llvm-project-15.0.7/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.h42 void printOperand(const MCInst *MI, uint64_t /*Address*/, unsigned OpNum, in printOperand() argument
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dlinetable-eh.cpp19 typedef unsigned long long uint64_t; typedef
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.h123 void printOperand(const MCInst *MI, uint64_t /*Address*/, unsigned OpNum, in printOperand() argument
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.h41 void printPCRelImm(const MCInst *MI, uint64_t /*Address*/, unsigned OpNo, in printPCRelImm() argument
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderFunctions.cpp117 std::map<uint64_t, BinaryFunction> &BFs) { in reorder()
296 [](std::pair<const uint64_t, BinaryFunction> &BFI) { in runOnFunctions()
411 [](std::pair<const uint64_t, BinaryFunction> &BFI) { in runOnFunctions()
/llvm-project-15.0.7/compiler-rt/test/xray/TestCases/Posix/
H A Darg1-arg0-logging.cpp24 void arg1logger(int32_t, XRayEntryType, uint64_t) { arg1loggercalled = true; } in arg1logger() argument
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDXContainerStreamer.h37 void emitCommonSymbol(MCSymbol *, uint64_t, unsigned) override {} in emitCommonSymbol() argument
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueUInt64.h57 operator uint64_t() const { return m_current_value; } in uint64_t() function
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp131 bool applyValidRelocs(MutableArrayRef<char>, uint64_t, bool) override { in applyValidRelocs() argument
140 llvm::Expected<uint64_t> relocateIndexedAddr(uint64_t, uint64_t) override { in relocateIndexedAddr() argument

12345