Home
last modified time | relevance | path

Searched defs:LEAOpcode (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp351 static inline unsigned getADDrrFromLEA(unsigned LEAOpcode) { in getADDrrFromLEA()
363 static inline unsigned getSUBrrFromLEA(unsigned LEAOpcode) { in getSUBrrFromLEA()
375 static inline unsigned getADDriFromLEA(unsigned LEAOpcode, in getADDriFromLEA()
389 static inline unsigned getINCDECFromLEA(unsigned LEAOpcode, bool IsINC) { in getINCDECFromLEA()
408 unsigned LEAOpcode = I->getOpcode(); in searchALUInst() local
750 const unsigned LEAOpcode = MI.getOpcode(); in processInstrForSlow3OpLEA() local