| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/Disassembler/ |
| H A D | HexagonDisassembler.cpp | 583 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 D | ARMInstPrinter.h | 116 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 D | MCInstrAnalysis.cpp | 27 bool MCInstrAnalysis::evaluateBranch(const MCInst & /*Inst*/, uint64_t /*Addr*/, in evaluateBranch() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZInstPrinter.h | 58 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 D | int64-type.c | 5 typedef unsigned long long uint64_t; typedef
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 90 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 D | uint128_t.c | 4 typedef unsigned long long uint64_t; typedef
|
| H A D | 2008-01-04-WideBitfield.c | 3 typedef unsigned long long uint64_t; typedef
|
| H A D | builtins-nvptx-mma.cu | 27 typedef unsigned long long uint64_t; typedef
|
| H A D | builtins-nvptx-ptx60.cu | 21 typedef unsigned long long uint64_t; typedef
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | ParallelUtilities.cpp | 121 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 D | stdint.h | 9 typedef unsigned __INT64_TYPE__ uint64_t; typedef
|
| /llvm-project-15.0.7/clang/test/Profile/ |
| H A D | c-counter-overflows.c | 7 typedef unsigned long long uint64_t; typedef
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | aarch64-neon-vector-types.c | 16 typedef unsigned long uint64_t; typedef 19 typedef unsigned long long uint64_t; typedef
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | block-ptr-type-crash.m | 7 typedef unsigned long long uint64_t; typedef
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Statistic.h | 71 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 D | ARCInstPrinter.h | 42 void printOperand(const MCInst *MI, uint64_t /*Address*/, unsigned OpNum, in printOperand() argument
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | linetable-eh.cpp | 19 typedef unsigned long long uint64_t; typedef
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.h | 123 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 D | AVRInstPrinter.h | 41 void printPCRelImm(const MCInst *MI, uint64_t /*Address*/, unsigned OpNo, in printPCRelImm() argument
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | ReorderFunctions.cpp | 117 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 D | arg1-arg0-logging.cpp | 24 void arg1logger(int32_t, XRayEntryType, uint64_t) { arg1loggercalled = true; } in arg1logger() argument
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCDXContainerStreamer.h | 37 void emitCommonSymbol(MCSymbol *, uint64_t, unsigned) override {} in emitCommonSymbol() argument
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueUInt64.h | 57 operator uint64_t() const { return m_current_value; } in uint64_t() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 131 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
|