Searched defs:SAddr (Results  1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ | 
| H A D | AMDGPUISelDAGToDAG.cpp | 1645                                            SDValue &SAddr,  in SelectGlobalSAddr()1738 static SDValue SelectSAddrFI(SelectionDAG *CurDAG, SDValue SAddr) {  in SelectSAddrFI()
 1758                                             SDValue &SAddr,  in SelectScratchSAddr()
 1802     SDValue VAddr, SDValue SAddr, uint64_t ImmOffset) const {  in checkFlatScratchSVSSwizzleBug()
 1819                                              SDValue &VAddr, SDValue &SAddr,  in SelectScratchSVAddr()
 
 | 
| H A D | SILoadStoreOptimizer.cpp | 98   bool SAddr = false;  member1595   if (auto *SAddr = TII->getNamedOperand(*CI.I, AMDGPU::OpName::saddr))  in mergeFlatLoadPair()  local
 1654   if (auto *SAddr = TII->getNamedOperand(*CI.I, AMDGPU::OpName::saddr))  in mergeFlatStorePair()  local
 
 | 
| H A D | AMDGPUInstructionSelector.cpp | 3215       Register SAddr =  in selectGlobalLoadLds()  local4014     Register SAddr =  in selectGlobalSAddr()  local
 4085   Register SAddr = AddrDef->Reg;  in selectScratchSAddr()  local
 4118     Register VAddr, Register SAddr, uint64_t ImmOffset) const {  in checkFlatScratchSVSSwizzleBug()
 
 | 
| H A D | SIInstrInfo.cpp | 5461   MachineOperand &SAddr = Inst.getOperand(OldSAddrIdx);  in moveFlatAddrToVGPR()  local5534   MachineOperand *SAddr = getNamedOperand(MI, AMDGPU::OpName::saddr);  in legalizeOperandsFLAT()  local
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| H A D | RuntimeDyldMachO.cpp | 169     uint64_t SAddr = SI->getAddress();  in getSectionByAddress()  local
 | 
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ | 
| H A D | CGOpenMPRuntime.cpp | 9276         Address SAddr(S, CGM.Int64Ty, Ctx.getTypeAlignInChars(Int64Ty));  in emitOffloadingArrays()  local
 |