Searched refs:AddrOut (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11444 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument 11449 .addReg(AddrOut, RegState::Define) in emitPostLd() 11459 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut) in emitPostLd() 11466 .addReg(AddrOut, RegState::Define) in emitPostLd() 11472 .addReg(AddrOut, RegState::Define) in emitPostLd() 11485 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument 11489 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 11501 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut) in emitPostSt() 11507 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 11513 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 1110 Address AddrOut = CGF.GetAddrOfLocalVar(&OmpOutParm); in emitCombinerOrInitializer() local 1112 Out, CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
|