Home
last modified time | relevance | path

Searched refs:Ad (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dfast-isel-vaddd.ll16 %Ad = alloca %union.DV, align 16
17 %tmp32 = getelementptr inbounds %union.DV, %union.DV* %Ad, i32 0, i32 0
29 call fastcc void @printDV(%union.DV* %Ad)
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dcombine-reg-or-const.ll12 define protected amdgpu_kernel void @_Z11test_kernelPii(i32 addrspace(1)* nocapture %Ad.coerce, i32…
22 %arrayidx3 = getelementptr inbounds i32, i32 addrspace(1)* %Ad.coerce, i64 %idxprom
/llvm-project-15.0.7/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp195 unsigned Ad = fieldFromInstruction(Insn, 7, 1); in DecodeDstAddrMode() local
197 case 0: return Ad ? amSymbolic : amRegister; in DecodeDstAddrMode()
198 case 2: return Ad ? amAbsolute : amRegister; in DecodeDstAddrMode()
202 return Ad ? amIndexed : amRegister; in DecodeDstAddrMode()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCPseudoProbe.h170 MCDecodedPseudoProbe(uint64_t Ad, uint64_t G, uint32_t I, PseudoProbeType K, in MCDecodedPseudoProbe() argument
172 : MCPseudoProbeBase(G, I, At, static_cast<uint8_t>(K)), Address(Ad), in MCDecodedPseudoProbe()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DCMakeLists.txt54 # Ad-hoc signing: last resort
/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake397 # Ad-hoc sign the dylibs when using Xcode versions older than 12.
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/
H A Dvmcore-amd64-minidump.bz21minidump FreeBSD/
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleA9.td18 // Ad-hoc scheduling information derived from pretty vague "Cortex-A9 Technical