Searched refs:AddrOut (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11364 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument 11369 .addReg(AddrOut, RegState::Define) in emitPostLd() 11379 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut) in emitPostLd() 11386 .addReg(AddrOut, RegState::Define) in emitPostLd() 11392 .addReg(AddrOut, RegState::Define) in emitPostLd() 11405 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument 11409 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 11421 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut) in emitPostSt() 11427 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 11433 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 1112 Address AddrOut = CGF.GetAddrOfLocalVar(&OmpOutParm); in emitCombinerOrInitializer() local 1114 Out, CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
|