| /third_party/libunwind/libunwind/src/arm/ |
| H A D | unwind_i.h | 36 #define SP 13 macro
|
| /third_party/libunwind/libunwind/src/aarch64/ |
| H A D | unwind_i.h | 40 #define SP 31 macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| H A D | MipsFrameLowering.cpp | 140 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; in eliminateCallFramePseudoInstr() local
|
| H A D | Mips16InstrInfo.cpp | 210 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize, in makeFrame() argument 240 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize, in restoreFrame() argument 275 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount, in adjustStackPtrBig() argument 299 adjustStackPtrBigUnrestricted( unsigned SP, int64_t Amount, MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const adjustStackPtrBigUnrestricted() argument 306 adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const adjustStackPtr() argument [all...] |
| H A D | MipsSEFrameLowering.cpp | 414 unsigned SP = ABI.GetStackPtr(); in emitPrologue() local 701 unsigned SP = ABI.GetStackPtr(); in emitEpilogue() local [all...] |
| H A D | MipsSEInstrInfo.cpp | 575 void MipsSEInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr() argument 877 unsigned SP = Subtarget.isGP64bit() ? Mips::SP_64 : Mips::SP; in expandEhReturn() local [all...] |
| /third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
| H A D | sentence_break.rs | 1812 pub const SP: &'static [(char, char)] = &[ consts
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.h | 89 void setStrings(const StringsPtr &SP) { Strings = SP; } in setStrings() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCTargetDesc.cpp | 58 Register SP = MRI.getDwarfRegNum(RISCV::X2, true); in createRISCVMCAsmInfo() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 95 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata() local
|
| H A D | CloneFunction.cpp | 128 DISubprogram *SP = OldFunc->getSubprogram(); in CloneFunctionInto() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsMCTargetDesc.cpp | 88 unsigned SP = MRI.getDwarfRegNum(Mips::SP, true); in createMipsMCAsmInfo() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | camellia.c | 44 static uint64_t SP[8][256]; variable [all...] |
| /third_party/python/Lib/curses/ |
| H A D | ascii.py | 37 SP = 0x20 # space variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DbgEntityHistoryCalculator.cpp | 236 unsigned SP = TLI->getStackPointerRegisterToSaveRestore(); in calculateDbgEntityHistory() local
|
| H A D | CodeViewDebug.h | 285 void setCurrentSubprogram(const DISubprogram *SP) { in setCurrentSubprogram() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | ShrinkWrap.cpp | 147 unsigned SP; member in __anon24125::ShrinkWrap
|
| H A D | SafeStack.cpp | 656 Value *SP = IRB.CreatePtrToInt(IRB.CreateLoad(StackPtrTy, UnsafeStackPtr), in moveDynamicAllocasToUnsafeStack() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 119 DiagnosticLocation::DiagnosticLocation(const DISubprogram *SP) { in DiagnosticLocation() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| H A D | osfiber_asm_aarch64.h | 86 uintptr_t SP; // stack pointer member
|
| H A D | osfiber_asm_arm.h | 69 uintptr_t SP; // stack pointer (r13) member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MIPatternMatch.h | 39 inline OneUse_match<SubPat> m_OneUse(const SubPat &SP) { in m_OneUse() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 190 unsigned SP = TLI->getStackPointerRegisterToSaveRestore(); in set() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A D | AArch64SIMDInstrOpt.cpp | 273 bool AArch64SIMDInstrOpt::shouldExitEarly(MachineFunction *MF, Subpass SP) { in shouldExitEarly() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 285 Value *SP = Builder.CreateCall( in emitExceptionRegistrationRecord() local 315 Value *SP = Builder.CreateCall( in emitExceptionRegistrationRecord() local
|