Searched refs:AddrOut (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11145 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument 11150 .addReg(AddrOut, RegState::Define) in emitPostLd() 11160 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut) in emitPostLd() 11167 .addReg(AddrOut, RegState::Define) in emitPostLd() 11173 .addReg(AddrOut, RegState::Define) in emitPostLd() 11186 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument 11190 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 11202 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut) in emitPostSt() 11208 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 11214 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 1134 Address AddrOut = CGF.GetAddrOfLocalVar(&OmpOutParm); in emitCombinerOrInitializer() local 1136 Out, CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
|