Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp298 static MachineOperand &getBaseOperand(MachineInstr *MI) { in getBaseOperand() function
313 const MachineOperand &Base = getBaseOperand(MI); in isRelevantAddressingMode()
384 MachineOperand &LoadBase = getBaseOperand(LoadInst); in buildCopy()
385 MachineOperand &StoreBase = getBaseOperand(StoreInst); in buildCopy()
403 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()
507 getBaseOperand(LastLoad).setIsKill(LoadBase.isKill()); in updateKillStatus()
513 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()
[all …]