Searched refs:hasLoadFromStackSlot (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 71 bool hasLoadFromStackSlot(
|
| H A D | HexagonInstrInfo.cpp | 386 bool HexagonInstrInfo::hasLoadFromStackSlot( in hasLoadFromStackSlot() function in HexagonInstrInfo 393 if (TargetInstrInfo::hasLoadFromStackSlot(*MII, Accesses)) in hasLoadFromStackSlot() 398 return TargetInstrInfo::hasLoadFromStackSlot(MI, Accesses); in hasLoadFromStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 734 if (hasLoadFromStackSlot(MI, Accesses)){ in isLoadFromStackSlotPostFE()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 316 virtual bool hasLoadFromStackSlot(
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 394 bool TargetInstrInfo::hasLoadFromStackSlot( in hasLoadFromStackSlot() function in TargetInstrInfo
|
| H A D | MachineInstr.cpp | 2599 if (TII->hasLoadFromStackSlot(*this, Accesses)) in getFoldedRestoreSize()
|
| H A D | RegAllocGreedy.cpp | 2734 if (TII->hasLoadFromStackSlot(MI, Accesses) && in computeStats()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 364 if (hasLoadFromStackSlot(MI, Accesses)) { in isLoadFromStackSlotPostFE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 1463 if (MI.mayLoad() && hasLoadFromStackSlot(MI, Accesses) && in isLoadFromStackSlotPostFE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 699 if (hasLoadFromStackSlot(MI, Accesses)) { in isLoadFromStackSlotPostFE()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 12969 …2MachineInstrERPKNS_17MachineMemOperandERi", "llvm::X86InstrInfo::hasLoadFromStackSlot(llvm::Machi… 14226 …chineInstrERPKNS_17MachineMemOperandERi", "llvm::TargetInstrInfo::hasLoadFromStackSlot(llvm::Machi…
|