Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp303 static MachineOperand &getDispOperand(MachineInstr *MI) { in getDispOperand() function
314 const MachineOperand &Disp = getDispOperand(MI); in isRelevantAddressingMode()
564 int64_t LdDispImm = getDispOperand(LoadInst).getImm(); in breakBlockedCopies()
565 int64_t StDispImm = getDispOperand(StoreInst).getImm(); in breakBlockedCopies()
676 int64_t LdDispImm = getDispOperand(LoadInst).getImm(); in runOnMachineFunction()
686 int64_t PBstDispImm = getDispOperand(PBInst).getImm(); in runOnMachineFunction()