Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp299 static MachineOperand &getBaseOperand(MachineInstr *MI) { in getBaseOperand() function
314 MachineOperand &Base = getBaseOperand(MI); in isRelevantAddressingMode()
386 MachineOperand &LoadBase = getBaseOperand(LoadInst); in buildCopy()
387 MachineOperand &StoreBase = getBaseOperand(StoreInst); in buildCopy()
405 getBaseOperand(NewLoad).setIsKill(false); in buildCopy()
423 getBaseOperand(NewStore).setIsKill(false); in buildCopy()
493 MachineOperand &LoadBase = getBaseOperand(LoadInst); in updateKillStatus()
494 MachineOperand &StoreBase = getBaseOperand(StoreInst); in updateKillStatus()
503 getBaseOperand(LastLoad).setIsKill(LoadBase.isKill()); in updateKillStatus()
610 MachineOperand &LoadBase = getBaseOperand(LoadInst); in hasSameBaseOpValue()
[all …]