Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp105 void buildCopies(int Size, MachineInstr *LoadInst, int64_t LdDispImm,
432 int64_t LdDispImm, MachineInstr *StoreInst, in buildCopies() argument
435 int LdDisp = LdDispImm; in buildCopies()
565 int64_t LdDispImm = getDispOperand(LoadInst).getImm(); in breakBlockedCopies() local
570 int64_t LdDisp1 = LdDispImm; in breakBlockedCopies()
576 int64_t LdStDelta = StDispImm - LdDispImm; in breakBlockedCopies()
603 unsigned Size3 = (LdDispImm + getRegSizeInBytes(LoadInst)) - LdDisp1; in breakBlockedCopies()
680 int64_t LdDispImm = getDispOperand(LoadInst).getImm(); in runOnMachineFunction() local
697 isBlockingStore(LdDispImm, getRegSizeInBytes(LoadInst), PBstDispImm, in runOnMachineFunction()