Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h72 bool hasLoadFromStackSlot(
H A DHexagonInstrInfo.cpp338 bool HexagonInstrInfo::hasLoadFromStackSlot( in hasLoadFromStackSlot() function in HexagonInstrInfo
345 if (TargetInstrInfo::hasLoadFromStackSlot(*MII, Accesses)) in hasLoadFromStackSlot()
350 return TargetInstrInfo::hasLoadFromStackSlot(MI, Accesses); in hasLoadFromStackSlot()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h254 virtual bool hasLoadFromStackSlot(
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp737 if (hasLoadFromStackSlot(MI, Accesses)){ in isLoadFromStackSlotPostFE()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp342 bool TargetInstrInfo::hasLoadFromStackSlot( in hasLoadFromStackSlot() function in TargetInstrInfo
H A DRegAllocGreedy.cpp3162 else if (TII->hasLoadFromStackSlot(MI, Accesses) && in reportNumberOfSplillsReloads()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp775 } else if (TII->hasLoadFromStackSlot(MI, Accesses)) { in emitComments()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1400 if (MI.mayLoad() && hasLoadFromStackSlot(MI, Accesses)) { in isLoadFromStackSlotPostFE()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp415 if (hasLoadFromStackSlot(MI, Accesses)) { in isLoadFromStackSlotPostFE()