Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp298 static MachineOperand &getBaseOperand(MachineInstr *MI) { in getBaseOperand() function
313 MachineOperand &Base = getBaseOperand(MI); in isRelevantAddressingMode()
389 MachineOperand &LoadBase = getBaseOperand(LoadInst); in buildCopy()
390 MachineOperand &StoreBase = getBaseOperand(StoreInst); in buildCopy()
408 getBaseOperand(NewLoad).setIsKill(false); in buildCopy()
429 getBaseOperand(NewStore).setIsKill(false); in buildCopy()
499 MachineOperand &LoadBase = getBaseOperand(LoadInst); in updateKillStatus()
500 MachineOperand &StoreBase = getBaseOperand(StoreInst); in updateKillStatus()
512 getBaseOperand(LastLoad).setIsKill(LoadBase.isKill()); in updateKillStatus()
518 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()
[all …]