Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp105 void buildCopies(int Size, MachineInstr *LoadInst, int64_t LdDispImm,
437 int64_t LdDispImm, MachineInstr *StoreInst, in buildCopies() argument
440 int LdDisp = LdDispImm; in buildCopies()
571 int64_t LdDispImm = getDispOperand(LoadInst).getImm(); in breakBlockedCopies() local
576 int64_t LdDisp1 = LdDispImm; in breakBlockedCopies()
582 int64_t LdStDelta = StDispImm - LdDispImm; in breakBlockedCopies()
609 unsigned Size3 = (LdDispImm + getRegSizeInBytes(LoadInst)) - LdDisp1; in breakBlockedCopies()
686 int64_t LdDispImm = getDispOperand(LoadInst).getImm(); in runOnMachineFunction() local
703 isBlockingStore(LdDispImm, getRegSizeInBytes(LoadInst), PBstDispImm, in runOnMachineFunction()