Home
last modified time | relevance | path

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

12345678910

/external/llvm-project/lldb/tools/debugserver/source/
DJSON.h29 typedef std::shared_ptr<JSONValue> SP; typedef
54 typedef std::shared_ptr<JSONString> SP; typedef
72 typedef std::shared_ptr<JSONNumber> SP; typedef
142 typedef std::shared_ptr<JSONTrue> SP; typedef
160 typedef std::shared_ptr<JSONFalse> SP; typedef
178 typedef std::shared_ptr<JSONNull> SP; typedef
196 typedef std::shared_ptr<JSONObject> SP; typedef
240 typedef std::shared_ptr<JSONArray> SP; typedef
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DSymbolStringPoolTest.cpp18 SymbolStringPool SP; in TEST() local
37 SymbolStringPool SP; in TEST() local
43 SymbolStringPool SP; in TEST() local
/external/llvm/lib/IR/
DDebugInfo.cpp73 else if (auto *SP = dyn_cast<DISubprogram>(Entity)) in processModule() local
82 if (auto *SP = cast_or_null<DISubprogram>(F.getSubprogram())) in processModule() local
107 else if (auto *SP = dyn_cast<DISubprogram>(D)) in processType() local
128 if (auto *SP = dyn_cast<DISubprogram>(Scope)) { in processScope() local
143 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram()
220 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram()
DDebugLoc.cpp52 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc() local
/external/libffi/src/bfin/
Dsysv.S82 SP = R0; define
96 SP = [FP-16]; //point to function parameters define
114 SP = [FP-12]; define
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
Dsysv.S82 SP = R0; define
96 SP = [FP-16]; //point to function parameters define
114 SP = [FP-12]; define
/external/rust/crates/regex-syntax/src/unicode_tables/
Dsentence_break.rs1739 pub const SP: &'static [(char, char)] = &[ constant
/external/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
/external/llvm-project/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
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp194 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize, in makeFrame()
224 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize, in restoreFrame()
260 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount, in adjustStackPtrBig()
285 unsigned SP, int64_t Amount, MachineBasicBlock &MBB, in adjustStackPtrBigUnrestricted()
291 void Mips16InstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()
/external/arm-neon-tests/
Dretarget.c38 unsigned R0, unsigned SP, unsigned R2, unsigned SL) in __user_initial_stackheap()
/external/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
/external/llvm-project/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp85 if (auto SP = F.getSubprogram()) in runOnFunction() local
106 else if (auto SP = F.getSubprogram()) in runOnFunction() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp296 DIE &DwarfCompileUnit::updateSubprogramScopeDIE(const DISubprogram *SP) { in updateSubprogramScopeDIE()
638 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE() local
675 else if (auto *SP = dyn_cast<DISubprogram>(Entity)) in constructImportedEntityDIE() local
694 void DwarfCompileUnit::finishSubprogramDefinition(const DISubprogram *SP) { in finishSubprogramDefinition()
821 const DISubprogram *SP, DIE &SPDie) { in applySubprogramAttributesToDefinition()
DCodeViewDebug.cpp216 TypeIndex CodeViewDebug::getFuncIdForSubprogram(const DISubprogram *SP) { in getFuncIdForSubprogram()
251 TypeIndex CodeViewDebug::getMemberFunctionType(const DISubprogram *SP, in getMemberFunctionType()
459 ScopedPrinter SP(CommentOS); in emitTypeInformation() local
508 for (const DISubprogram *SP : InlinedSubprograms) { in emitInlineeLinesSubsection() local
623 auto *SP = GV->getSubprogram(); in emitDebugInfoForFunction() local
772 void CodeViewDebug::collectVariableInfo(const DISubprogram *SP) { in collectVariableInfo()
1351 static MethodOptions translateMethodOptionFlags(const DISubprogram *SP) { in translateMethodOptionFlags()
1360 static MethodKind translateMethodKindFlags(const DISubprogram *SP, in translateMethodKindFlags()
1511 if (auto *SP = dyn_cast<DISubprogram>(Element)) { in collectClassInfo() local
1688 for (const DISubprogram *SP : MethodItr.second) { in lowerRecordFieldList() local
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp161 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName()
318 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, in GCOVFunction()
418 const DISubprogram *SP; member in __anon18a99b330211::GCOVFunction
517 DISubprogram *SP = F.getSubprogram(); in emitProfileNotes() local
594 DISubprogram *SP = F.getSubprogram(); in emitProfileArcs() local
867 auto *SP = cast_or_null<DISubprogram>(CountersBySP[j].second); in insertCounterWriteout() local
/external/llvm-project/llvm/lib/CodeGen/
DPseudoProbeInserter.cpp75 auto *SP = DL->getScope()->getSubprogram(); in getFuncGUID() local
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h89 void setStrings(const StringsPtr &SP) { Strings = SP; } in setStrings()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h89 void setStrings(const StringsPtr &SP) { Strings = SP; } in setStrings()
/external/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 __anonef91c0150311::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
/external/nist-sip/java/gov/nist/core/
DSeparators.java42 public static final String SP = " "; field
/external/llvm-project/llvm/tools/opt/
DBreakpointPrinter.cpp49 auto *SP = cast_or_null<DISubprogram>(NMD->getOperand(i)); in runOnModule() local
/external/llvm/tools/opt/
DBreakpointPrinter.cpp50 auto *SP = cast_or_null<DISubprogram>(NMD->getOperand(i)); in runOnModule() local

12345678910