Home
last modified time | relevance | path

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

12345

/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dstring_pool_test.cpp17 StringPool SP; in TEST() local
36 StringPool SP; in TEST() local
42 StringPool SP; in TEST() local
59 StringPool SP; TEST() local
[all...]
/llvm-project/lldb/tools/debugserver/source/
H A 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
/llvm-project/llvm/include/llvm/Support/
H A DHexagonAttributeParser.h27 HexagonAttributeParser(ScopedPrinter *SP) in HexagonAttributeParser()
/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp72 std::string getFlagName(DISubprogram &SP, bool UseX86FastCall) { in getFlagName()
111 void attachDebugInfo(GlobalVariable &GV, DISubprogram &SP) { in attachDebugInfo()
168 auto *SP = F.getSubprogram(); in runImpl() local
/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp210 makeFrame(unsigned SP,int64_t FrameSize,MachineBasicBlock & MBB,MachineBasicBlock::iterator I) const makeFrame() argument
240 restoreFrame(unsigned SP,int64_t FrameSize,MachineBasicBlock & MBB,MachineBasicBlock::iterator I) const restoreFrame() argument
275 adjustStackPtrBig(unsigned SP,int64_t Amount,MachineBasicBlock & MBB,MachineBasicBlock::iterator I,unsigned Reg1,unsigned Reg2) const adjustStackPtrBig() argument
300 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 DMipsFrameLowering.cpp140 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; eliminateCallFramePseudoInstr() local
/llvm-project/bolt/include/bolt/Passes/
H A DStackPointerTracking.h107 std::pair<MCPhysReg, int64_t> SP; in computeNextSP() local
147 std::pair<MCPhysReg, int64_t> SP; in computeNextFP() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp129 if (auto SP = F.getSubprogram()) in runOnFunction() local
108 if (auto SP = F.getSubprogram()) runOnFunction() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp73 if (auto *SP = F.getSubprogram()) in convertToLocalCopy() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dstatic-accessed-through-instance.cpp226 struct SP { struct
233 // CHECK-FIXES: {{^}} SP::I;{{$}} in usep() argument
237 struct SP { struct
245 // CHECK-FIXES: {{^}} NSP::SP::I;{{$}} in usensp()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h91 void setStrings(const StringsPtr &SP) { Strings = SP; } in setStrings()
/llvm-project/libc/AOR_v20.02/string/test/
H A Dstrlen.c42 #define SP 512 macro
H A Dstrchr.c38 #define SP 512 macro
H A Dstrrchr.c37 #define SP 512 macro
H A Dmemchr.c39 #define SP 512 macro
H A Dstrnlen.c39 #define SP 512 macro
H A Dstrchrnul.c39 #define SP 512 macro
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp144 MCRegister SP = Xtensa::SP; in emitEpilogue() local
42 MCRegister SP = Xtensa::SP; emitPrologue() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp142 if (std::optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>()) in shouldCollect() local
332 if (auto SP = P.getAs<StmtPoint>()) in getStmtForDiagnostics() local
/llvm-project/bolt/lib/Passes/
H A DStackAllocationAnalysis.cpp126 std::pair<MCPhysReg, int64_t> SP; in computeNext() local
/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp51 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp479 addSubprogramNames(const DwarfUnit & Unit,const DICompileUnit::DebugNameTableKind NameTableKind,const DISubprogram * SP,DIE & Die) addSubprogramNames() argument
547 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); constructAbstractSubprogramScopeDIE() local
732 Register SP = TLI.getStackPointerRegisterToSaveRestore(); interpretValues() local
874 constructCallSiteEntryDIEs(const DISubprogram & SP,DwarfCompileUnit & CU,DIE & ScopeDIE,const MachineFunction & MF) constructCallSiteEntryDIEs() argument
1244 for (const DISubprogram *SP : ProcessedSPNodes) { finishSubprogramDefinitions() local
1874 collectEntityInfo(DwarfCompileUnit & TheCU,const DISubprogram * SP,DenseSet<InlinedEntity> & Processed) collectEntityInfo() argument
2002 const auto *SP = MF.getFunction().getSubprogram(); beginInstruction() local
2207 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); emitInitialLocDirective() local
2220 auto *SP = MF->getFunction().getSubprogram(); beginFunctionImpl() local
2269 const DISubprogram *SP = MF->getFunction().getSubprogram(); endFunctionImpl() local
2313 const auto *SP = cast<DISubprogram>(AScope->getScopeNode()); endFunctionImpl() local
[all...]
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DSymbolStringPoolTest.cpp25 SymbolStringPool SP; member in llvm::orc::SymbolStringPoolTest
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp202 getFunctionName(const DISubprogram * SP) getFunctionName() argument
213 getFilename(const DISubprogram * SP) getFilename() argument
328 GCOVFunction(GCOVProfiler * P,Function * F,const DISubprogram * SP,unsigned EndLine,uint32_t Ident,int Version) GCOVFunction() argument
433 const DISubprogram *SP; global() member in __anon674c465d0311::GCOVFunction
795 DISubprogram *SP = F.getSubprogram(); emitProfileNotes() local
912 DISubprogram *SP = F.getSubprogram(); emitProfileNotes() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h47 inline OneUse_match<SubPat> m_OneUse(const SubPat &SP) { in m_OneUse() argument
61 inline OneNonDBGUse_match<SubPat> m_OneNonDBGUse(const SubPat &SP) { in m_OneNonDBGUse() argument

12345