Home
last modified time | relevance | path

Searched defs:StackPointer (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.h33 StackPointer = 2, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsRegisterInfo.h37 StackPointer = 2, enumerator
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp93 bool &Write, bool &Effects, bool &StackPointer) { in QueryCallee()
125 bool &Write, bool &Effects, bool &StackPointer) { in Query()
321 bool Read = false, Write = false, Effects = false, StackPointer = false; in IsSafeToMove() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp130 bool &Write, bool &Effects, bool &StackPointer) { in QueryCallee()
162 bool &Write, bool &Effects, bool &StackPointer) { in Query()
348 bool Read = false, Write = false, Effects = false, StackPointer = false; in IsSafeToMove() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp566 Value *StackPointer = IRB.CreateCall( in getStackBaseTag() local
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp1028 SDValue StackPointer = DAG.getCopyFromReg(Chain, DL, SPReg, MVT::i32); in LowerDYNAMIC_STACKALLOC() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp1026 SDValue StackPointer = DAG.getCopyFromReg(Chain, DL, SPReg, MVT::i32); in LowerDYNAMIC_STACKALLOC() local
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1327 SDValue StackPointer = DAG.getCopyFromReg(Chain, dl, Mips::SP, MVT::i32); in LowerDYNAMIC_STACKALLOC() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h3370 const Register& StackPointer() const { return sp_; } in StackPointer() function