Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h205 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
DX86InstrInfo.cpp446 unsigned X86InstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in X86InstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h194 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
DARMBaseInstrInfo.cpp1252 unsigned ARMBaseInstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in ARMBaseInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h304 virtual unsigned isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp2162 if (TII->isStoreToStackSlotPostFE(*this, FI)) { in getSpillSize()