Searched +full:0 +full:x2ff (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/unittests/Support/ |
H A D | AddressRangeTest.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 19 const uint64_t StartAddr = 0x1000; in TEST() 20 const uint64_t EndAddr = 0x2000; in TEST() 26 EXPECT_FALSE(Range.contains(0)); in TEST() 61 const AddressRange EndsBeforeRangeStart(0, StartAddr - 1); in TEST() 62 const AddressRange EndsAtRangeStart(0, StartAddr); in TEST() 66 const AddressRange StartsAtRangeEnd(EndAddr, EndAddr + 0x100); in TEST() 67 const AddressRange StartsAfterRangeEnd(EndAddr + 1, EndAddr + 0x100); in TEST() 81 Ranges.insert(AddressRange(0x1000, 0x2000)); in TEST() 82 Ranges.insert(AddressRange(0x2000, 0x3000)); in TEST() [all …]
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOP3Instructions.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 17 let HasExtVOP3DPP = 0; 18 let HasExtDPP = 0; 31 let HasExtVOP3DPP = 0; 32 let HasExtDPP = 0; 47 let HasExtVOP3DPP = 0; 48 let HasExtDPP = 0; 52 let HasExtVOP3DPP = 0; 53 let HasExtDPP = 0; 63 let mayRaiseFPException = 0; [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 41 SmallVector<FunctionSummary::EdgeTy, 0>()); 59 ? getSummaryList().size() && getSummaryList()[0]->isDSOLocal() in isDSOLocal() 82 unsigned RORefCnt = 0, WORefCnt = 0; in specialRefCounts() 84 for (I = Refs.size() - 1; I >= 0 && Refs[I].isWriteOnly(); --I) in specialRefCounts() 86 for (; I >= 0 && Refs[I].isReadOnly(); --I) in specialRefCounts() 94 uint64_t Flags = 0; in getFlags() 95 // Flags & 0x4 is reserved. DO NOT REUSE. in getFlags() 97 Flags |= 0x in getFlags() [all...] |
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/ |
H A D | multithread-test.yaml | 3 magic: 0xFEEDFACF 4 cputype: 0x100000C 5 cpusubtype: 0x0 6 filetype: 0x2 9 flags: 0x218085 10 reserved: 0x0 15 vmaddr: 0 17 fileoff: 0 18 filesize: 0 19 maxprot: 0 [all …]
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | llvm.is.fpclass.f16.ll | 2 ; RUN: llc -global-isel=0 -mtriple=amdgcn -mcpu=gfx704 < %s | FileCheck --check-prefixes=GFX7CHECK,GFX7SELDAG %s 4 ; RUN: llc -global-isel=0 -mtriple=amdgcn -mcpu=gfx803 < %s | FileCheck --check-prefixes=GFX8CHECK,GFX8SELDAG %s 6 ; RUN: llc -global-isel=0 -mtriple=amdgcn -mcpu=gfx908 < %s | FileCheck --check-prefixes=GFX9CHECK,GFX9SELDAG %s 8 ; RUN: llc -global-isel=0 -mtriple=amdgcn -mcpu=gfx1031 < %s | FileCheck --check-prefixes=GFX10CHECK,GFX10SELDAG %s 10 ; RUN: llc -global-isel=0 -mtriple=amdgcn -mcpu=gfx1100 -amdgpu-enable-delay-alu=0 < %s | FileCheck --check-prefixes=GFX11CHECK,GFX11SELDAG %s 11 ; RUN: llc -global-isel=1 -mtriple=amdgcn -mcpu=gfx1100 -amdgpu-enable-delay-alu=0 < %s | FileCheck --check-prefixes=GFX11CHECK,GFX11GLISEL %s 15 ; GFX7SELDAG: ; %bb.0: 16 ; GFX7SELDAG-NEXT: s_load_dword s6, s[4:5], 0xb 17 ; GFX7SELDAG-NEXT: s_load_dwordx2 s[0 [all...] |
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 121 SWITCH_INST_MAGIC = 0x4B5 // May 2012 => 1205 => Hex 142 for (unsigned C : {0x0, 0xC, 0xE, 0xD}) in hasInvalidBitcodeHeader() 160 // The magic number is 0x0B17C0DE stored in little endian. in initStream() 229 convertToString(Record, 0, ProducerIdentification); in readIdentificationBlock() 232 unsigned epoch = (unsigned)Record[0]; in readIdentificationBlock() 308 if (convertToString(Record, 0, in hasObjCCategoryInModule() [all...] |