Home
last modified time | relevance | path

Searched refs:isStoreToStackSlotPostFE (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h212 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
H A DX86InstrInfo.cpp2281 unsigned X86InstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in X86InstrInfo
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h165 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp1040 unsigned ARMBaseInstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in ARMBaseInstrInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.h205 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
H A DX86InstrInfo.cpp446 unsigned X86InstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in X86InstrInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86InstrInfo.h240 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
H A DX86InstrInfo.cpp709 unsigned X86InstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in X86InstrInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h194 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp1252 unsigned ARMBaseInstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in ARMBaseInstrInfo
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h214 virtual unsigned isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h195 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp1359 unsigned ARMBaseInstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in ARMBaseInstrInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h304 virtual unsigned isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1983 Reg = TII->isStoreToStackSlotPostFE(MI, FI); in isLocationSpill()
2012 if (!TII->isStoreToStackSlotPostFE(MI, DummyFI) && in transferSpillOrRestoreInst()
2024 if (!TII->isStoreToStackSlotPostFE(MI, FIDummy) && in transferSpillOrRestoreInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h321 virtual unsigned isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetInstrInfo.h328 virtual Register isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetInstrInfo.h330 virtual Register isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetInstrInfo.h328 virtual unsigned isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetInstrInfo.h328 virtual Register isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineInstr.cpp2162 if (TII->isStoreToStackSlotPostFE(*this, FI)) { in getSpillSize()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineInstr.cpp2335 if (TII->isStoreToStackSlotPostFE(*this, FI)) { in getSpillSize()
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp648 } else if (TII->isStoreToStackSlotPostFE(MI, FI)) { in emitComments()