Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp116 unsigned Opc16);
359 unsigned Opc8, unsigned Opc16) { in tryIndexedBinOp() argument
368 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in tryIndexedBinOp()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3609 auto SelectOpcode = [&](unsigned Opc64, unsigned Opc32, unsigned Opc16, in foldLoadStoreIntoMemOperand()
3617 return Opc16; in foldLoadStoreIntoMemOperand()