Searched refs:base_index (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | llvm.amdgcn.ds.bpermute.ll | 15 define amdgpu_kernel void @ds_bpermute_imm_offset(ptr addrspace(1) %out, i32 %base_index, i32 %src)… 16 %index = add i32 %base_index, 4 24 define amdgpu_kernel void @ds_bpermute_imm_index(ptr addrspace(1) %out, i32 %base_index, i32 %src) … 33 define void @ds_bpermute_add_shl(ptr addrspace(1) %out, i32 %base_index, i32 %src) nounwind { 34 %index = add i32 %base_index, 1 44 define void @ds_bpermute_or_shl(ptr addrspace(1) %out, i32 %base_index, i32 %src) nounwind { 45 %masked = and i32 %base_index, 62
|
H A D | llvm.amdgcn.ds.permute.ll | 15 define amdgpu_kernel void @ds_permute_imm_offset(ptr addrspace(1) %out, i32 %base_index, i32 %src) … 16 %index = add i32 %base_index, 4
|
/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIX86.cpp | 54 std::optional<uint32_t> base_index; member 64 uint32_t base_index = *subreg->base_index; in addPartialRegisters() local 65 DynamicRegisterInfo::Register &full_reg = regs[base_index]; in addPartialRegisters() 81 {base_index}, in addPartialRegisters() 104 uint32_t base_index1 = *regdata1->base_index; in addCombinedRegisters() 105 uint32_t base_index2 = *regdata2->base_index; in addCombinedRegisters() 238 subreg.base_index = x.index(); in AugmentRegisterInfo()
|