Searched defs:SP (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A DBreakpointPrinter.cpp49 auto *SP = cast_or_null<DISubprogram>(NMD->getOperand(i)); variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp140 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; local
H A DMips16InstrInfo.cpp210 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize, argument
240 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize, argument
275 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount, argument
299 adjustStackPtrBigUnrestricted( unsigned SP, int64_t Amount, MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const argument
306 adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const argument
[all...]
H A DMipsSEInstrInfo.cpp575 void MipsSEInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, argument
877 unsigned SP = Subtarget.isGP64bit() ? Mips::SP_64 : Mips::SP; local
[all...]
/freebsd-11-stable/sys/arm/include/
H A Dstack.h54 #define SP 13 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h89 void setStrings(const StringsPtr &SP) { Strings = SP; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp58 Register SP = MRI.getDwarfRegNum(RISCV::X2, true); local
/freebsd-11-stable/contrib/ntp/include/
H A Dascii.h73 #define SP 32 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp88 unsigned SP = MRI.getDwarfRegNum(Mips::SP, true); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp95 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, local
H A DCloneFunction.cpp128 DISubprogram *SP = OldFunc->getSubprogram(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h31 OneUse_match(const SubPatternT &SP) : SubPat(SP) {} argument
39 inline OneUse_match<SubPat> m_OneUse(const SubPat &SP) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp147 unsigned SP; member in class:__anon1825::ShrinkWrap
H A DSafeStack.cpp656 Value *SP = IRB.CreatePtrToInt(IRB.CreateLoad(StackPtrTy, UnsafeStackPtr), local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp236 unsigned SP = TLI->getStackPointerRegisterToSaveRestore(); local
H A DCodeViewDebug.h285 void setCurrentSubprogram(const DISubprogram *SP) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp119 DiagnosticLocation::DiagnosticLocation(const DISubprogram *SP) { argument
/freebsd-11-stable/contrib/nvi/regex/
H A Dengine.c119 #define SP(t, s, c) print(m, t, s, c, stdout) macro
123 #define SP(t, s, c) /* nothing */ macro
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Dbpf_jit_machdep.h53 #define SP 4 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp273 bool AArch64SIMDInstrOpt::shouldExitEarly(MachineFunction *MF, Subpass SP) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp190 unsigned SP = TLI->getStackPointerRegisterToSaveRestore(); local
/freebsd-11-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.h78 #define SP 4 macro
/freebsd-11-stable/lib/libc/regex/
H A Dengine.c133 #define SP(t, s, c) print(m, t, s, c, stdout) macro
137 #define SP(t, s, c) /* nothing */ macro
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h195 ISO_SUSP_SP SP; member in union:__anon8779
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h150 SP : 1; // AArch64 only - Stack Pointer selection (see member in struct:EmulateInstructionARM64::__anon1448

Completed in 318 milliseconds

123