/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 902 MemRegionManager::getStackLocalsRegion(const StackFrameContext *STC) { in getStackLocalsRegion() argument 903 assert(STC); in getStackLocalsRegion() 904 StackLocalsSpaceRegion *&R = StackLocalsSpaceRegions[STC]; in getStackLocalsRegion() 909 R = new (A) StackLocalsSpaceRegion(*this, STC); in getStackLocalsRegion() 914 MemRegionManager::getStackArgumentsRegion(const StackFrameContext *STC) { in getStackArgumentsRegion() argument 915 assert(STC); in getStackArgumentsRegion() 916 StackArgumentsSpaceRegion *&R = StackArgumentsSpaceRegions[STC]; in getStackArgumentsRegion() 921 R = new (A) StackArgumentsSpaceRegion(*this, STC); in getStackArgumentsRegion() 1051 const auto *STC = V.get<const StackFrameContext *>(); in getVarRegion() local 1053 if (!STC) { in getVarRegion() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 171 template <typename STC> const STC &getSubtarget(const Function &F) const { in getSubtarget() 172 return *static_cast<const STC*>(getSubtargetImpl(F)); in getSubtarget()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineFunction.h | 722 template<typename STC> const STC &getSubtarget() const { 723 return *static_cast<const STC *>(STI);
|
H A D | SelectionDAG.h | 489 template <typename STC> const STC &getSubtarget() const { 490 return MF->getSubtarget<STC>();
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 1442 getStackLocalsRegion(const StackFrameContext *STC); 1447 getStackArgumentsRegion(const StackFrameContext *STC);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZScheduleZEC12.td | 252 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>; 1279 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
|
H A D | SystemZScheduleZ196.td | 241 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>; 1234 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
|
H A D | SystemZInstrInfo.td | 813 // STC, STCY or STCH, depending on the choice of register. 816 defm STC : StoreRXPair<"stc", 0x42, 0xE372, truncstorei8, GR32, 1>; 830 defm : StoreGR64Pair<STC, STCY, truncstorei8>;
|
H A D | SystemZScheduleZ13.td | 278 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>; 1552 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
|
H A D | SystemZScheduleZ16.td | 283 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>; 1722 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
|
H A D | SystemZScheduleZ15.td | 283 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>; 1689 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
|
H A D | SystemZScheduleZ14.td | 279 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STC(H|Y|Mux)?$")>; 1642 def : InstRW<[WLat30, MCD], (instregex "STC(PS|RW)$")>;
|
H A D | SystemZInstrInfo.cpp | 1658 expandRXYPseudo(MI, SystemZ::STC, SystemZ::STCH); in expandPostRAPseudo()
|
H A D | SystemZISelLowering.cpp | 8966 BuildMI(*InsMBB, InsPos, DL, TII->get(SystemZ::STC)) in emitMemMemWrapper() 9529 return emitCondStore(MI, MBB, SystemZ::STC, 0, false); in EmitInstrWithCustomInserter() 9531 return emitCondStore(MI, MBB, SystemZ::STC, 0, true); in EmitInstrWithCustomInserter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleBtVer2.td | 38 def JFPU1 : ProcResource<1>; // Vector/FPU Pipe1: VALU1/STC/FPM
|
H A D | X86ScheduleBdVer2.td | 1002 // FIXME: f+3 ST, LD+STC latency
|
H A D | X86InstrMisc.td | 1024 def STC : I<0xF9, RawFrm, (outs), (ins), "stc", []>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleA57.td | 127 def : InstRW<[WriteNoop, WriteNoop], (instregex "(t2)?LDA", "(t2)?LDC", "(t2)?STC",
|
H A D | ARMInstrInfo.td | 5605 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 D | SparcInstrInfo.td | 701 defm STC : Store<"st", 0b110100, store, CoprocRegs, i32>;
|