Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h73 unsigned &MemBytes) const override;
77 unsigned &MemBytes) const override;
H A DRISCVInstrInfo.cpp98 unsigned &MemBytes) const { in isLoadFromStackSlot()
104 MemBytes = 1; in isLoadFromStackSlot()
109 MemBytes = 2; in isLoadFromStackSlot()
114 MemBytes = 4; in isLoadFromStackSlot()
118 MemBytes = 8; in isLoadFromStackSlot()
139 unsigned &MemBytes) const { in isStoreToStackSlot()
144 MemBytes = 1; in isStoreToStackSlot()
148 MemBytes = 2; in isStoreToStackSlot()
152 MemBytes = 4; in isStoreToStackSlot()
156 MemBytes in isStoreToStackSlot()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h285 unsigned &MemBytes) const { in isLoadFromStackSlot() argument
286 MemBytes = 0; in isLoadFromStackSlot()
323 unsigned &MemBytes) const { in isStoreToStackSlot() argument
324 MemBytes = 0; in isStoreToStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h279 unsigned &MemBytes) const override;
290 unsigned &MemBytes) const override;
H A DX86InstrInfo.cpp490 static bool isFrameLoadOpcode(int Opcode, unsigned &MemBytes) { in isFrameLoadOpcode() argument
497 MemBytes = 1; in isFrameLoadOpcode()
504 MemBytes = 2; in isFrameLoadOpcode()
515 MemBytes = 4; in isFrameLoadOpcode()
529 MemBytes = 8; in isFrameLoadOpcode()
555 MemBytes = 16; in isFrameLoadOpcode()
575 MemBytes = 32; in isFrameLoadOpcode()
587 MemBytes = 64; in isFrameLoadOpcode()
592 static bool isFrameStoreOpcode(int Opcode, unsigned &MemBytes) { in isFrameStoreOpcode() argument
599 MemBytes = 1; in isFrameStoreOpcode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp804 unsigned MemBytes = Src->getPrimitiveSizeInBits(); in getMemoryOpCost() local
806 (MemBytes == 64 || (ST->hasP8Vector() && MemBytes == 32))) in getMemoryOpCost()