/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | flat-scratch.ll | 4 … -amdgpu-enable-flat-scratch -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,GFX9-PAL %s 5 …-amdgpu-enable-flat-scratch -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,GFX10-PAL %s 50 ; GFX9-PAL-LABEL: zero_init_kernel: 51 ; GFX9-PAL: ; %bb.0: 52 ; GFX9-PAL-NEXT: s_getpc_b64 s[2:3] 53 ; GFX9-PAL-NEXT: s_mov_b32 s2, s0 54 ; GFX9-PAL-NEXT: s_load_dwordx2 s[2:3], s[2:3], 0x0 55 ; GFX9-PAL-NEXT: s_mov_b32 s0, 0 56 ; GFX9-PAL-NEXT: s_mov_b32 vcc_hi, 0 57 ; GFX9-PAL-NEXT: s_waitcnt lgkmcnt(0) [all …]
|
D | elf-notes.ll | 7 …-object-version=2 < %s | FileCheck --check-prefix=GCN --check-prefix=OSABI-PAL --check-prefix=GFX8… 8 …-object-version=2 < %s | FileCheck --check-prefix=GCN --check-prefix=OSABI-PAL --check-prefix=GFX8… 9 …lvm-readelf --notes - | FileCheck --check-prefix=GCN --check-prefix=OSABI-PAL-ELF --check-prefix=… 25 ; OSABI-UNK-ELF-NOT: NT_AMD_AMDGPU_PAL_METADATA (PAL Metadata) 54 ; OSABI-HSA-ELF-NOT: NT_AMD_AMDGPU_PAL_METADATA (PAL Metadata) 56 ; OSABI-PAL-NOT: .hsa_code_object_version 57 ; OSABI-PAL: .hsa_code_object_isa 58 ; OSABI-PAL: .amd_amdgpu_isa "amdgcn-amd-amdpal--gfx802" 59 ; OSABI-PAL-NOT: .amd_amdgpu_hsa_metadata 61 ; OSABI-PAL-ELF: Unknown note type: (0x00000003) [all …]
|
D | amdpal.ll | 1 ; RUN: llc < %s -mtriple=amdgcn--amdpal -mcpu=tahiti | FileCheck --check-prefixes=PAL,CI --enable-v… 2 ; RUN: llc < %s -mtriple=amdgcn--amdpal -mcpu=tonga | FileCheck --check-prefixes=PAL,VI --enable-va… 4 ; PAL-NOT: .AMDGPU.config 5 ; PAL-LABEL: {{^}}simple: 15 ; PAL-LABEL: {{^}}scratch: 16 ; PAL: s_getpc_b64 s{{\[}}[[GITPTR:[0-9]+]]: 17 ; PAL: s_mov_b32 s[[GITPTR]], s0 18 ; PAL: s_load_dwordx4 s{{\[}}[[SCRATCHDESC:[0-9]+]]:{{[0-9]+]}}, s{{\[}}[[GITPTR]]: 19 ; PAL: buffer_store{{.*}}, s{{\[}}[[SCRATCHDESC]]: 39 ; PAL-LABEL: {{^}}scratch2: [all …]
|
D | scratch-simple.ll | 9 …verify-machineinstrs < %s | FileCheck --check-prefixes=GCN,GFX9,GFX9_10,FLATSCR,GFX9-FLATSCR-PAL %s 10 … %s | FileCheck --check-prefixes=GCN,GFX10_W32,GFX9_10,FLATSCR,GFX10-FLATSCR-PAL,GFX9_10-FLATSCR %s 30 ; GFX9-FLATSCR-PAL-DAG: s_getpc_b64 s[2:3] 31 ; GFX9-FLATSCR-PAL-DAG: s_mov_b32 s2, s0 32 ; GFX9-FLATSCR-PAL-DAG: s_load_dwordx2 s[2:3], s[2:3], 0x0 33 ; GFX9-FLATSCR-PAL-DAG: v_lshlrev_b32_e32 v0, 2, v0 34 ; GFX9-FLATSCR-PAL-DAG: v_mov_b32_e32 v0, 0xbf20e7f4 35 ; GFX9-FLATSCR-PAL-DAG: s_mov_b32 vcc_hi, 0 36 ; GFX9-FLATSCR-PAL-DAG: s_waitcnt lgkmcnt(0) 37 ; GFX9-FLATSCR-PAL-DAG: s_and_b32 s3, s3, 0xffff [all …]
|
D | elf-header-osabi.ll | 7 …mdgcn--amdpal -mcpu=gfx801 < %s | llvm-readobj --file-headers - | FileCheck --check-prefixes=PAL %s 8 …cn-amd-amdpal -mcpu=gfx801 < %s | llvm-readobj --file-headers - | FileCheck --check-prefixes=PAL %s 9 …nknown-amdpal -mcpu=gfx801 < %s | llvm-readobj --file-headers - | FileCheck --check-prefixes=PAL %s 17 ; PAL: OS/ABI: AMDGPU_PAL (0x41) 18 ; PAL: ABIVersion: 0
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Function.cpp | 400 AttributeList PAL = getAttributes(); in addAttribute() local 401 PAL = PAL.addAttribute(getContext(), i, Kind); in addAttribute() 402 setAttributes(PAL); in addAttribute() 406 AttributeList PAL = getAttributes(); in addAttribute() local 407 PAL = PAL.addAttribute(getContext(), i, Attr); in addAttribute() 408 setAttributes(PAL); in addAttribute() 412 AttributeList PAL = getAttributes(); in addAttributes() local 413 PAL = PAL.addAttributes(getContext(), i, Attrs); in addAttributes() 414 setAttributes(PAL); in addAttributes() 418 AttributeList PAL = getAttributes(); in addParamAttr() local [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | Function.cpp | 485 AttributeList PAL = getAttributes(); in addAttribute() local 486 PAL = PAL.addAttribute(getContext(), i, Kind); in addAttribute() 487 setAttributes(PAL); in addAttribute() 491 AttributeList PAL = getAttributes(); in addAttribute() local 492 PAL = PAL.addAttribute(getContext(), i, Attr); in addAttribute() 493 setAttributes(PAL); in addAttribute() 497 AttributeList PAL = getAttributes(); in addAttributes() local 498 PAL = PAL.addAttributes(getContext(), i, Attrs); in addAttributes() 499 setAttributes(PAL); in addAttributes() 503 AttributeList PAL = getAttributes(); in addParamAttr() local [all …]
|
/external/llvm/lib/IR/ |
D | Function.cpp | 370 AttributeSet PAL = getAttributes(); in addAttribute() local 371 PAL = PAL.addAttribute(getContext(), i, Kind); in addAttribute() 372 setAttributes(PAL); in addAttribute() 376 AttributeSet PAL = getAttributes(); in addAttribute() local 377 PAL = PAL.addAttribute(getContext(), i, Attr); in addAttribute() 378 setAttributes(PAL); in addAttribute() 382 AttributeSet PAL = getAttributes(); in addAttributes() local 383 PAL = PAL.addAttributes(getContext(), i, Attrs); in addAttributes() 384 setAttributes(PAL); in addAttributes() 388 AttributeSet PAL = getAttributes(); in removeAttribute() local [all …]
|
D | Instructions.cpp | 348 AttributeSet PAL = getAttributes(); in addAttribute() local 349 PAL = PAL.addAttribute(getContext(), i, Kind); in addAttribute() 350 setAttributes(PAL); in addAttribute() 354 AttributeSet PAL = getAttributes(); in addAttribute() local 355 PAL = PAL.addAttribute(getContext(), i, Kind, Value); in addAttribute() 356 setAttributes(PAL); in addAttribute() 360 AttributeSet PAL = getAttributes(); in addAttribute() local 361 PAL = PAL.addAttribute(getContext(), i, Attr); in addAttribute() 362 setAttributes(PAL); in addAttribute() 366 AttributeSet PAL = getAttributes(); in removeAttribute() local [all …]
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1476 AttributeList PAL = getAttributes(); 1477 PAL = PAL.addAttribute(getContext(), i, Kind); 1478 setAttributes(PAL); 1483 AttributeList PAL = getAttributes(); 1484 PAL = PAL.addAttribute(getContext(), i, Attr); 1485 setAttributes(PAL); 1491 AttributeList PAL = getAttributes(); 1492 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind); 1493 setAttributes(PAL); 1499 AttributeList PAL = getAttributes(); [all …]
|
/external/llvm/bindings/go/llvm/ |
D | IRBindings.cpp | 26 const AttributeSet PAL = Func->getAttributes(); in LLVMAddFunctionAttr2() local 29 PAL.addAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMAddFunctionAttr2() 37 const AttributeSet PAL = Func->getAttributes(); in LLVMGetFunctionAttr2() local 38 return PAL.Raw(AttributeSet::FunctionIndex); in LLVMGetFunctionAttr2() 43 const AttributeSet PAL = Func->getAttributes(); in LLVMRemoveFunctionAttr2() local 46 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMRemoveFunctionAttr2()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1402 AttributeList PAL = getAttributes(); 1403 PAL = PAL.addAttribute(getContext(), i, Kind); 1404 setAttributes(PAL); 1409 AttributeList PAL = getAttributes(); 1410 PAL = PAL.addAttribute(getContext(), i, Attr); 1411 setAttributes(PAL); 1417 AttributeList PAL = getAttributes(); 1418 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind); 1419 setAttributes(PAL); 1425 AttributeList PAL = getAttributes(); [all …]
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 169 unsigned getAttributeID(AttributeSet PAL) const { in getAttributeID() argument 170 if (PAL.isEmpty()) return 0; // Null maps to zero. in getAttributeID() 171 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() 176 unsigned getAttributeGroupID(AttributeSet PAL) const { in getAttributeGroupID() argument 177 if (PAL.isEmpty()) return 0; // Null maps to zero. in getAttributeGroupID() 178 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL); in getAttributeGroupID() 286 void EnumerateAttributes(AttributeSet PAL);
|
D | ValueEnumerator.cpp | 887 void ValueEnumerator::EnumerateAttributes(AttributeSet PAL) { in EnumerateAttributes() argument 888 if (PAL.isEmpty()) return; // null is always 0. in EnumerateAttributes() 891 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes() 894 Attribute.push_back(PAL); in EnumerateAttributes() 899 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) { in EnumerateAttributes() 900 AttributeSet AS = PAL.getSlotAttributes(i); in EnumerateAttributes()
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 169 AttributeSet PAL = CS.getAttributes(); in DeleteDeadVarargs() local 170 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) { in DeleteDeadVarargs() 172 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i) in DeleteDeadVarargs() 173 AttributesVec.push_back(PAL.getSlotAttributes(i)); in DeleteDeadVarargs() 174 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in DeleteDeadVarargs() 176 PAL.getFnAttributes())); in DeleteDeadVarargs() 177 PAL = AttributeSet::get(Fn.getContext(), AttributesVec); in DeleteDeadVarargs() 188 cast<InvokeInst>(New)->setAttributes(PAL); in DeleteDeadVarargs() 192 cast<CallInst>(New)->setAttributes(PAL); in DeleteDeadVarargs() 685 const AttributeSet &PAL = F->getAttributes(); in RemoveDeadStuffFromFunction() local [all …]
|
D | ArgumentPromotion.cpp | 664 const AttributeSet &PAL = F->getAttributes(); in DoPromotion() local 667 if (PAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion() 669 PAL.getRetAttributes())); in DoPromotion() 684 AttributeSet attrs = PAL.getParamAttributes(ArgIndex); in DoPromotion() 745 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in DoPromotion() 747 PAL.getFnAttributes())); in DoPromotion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 187 AttributeList PAL = CS.getAttributes(); in DeleteDeadVarargs() local 188 if (!PAL.isEmpty()) { in DeleteDeadVarargs() 191 ArgAttrs.push_back(PAL.getParamAttributes(ArgNo)); in DeleteDeadVarargs() 192 PAL = AttributeList::get(Fn.getContext(), PAL.getFnAttributes(), in DeleteDeadVarargs() 193 PAL.getRetAttributes(), ArgAttrs); in DeleteDeadVarargs() 209 NewCS.setAttributes(PAL); in DeleteDeadVarargs() 745 const AttributeList &PAL = F->getAttributes(); in RemoveDeadStuffFromFunction() local 759 ArgAttrVec.push_back(PAL.getParamAttributes(i)); in RemoveDeadStuffFromFunction() 760 HasLiveReturnedArg |= PAL.hasParamAttribute(i, Attribute::Returned); in RemoveDeadStuffFromFunction() 835 AttrBuilder RAttrs(PAL.getRetAttributes()); in RemoveDeadStuffFromFunction() [all …]
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 187 AttributeList PAL = CB->getAttributes(); in DeleteDeadVarargs() local 188 if (!PAL.isEmpty()) { in DeleteDeadVarargs() 191 ArgAttrs.push_back(PAL.getParamAttributes(ArgNo)); in DeleteDeadVarargs() 192 PAL = AttributeList::get(Fn.getContext(), PAL.getFnAttributes(), in DeleteDeadVarargs() 193 PAL.getRetAttributes(), ArgAttrs); in DeleteDeadVarargs() 209 NewCB->setAttributes(PAL); in DeleteDeadVarargs() 747 const AttributeList &PAL = F->getAttributes(); in RemoveDeadStuffFromFunction() local 761 ArgAttrVec.push_back(PAL.getParamAttributes(ArgI)); in RemoveDeadStuffFromFunction() 762 HasLiveReturnedArg |= PAL.hasParamAttribute(ArgI, Attribute::Returned); in RemoveDeadStuffFromFunction() 837 AttrBuilder RAttrs(PAL.getRetAttributes()); in RemoveDeadStuffFromFunction() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 176 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() argument 177 if (PAL.isEmpty()) return 0; // Null maps to zero. in getAttributeListID() 178 AttributeListMapType::const_iterator I = AttributeListMap.find(PAL); in getAttributeListID() 295 void EnumerateAttributes(AttributeList PAL);
|
D | ValueEnumerator.cpp | 918 void ValueEnumerator::EnumerateAttributes(AttributeList PAL) { in EnumerateAttributes() argument 919 if (PAL.isEmpty()) return; // null is always 0. in EnumerateAttributes() 922 unsigned &Entry = AttributeListMap[PAL]; in EnumerateAttributes() 925 AttributeLists.push_back(PAL); in EnumerateAttributes() 930 for (unsigned i = PAL.index_begin(), e = PAL.index_end(); i != e; ++i) { in EnumerateAttributes() 931 AttributeSet AS = PAL.getAttributes(i); in EnumerateAttributes()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 174 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() argument 175 if (PAL.isEmpty()) return 0; // Null maps to zero. in getAttributeListID() 176 AttributeListMapType::const_iterator I = AttributeListMap.find(PAL); in getAttributeListID() 293 void EnumerateAttributes(AttributeList PAL);
|
D | ValueEnumerator.cpp | 967 void ValueEnumerator::EnumerateAttributes(AttributeList PAL) { in EnumerateAttributes() argument 968 if (PAL.isEmpty()) return; // null is always 0. in EnumerateAttributes() 971 unsigned &Entry = AttributeListMap[PAL]; in EnumerateAttributes() 974 AttributeLists.push_back(PAL); in EnumerateAttributes() 979 for (unsigned i = PAL.index_begin(), e = PAL.index_end(); i != e; ++i) { in EnumerateAttributes() 980 AttributeSet AS = PAL.getAttributes(i); in EnumerateAttributes()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | GET.py | 20 PAL = 9 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | GET.py | 20 PAL = 9 variable
|
/external/autotest/server/site_tests/enterprise_CFM_AutoZoomSanity/ |
D | control.partners | 19 This test bypasses servo check and is used by third party vendor PAL Acoustics.
|