Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h71 bool hasLoadFromStackSlot(
H A DHexagonInstrInfo.cpp386 bool HexagonInstrInfo::hasLoadFromStackSlot( in hasLoadFromStackSlot() function in HexagonInstrInfo
393 if (TargetInstrInfo::hasLoadFromStackSlot(*MII, Accesses)) in hasLoadFromStackSlot()
398 return TargetInstrInfo::hasLoadFromStackSlot(MI, Accesses); in hasLoadFromStackSlot()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp732 if (hasLoadFromStackSlot(MI, Accesses)){ in isLoadFromStackSlotPostFE()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h294 virtual bool hasLoadFromStackSlot(
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp358 bool TargetInstrInfo::hasLoadFromStackSlot( in hasLoadFromStackSlot() function in TargetInstrInfo
H A DMachineInstr.cpp2365 if (TII->hasLoadFromStackSlot(*this, Accesses)) in getFoldedRestoreSize()
H A DRegAllocGreedy.cpp2492 if (TII->hasLoadFromStackSlot(MI, Accesses) && in computeStats()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1619 if (MI.mayLoad() && hasLoadFromStackSlot(MI, Accesses) && in isLoadFromStackSlotPostFE()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp683 if (hasLoadFromStackSlot(MI, Accesses)) { in isLoadFromStackSlotPostFE()