Home
last modified time | relevance | path

Searched defs:SP (Results 1 – 25 of 70) sorted by relevance

123

/third_party/libffi/src/bfin/
Dsysv.S82 SP = R0; define
96 SP = [FP-16]; //point to function parameters define
114 SP = [FP-12]; define
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
Dsentence_break.rs1812 pub const SP: &'static [(char, char)] = &[ constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp210 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize, in makeFrame()
240 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize, in restoreFrame()
275 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount, in adjustStackPtrBig()
300 unsigned SP, int64_t Amount, MachineBasicBlock &MBB, in adjustStackPtrBigUnrestricted()
306 void Mips16InstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()
DMipsFrameLowering.cpp140 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; in eliminateCallFramePseudoInstr() local
DMipsSEInstrInfo.cpp575 void MipsSEInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()
877 unsigned SP = Subtarget.isGP64bit() ? Mips::SP_64 : Mips::SP; in expandEhReturn() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp84 if (auto SP = F.getSubprogram()) in runOnFunction() local
110 else if (auto SP = F.getSubprogram()) in runOnFunction() local
/third_party/libunwind/src/arm/
Dunwind_i.h36 #define SP 13 macro
/third_party/libunwind/src/aarch64/
Dunwind_i.h40 #define SP 31 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h89 void setStrings(const StringsPtr &SP) { Strings = SP; } in setStrings()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp180 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName()
191 static SmallString<128> getFilename(const DISubprogram *SP) { in getFilename()
343 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, in GCOVFunction()
444 const DISubprogram *SP; member in __anon87447bb50311::GCOVFunction
693 DISubprogram *SP = F.getSubprogram(); in emitProfileNotes() local
782 DISubprogram *SP = F.getSubprogram(); in emitProfileArcs() local
1009 auto *SP = cast_or_null<DISubprogram>(CountersBySP[j].second); in insertCounterWriteout() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp457 const DISubprogram *SP, DIE &Die) { in addSubprogramNames()
524 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE() local
660 unsigned SP = TLI->getStackPointerRegisterToSaveRestore(); in collectCallSiteParameters() local
698 void DwarfDebug::constructCallSiteEntryDIEs(const DISubprogram &SP, in constructCallSiteEntryDIEs()
910 if (auto *SP = dyn_cast_or_null<DISubprogram>(Scope)) in getOrCreateDwarfCompileUnit() local
1072 for (const DISubprogram *SP : ProcessedSPNodes) { in finishSubprogramDefinitions() local
1553 const DISubprogram *SP, in collectEntityInfo()
1681 const auto *SP = MI->getMF()->getFunction().getSubprogram(); in beginInstruction() local
1813 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective() local
1826 auto *SP = MF->getFunction().getSubprogram(); in beginFunctionImpl() local
[all …]
DDwarfCompileUnit.cpp392 DIE &DwarfCompileUnit::updateSubprogramScopeDIE(const DISubprogram *SP) { in updateSubprogramScopeDIE()
874 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE() local
1028 else if (auto *SP = dyn_cast<DISubprogram>(Entity)) in constructImportedEntityDIE() local
1046 void DwarfCompileUnit::finishSubprogramDefinition(const DISubprogram *SP) { in finishSubprogramDefinition()
1295 const DISubprogram *SP, DIE &SPDie) { in applySubprogramAttributesToDefinition()
DDwarfUnit.cpp437 void DwarfUnit::addSourceLine(DIE &Die, const DISubprogram *SP) { in addSourceLine()
626 if (auto *SP = dyn_cast<DISubprogram>(Context)) in getOrCreateContextDIE() local
919 if (auto *SP = dyn_cast<DISubprogram>(Element)) in constructTypeDIE() local
1132 DIE *DwarfUnit::getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal) { in getOrCreateSubprogramDIE()
1164 bool DwarfUnit::applySubprogramDefinitionAttributes(const DISubprogram *SP, in applySubprogramDefinitionAttributes()
1207 void DwarfUnit::applySubprogramAttributes(const DISubprogram *SP, DIE &SPDie, in applySubprogramAttributes()
DCodeViewDebug.cpp374 TypeIndex CodeViewDebug::getFuncIdForSubprogram(const DISubprogram *SP) { in getFuncIdForSubprogram()
436 TypeIndex CodeViewDebug::getMemberFunctionType(const DISubprogram *SP, in getMemberFunctionType()
863 for (const DISubprogram *SP : InlinedSubprograms) { in emitInlineeLinesSubsection() local
993 auto *SP = GV->getSubprogram(); in emitDebugInfoForFunction() local
1296 void CodeViewDebug::collectVariableInfo(const DISubprogram *SP) { in collectVariableInfo()
1956 static MethodOptions translateMethodOptionFlags(const DISubprogram *SP) { in translateMethodOptionFlags()
1965 static MethodKind translateMethodKindFlags(const DISubprogram *SP, in translateMethodKindFlags()
2175 if (auto *SP = dyn_cast<DISubprogram>(Element)) { in collectClassInfo() local
2401 for (const DISubprogram *SP : MethodItr.second) { in lowerRecordFieldList() local
DDebugHandlerBase.cpp175 auto *SP = MF->getFunction().getSubprogram(); in hasDebugInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h39 inline OneUse_match<SubPat> m_OneUse(const SubPat &SP) { in m_OneUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCTargetDesc.cpp58 Register SP = MRI.getDwarfRegNum(RISCV::X2, true); in createRISCVMCAsmInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp52 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc() local
DDiagnosticInfo.cpp119 DiagnosticLocation::DiagnosticLocation(const DISubprogram *SP) { in DiagnosticLocation()
166 if (DISubprogram *SP = F->getSubprogram()) in Argument() local
DDebugInfo.cpp66 if (auto *SP = cast_or_null<DISubprogram>(F.getSubprogram())) in processModule() local
97 else if (auto *SP = dyn_cast<DISubprogram>(Entity)) in processCompileUnit() local
138 else if (auto *SP = dyn_cast<DISubprogram>(D)) in processType() local
159 if (auto *SP = dyn_cast<DISubprogram>(Scope)) { in processScope() local
174 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
257 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
632 if (auto *SP = F.getSubprogram()) { in stripNonLineTableDebugInfo() local
1424 void LLVMSetSubprogram(LLVMValueRef Func, LLVMMetadataRef SP) { in LLVMSetSubprogram()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp663 std::string BTFDebug::populateFileContent(const DISubprogram *SP) { in populateFileContent()
695 void BTFDebug::constructLineInfo(const DISubprogram *SP, MCSymbol *Label, in constructLineInfo()
848 auto *SP = MF->getFunction().getSubprogram(); in beginFunctionImpl() local
1046 auto SP = DL.get()->getScope()->getSubprogram(); in beginInstruction() local
1177 const DISubprogram *SP = F->getSubprogram(); in processFuncPrototypes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp88 unsigned SP = MRI.getDwarfRegNum(Mips::SP, true); in createMipsMCAsmInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dosfiber_asm_arm.h69 uintptr_t SP; // stack pointer (r13) member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShrinkWrap.cpp147 unsigned SP; member in __anone1d0ae280111::ShrinkWrap
/third_party/python/Lib/curses/
Dascii.py37 SP = 0x20 # space variable

123