Searched refs:isLoadFromStackSlot (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h201 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp1495 unsigned ARMBaseInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:ARMBaseInstrInfo
H A DARMISelLowering.cpp2726 if (!TII->isLoadFromStackSlot(*Def, FI))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp39 unsigned RISCVInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:RISCVInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp517 (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI)))
H A DRegAllocGreedy.cpp3163 if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp40 /// isLoadFromStackSlot - If the specified machine instruction is a direct
45 unsigned MipsSEInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:MipsSEInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h947 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DSIInstrInfo.cpp6459 unsigned SIInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:SIInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2268 bool Load = HII.isLoadFromStackSlot(In, LFI) && !HII.isPredicated(In);
2503 if (!HII.isLoadFromStackSlot(MI, TFI) || TFI != FI)
H A DHexagonInstrInfo.cpp240 /// isLoadFromStackSlot - If the specified machine instruction is a direct
245 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:HexagonInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp880 unsigned X86InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:X86InstrInfo
883 return X86InstrInfo::isLoadFromStackSlot(MI, FrameIndex, Dummy);
886 unsigned X86InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:X86InstrInfo
900 if ((Reg = isLoadFromStackSlot(MI, FrameIndex)))
5888 if (isLoadFromStackSlot(LoadMI, FrameIndex)) {
H A DX86ISelLowering.cpp4471 if (!TII->isLoadFromStackSlot(*Def, FI))
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp320 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:SystemZInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp637 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:PPCInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1691 unsigned AArch64InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:AArch64InstrInfo

Completed in 634 milliseconds

12