Searched refs:SP (Results 101 - 125 of 193) sorted by relevance

12345678

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DDIBuilder.cpp101 for (auto *SP : SPs) {
102 if (MDTuple *Temp = SP->getVariables().get()) {
103 const auto &PV = PreservedVariables.lookup(SP);
725 auto *SP = getSubprogram( local
732 AllSubprograms.push_back(SP);
733 trackIfUnresolved(SP);
734 return SP;
H A DDebugInfoMetadata.cpp132 if (auto *SP = dyn_cast<DISubprogram>(this))
133 return SP->getScope();
152 if (auto *SP = dyn_cast<DISubprogram>(this))
153 return SP->getName();
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp84 // Generally only R13-R14 (i.e. SP, LR) are automatically preserved by
157 Reserved.set(ARM::SP);
339 // It's going to be better to use the SP or Base Pointer instead. When there
340 // are variable sized objects, we can't reference off of the SP, so we
398 return ARM::SP;
496 /// or SP. Used by LocalStackFrameAllocation to determine which frame index
530 // Note that the incoming offset is based on the SP value at function entry,
546 // The incoming offset is relating to the SP at the start of the function,
547 // but when we access the local it'll be relative to the SP after local
548 // allocation, so adjust our SP
[all...]
H A DThumb2SizeReduction.cpp356 if (Reg == ARM::SP) {
389 if (MI->getOperand(1).getReg() == ARM::SP) {
451 if (BaseReg != ARM::SP)
464 if (BaseReg == ARM::SP &&
549 // If the source register is SP, try to reduce to tADDrSPi, otherwise
551 if (MI->getOperand(1).getReg() != ARM::SP) {
H A DThumb2ITBlockPass.cpp68 if (!Reg || Reg == ARM::ITSTATE || Reg == ARM::SP)
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp123 StackProtector *SP; member in class:__anon2549::StackColoring
496 SP->adjustForColoring(From, To);
655 SP = &getAnalysis<StackProtector>();
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp451 if (auto SP = getDISubprogram(&F))
452 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP);
H A DSafeStack.cpp605 // Compute the new SP value (after AI).
614 Value *SP = IRB.CreatePtrToInt(IRB.CreateLoad(UnsafeStackPtr), IntPtrTy); local
615 SP = IRB.CreateSub(SP, Size);
617 // Align the SP value to satisfy the AllocaInst, type and stack alignments.
624 IRB.CreateAnd(SP, ConstantInt::get(IntPtrTy, ~uint64_t(Align - 1))),
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c81 SP = 270, enumerator in enum:yytokentype
166 #define SP 270 macro
687 "P", "R", "S", "T", "SP", "CRLF", "COMMA", "USER", "PASS", "ACCT",
2980 #define STR1 2 /* expect SP followed by STRING */
2982 #define OSTR 4 /* optional SP then STRING */
2983 #define ZSTR1 5 /* SP then optional STRING */
2984 #define ZSTR2 6 /* optional STRING after SP */
3228 return (SP);
3268 return (SP);
3298 return (SP);
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1192 llvm::DISubprogram *SP = DBuilder.createMethod( local
1198 SPCache[Method->getCanonicalDecl()].reset(SP);
1200 return SP;
2519 llvm::DISubprogram *SP = DBuilder.createTempFunctionFwdDecl( local
2527 std::make_tuple(SP));
2528 return SP;
2594 auto *SP = dyn_cast_or_null<llvm::DISubprogram>(MI->second); local
2595 if (SP && !SP->isDefinition())
2596 return SP;
2602 auto *SP = dyn_cast_or_null<llvm::DISubprogram>(MI->second); local
2698 auto *SP = dyn_cast_or_null<llvm::DISubprogram>(FI->second); local
2732 llvm::DISubprogram *SP = DBuilder.createFunction( local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp125 assert((Reg != ARM::SP && Reg != ARM::PC) &&
1122 FPReg = ARM::SP;
1287 assert((NewSPReg == ARM::SP || NewSPReg == FPReg) &&
1293 if (NewSPReg == ARM::SP)
1300 assert((Reg != ARM::SP && Reg != ARM::PC) &&
1302 assert(FPReg == ARM::SP && "current FP must be SP");
/freebsd-11.0-release/contrib/unbound/util/
H A Dconfiglexer.lex205 LEXOUT(("SP ")); /* ignore */ }
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h468 void collectVariableInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
593 void addSubprogramNames(const DISubprogram *SP, DIE &Die);
H A DWinCodeViewLineTables.cpp204 if (auto *SP = getDISubprogram(GV))
205 FuncName = SP->getDisplayName();
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp346 if (GRDest && SrcReg == XCore::SP) {
351 if (DestReg == XCore::SP && GRSrc) {
H A DXCoreRegisterInfo.cpp237 Reserved.set(XCore::SP);
329 return TFI->hasFP(MF) ? XCore::R10 : XCore::SP;
/freebsd-11.0-release/sys/mips/mips/
H A Dexception.S322 SAVE_REG(v0, SP, sp) ;\
469 SAVE_U_PCB_REG(sp, SP, k1)
471 PTR_SUBU sp, k1, CALLFRAME_SIZ # switch to kernel SP
559 RESTORE_U_PCB_REG(sp, SP, k1)
716 SAVE_U_PCB_REG(sp, SP, k1)
741 PTR_SUBU sp, k1, CALLFRAME_SIZ # switch to kernel SP
836 RESTORE_U_PCB_REG(sp, SP, k1)
1001 SAVE_REG(k1, SP, sp)
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp182 for (auto *SP : SPs)
183 NewSPs.push_back(SP);
206 for (auto *SP : Subprograms) {
207 if (SP == OldSubprogramMDNode) {
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c288 returnCode(SP != 0 ? has_key_internal(keycode, SP_PARM->_keytry) : FALSE);
337 * may use SP explicitly.
/freebsd-11.0-release/libexec/getty/
H A Dgettytab.h97 #define SP gettynums[2].value macro
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp429 static JSONObject::SP
438 JSONObject::SP register_object_sp = std::make_shared<JSONObject>();
527 static JSONArray::SP
532 JSONArray::SP threads_array_sp = std::make_shared<JSONArray>();
561 JSONObject::SP thread_obj_sp = std::make_shared<JSONObject>();
564 if (JSONObject::SP registers_sp = GetRegistersAsJSON(*thread_sp, abridged))
586 JSONArray::SP medata_array_sp = std::make_shared<JSONArray>();
704 JSONArray::SP threads_info_sp = GetJSONThreadsInfo(*m_debugged_process_sp,
2785 JSONArray::SP threads_array_sp = GetJSONThreadsInfo(*m_debugged_process_sp,
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp166 if (MI->getOperand(0).getReg() == ARM::SP && MI->getNumOperands() > 5) {
180 if (MI->getOperand(2).getReg() == ARM::SP &&
195 if (MI->getOperand(0).getReg() == ARM::SP && MI->getNumOperands() > 5) {
209 if (MI->getOperand(2).getReg() == ARM::SP &&
224 if (MI->getOperand(0).getReg() == ARM::SP) {
237 if (MI->getOperand(0).getReg() == ARM::SP) {
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp137 // Look for inline asm that clobbers the SP register.
141 unsigned SP = TLI->getStackPointerRegisterToSaveRestore(); local
153 if (PhysReg.first == SP)
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp670 } else if (Optional<StmtPoint> SP = P.getAs<StmtPoint>()) {
671 S = SP->getStmt();
696 if (Optional<StmtPoint> SP = P.getAs<StmtPoint>())
697 return SP->getStmt();
/freebsd-11.0-release/sys/i386/i386/
H A Dbpf_jit_machdep.h53 #define SP 4 macro

Completed in 294 milliseconds

12345678