/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 212 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
|
H A D | X86InstrInfo.cpp | 2281 unsigned X86InstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in X86InstrInfo
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 165 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
|
H A D | ARMBaseInstrInfo.cpp | 1040 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 D | X86InstrInfo.h | 205 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
|
H A D | X86InstrInfo.cpp | 446 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 D | X86InstrInfo.h | 240 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
|
H A D | X86InstrInfo.cpp | 709 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 D | ARMBaseInstrInfo.h | 194 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
|
H A D | ARMBaseInstrInfo.cpp | 1252 unsigned ARMBaseInstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in ARMBaseInstrInfo
|
/aosp_15_r20/external/llvm/include/llvm/Target/ |
H A D | TargetInstrInfo.h | 214 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 D | ARMBaseInstrInfo.h | 195 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
|
H A D | ARMBaseInstrInfo.cpp | 1359 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 D | TargetInstrInfo.h | 304 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 D | InstrRefBasedImpl.cpp | 1983 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 D | TargetInstrInfo.h | 321 virtual unsigned isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 328 virtual Register isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 330 virtual Register isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 328 virtual unsigned isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 328 virtual Register isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 2162 if (TII->isStoreToStackSlotPostFE(*this, FI)) { in getSpillSize()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 2335 if (TII->isStoreToStackSlotPostFE(*this, FI)) { in getSpillSize()
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 648 } else if (TII->isStoreToStackSlotPostFE(MI, FI)) { in emitComments()
|