/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7838 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument 7843 .addReg(AddrOut, RegState::Define).addReg(AddrIn) in emitPostLd() 7850 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut); in emitPostLd() 7856 .addReg(AddrOut, RegState::Define).addReg(AddrIn) in emitPostLd() 7860 .addReg(AddrOut, RegState::Define).addReg(AddrIn) in emitPostLd() 7870 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument 7874 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 7881 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut); in emitPostSt() 7886 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 7889 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 10074 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument 10079 .addReg(AddrOut, RegState::Define) in emitPostLd() 10089 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut) in emitPostLd() 10096 .addReg(AddrOut, RegState::Define) in emitPostLd() 10102 .addReg(AddrOut, RegState::Define) in emitPostLd() 10115 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument 10119 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 10131 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut) in emitPostSt() 10137 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 10143 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 770 Address AddrOut = CGF.GetAddrOfLocalVar(&OmpOutParm); in emitCombinerOrInitializer() local 771 Scope.addPrivate(Out, [&CGF, AddrOut, PtrTy]() -> Address { in emitCombinerOrInitializer() 772 return CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 10515 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument 10520 .addReg(AddrOut, RegState::Define) in emitPostLd() 10530 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut) in emitPostLd() 10537 .addReg(AddrOut, RegState::Define) in emitPostLd() 10543 .addReg(AddrOut, RegState::Define) in emitPostLd() 10556 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument 10560 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 10572 BuildMI(*BB, Pos, dl, TII->get(ARM::tADDi8), AddrOut) in emitPostSt() 10578 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 10584 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1137 Address AddrOut = CGF.GetAddrOfLocalVar(&OmpOutParm); in emitCombinerOrInitializer() local 1138 Scope.addPrivate(Out, [&CGF, AddrOut, PtrTy]() { in emitCombinerOrInitializer() 1139 return CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
|