Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h71 bool hasLoadFromStackSlot(
H A DHexagonInstrInfo.cpp388 bool HexagonInstrInfo::hasLoadFromStackSlot( in hasLoadFromStackSlot() function in HexagonInstrInfo
395 if (TargetInstrInfo::hasLoadFromStackSlot(*MII, Accesses)) in hasLoadFromStackSlot()
400 return TargetInstrInfo::hasLoadFromStackSlot(MI, Accesses); in hasLoadFromStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp733 if (hasLoadFromStackSlot(MI, Accesses)){ in isLoadFromStackSlotPostFE()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h303 virtual bool hasLoadFromStackSlot(
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp360 bool TargetInstrInfo::hasLoadFromStackSlot( in hasLoadFromStackSlot() function in TargetInstrInfo
H A DRegAllocGreedy.cpp2595 if (TII->hasLoadFromStackSlot(MI, Accesses) && in computeStats()
H A DMachineInstr.cpp2476 if (TII->hasLoadFromStackSlot(*this, Accesses)) in getFoldedRestoreSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1620 if (MI.mayLoad() && hasLoadFromStackSlot(MI, Accesses) && in isLoadFromStackSlotPostFE()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp713 if (hasLoadFromStackSlot(MI, Accesses)) { in isLoadFromStackSlotPostFE()