Searched defs:StackPointer (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.h33 StackPointer = 2, member in class:llvm::MipsRegisterInfo::MipsPtrClass
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp93 bool &Write, bool &Effects, bool &StackPointer) {
95 StackPointer = true;
125 bool &Write, bool &Effects, bool &StackPointer) {
148 StackPointer = true;
204 QueryCallee(MI, 0, Read, Write, Effects, StackPointer);
210 QueryCallee(MI, 1, Read, Write, Effects, StackPointer);
321 bool Read = false, Write = false, Effects = false, StackPointer = false; local
322 Query(*Def, AA, Read, Write, Effects, StackPointer);
326 if (!Read && !Write && !Effects && !StackPointer)
344 if (StackPointer
92 QueryCallee(const MachineInstr &MI, unsigned CalleeOpNo, bool &Read, bool &Write, bool &Effects, bool &StackPointer) argument
124 Query(const MachineInstr &MI, AliasAnalysis &AA, bool &Read, bool &Write, bool &Effects, bool &StackPointer) argument
[all...]
/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1028 SDValue StackPointer = DAG.getCopyFromReg(Chain, DL, SPReg, MVT::i32); local
1032 SDValue Sub = DAG.getNode(ISD::SUB, DL, MVT::i32, StackPointer, Size);
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h720 // If the current stack pointer (according to StackPointer()) is csp, then
726 // If the current stack pointer (according to StackPointer()) is csp, then
733 // If the current stack pointer (according to StackPointer()) is csp, then
741 // If the current stack pointer (according to StackPointer()) is csp, then
762 // If the current stack pointer (according to StackPointer()) is csp, then it
819 // StackPointer() does not point below the system stack pointer.
821 // Whilst it is architecturally legal for StackPointer() to point below csp,
825 // If StackPointer() is the system stack pointer (csp), then csp will be
869 inline const Register& StackPointer() const { function in class:v8::internal::MacroAssembler
880 Bic(csp, StackPointer(), sp_alignmen
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp1327 SDValue StackPointer = DAG.getCopyFromReg(Chain, dl, Mips::SP, MVT::i32); local
1331 SDValue Sub = DAG.getNode(ISD::SUB, dl, MVT::i32, StackPointer, Size);
1335 Chain = DAG.getCopyToReg(StackPointer.getValue(1), dl, Mips::SP, Sub,
/external/valgrind/VEX/priv/
H A Dhost_mips_defs.h124 #define StackPointer(_mode64) hregMIPS_GPR29(_mode64) macro
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h888 LoadCPURegList(registers, MemOperand(StackPointer(), offset));
891 StoreCPURegList(registers, MemOperand(StackPointer(), offset));
949 // This method must not be called unless StackPointer() is sp, and it is
960 // This method must not be called unless StackPointer() is sp, and it is
2864 // the current stack pointer (according to StackPointer()). This must be
2871 // This method asserts that StackPointer() is not sp, since the call does
2964 const Register& StackPointer() const { return sp_; } function in class:vixl::aarch64::MacroAssembler

Completed in 1895 milliseconds