Searched refs:AddrOut (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 11381 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument 11386 .addReg(AddrOut, RegState::Define) in emitPostLd() 11396 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut) in emitPostLd() 11403 .addReg(AddrOut, RegState::Define) in emitPostLd() 11409 .addReg(AddrOut, RegState::Define) in emitPostLd() 11422 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument 11426 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 11438 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut) in emitPostSt() 11444 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 11450 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 1114 Address AddrOut = CGF.GetAddrOfLocalVar(&OmpOutParm); in emitCombinerOrInitializer() local 1116 Out, CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
|