Home
last modified time | relevance | path

Searched refs:STC (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp40 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState() local
42 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
43 MRMgr.getStackArgumentsRegion(STC), in getWidenedLoopState()
69 const CXXMethodDecl *CXXMD = dyn_cast<CXXMethodDecl>(STC->getDecl()); in getWidenedLoopState()
72 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
H A DMemRegion.cpp925 MemRegionManager::getStackLocalsRegion(const StackFrameContext *STC) { in getStackLocalsRegion() argument
926 assert(STC); in getStackLocalsRegion()
927 StackLocalsSpaceRegion *&R = StackLocalsSpaceRegions[STC]; in getStackLocalsRegion()
932 R = new (A) StackLocalsSpaceRegion(*this, STC); in getStackLocalsRegion()
937 MemRegionManager::getStackArgumentsRegion(const StackFrameContext *STC) { in getStackArgumentsRegion() argument
938 assert(STC); in getStackArgumentsRegion()
939 StackArgumentsSpaceRegion *&R = StackArgumentsSpaceRegions[STC]; in getStackArgumentsRegion()
944 R = new (A) StackArgumentsSpaceRegion(*this, STC); in getStackArgumentsRegion()
1098 const auto *STC = cast<const StackFrameContext *>(V); in getVarRegion() local
1100 if (!STC) { in getVarRegion()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp264 SimpleTypoCorrection STC(ScopeName); in tryGetCorrectedScopeName() local
266 STC.add(Scope); in tryGetCorrectedScopeName()
268 if (auto CorrectedScopeName = STC.getCorrection()) in tryGetCorrectedScopeName()
278 SimpleTypoCorrection STC(AttrName); in tryGetCorrectedAttrName() local
280 STC.add(Attr); in tryGetCorrectedAttrName()
282 if (auto CorrectedAttrName = STC.getCorrection()) { in tryGetCorrectedAttrName()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp984 SimpleTypoCorrection STC(Typo); in correctTypoInParmVarReference() local
990 STC.add(Param->getIdentifier()); in correctTypoInParmVarReference()
993 if (STC.hasCorrection()) in correctTypoInParmVarReference()
994 return STC.getCorrectionIndex(); in correctTypoInParmVarReference()
1039 SimpleTypoCorrection &STC) { in CorrectTypoInTParamReferenceHelper() argument
1045 STC.add(Param->getIdentifier()); in CorrectTypoInTParamReferenceHelper()
1049 CorrectTypoInTParamReferenceHelper(TTP->getTemplateParameters(), STC); in CorrectTypoInTParamReferenceHelper()
1057 SimpleTypoCorrection STC(Typo); in correctTypoInTParamReference() local
1058 CorrectTypoInTParamReferenceHelper(TemplateParameters, STC); in correctTypoInTParamReference()
1060 if (auto CorrectedTParamReference = STC.getCorrection()) in correctTypoInTParamReference()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h199 template <typename STC> const STC &getSubtarget(const Function &F) const { in getSubtarget()
200 return *static_cast<const STC*>(getSubtargetImpl(F)); in getSubtarget()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h757 template<typename STC> const STC &getSubtarget() const {
758 return *static_cast<const STC *>(STI);
H A DSelectionDAG.h505 template <typename STC> const STC &getSubtarget() const {
506 return MF->getSubtarget<STC>();
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1470 getStackLocalsRegion(const StackFrameContext *STC);
1475 getStackArgumentsRegion(const StackFrameContext *STC);
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZEC12.td252 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>;
1279 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
H A DSystemZScheduleZ196.td241 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>;
1234 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
H A DSystemZInstrInfo.td806 // STC, STCY or STCH, depending on the choice of register.
809 defm STC : StoreRXPair<"stc", 0x42, 0xE372, truncstorei8, GR32, 1>;
823 defm : StoreGR64Pair<STC, STCY, truncstorei8>;
H A DSystemZScheduleZ13.td278 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>;
1552 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
H A DSystemZScheduleZ17.td283 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>;
1743 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
H A DSystemZScheduleZ15.td283 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>;
1689 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
H A DSystemZScheduleZ14.td279 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>;
1642 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
H A DSystemZScheduleZ16.td283 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>;
1722 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
H A DSystemZInstrInfo.cpp1691 expandRXYPseudo(MI, SystemZ::STC, SystemZ::STCH); in expandPostRAPseudo()
H A DSystemZISelLowering.cpp10290 BuildMI(*InsMBB, InsPos, DL, TII->get(SystemZ::STC)) in emitMemMemWrapper()
10853 return emitCondStore(MI, MBB, SystemZ::STC, 0, false); in EmitInstrWithCustomInserter()
10855 return emitCondStore(MI, MBB, SystemZ::STC, 0, true); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleBtVer2.td38 def JFPU1 : ProcResource<1>; // Vector/FPU Pipe1: VALU1/STC/FPM
H A DX86ScheduleBdVer2.td1002 // FIXME: f+3 ST, LD+STC latency
H A DX86InstrMisc.td1024 def STC : I<0xF9, RawFrm, (outs), (ins), "stc", []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td127 def : InstRW<[WriteNoop, WriteNoop], (instregex "(t2)?LDA", "(t2)?LDC", "(t2)?STC",
H A DARMInstrInfo.td5637 defm STC : LdStCop <0, 0, "stc", [(int_arm_stc timm:$cop, timm:$CRd, addrmode5:$addr)]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td733 defm STC : Store<"st", 0b110100, store, CoprocRegs, i32>;