Home
last modified time | relevance | path

Searched refs:hasLoadFromStackSlot (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h71 bool hasLoadFromStackSlot(
H A DHexagonInstrInfo.cpp387 bool HexagonInstrInfo::hasLoadFromStackSlot( in hasLoadFromStackSlot() function in HexagonInstrInfo
394 if (TargetInstrInfo::hasLoadFromStackSlot(*MII, Accesses)) in hasLoadFromStackSlot()
399 return TargetInstrInfo::hasLoadFromStackSlot(MI, Accesses); in hasLoadFromStackSlot()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp732 if (hasLoadFromStackSlot(MI, Accesses)){ in isLoadFromStackSlotPostFE()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h301 virtual bool hasLoadFromStackSlot(
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp360 bool TargetInstrInfo::hasLoadFromStackSlot( in hasLoadFromStackSlot() function in TargetInstrInfo
H A DMachineInstr.cpp2401 if (TII->hasLoadFromStackSlot(*this, Accesses)) in getFoldedRestoreSize()
H A DRegAllocGreedy.cpp2597 if (TII->hasLoadFromStackSlot(MI, Accesses) && in computeStats()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1619 if (MI.mayLoad() && hasLoadFromStackSlot(MI, Accesses) && in isLoadFromStackSlotPostFE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp712 if (hasLoadFromStackSlot(MI, Accesses)) { in isLoadFromStackSlotPostFE()