Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp119 unsigned Opc16);
355 unsigned Opc8, unsigned Opc16) { in tryIndexedBinOp() argument
364 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in tryIndexedBinOp()
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp116 unsigned Opc16);
352 unsigned Opc8, unsigned Opc16) { in tryIndexedBinOp() argument
361 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in tryIndexedBinOp()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp121 unsigned Opc8, unsigned Opc16);
355 unsigned Opc8, unsigned Opc16) { in SelectIndexedBinOp() argument
364 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in SelectIndexedBinOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2380 auto SelectOpcode = [&](unsigned Opc64, unsigned Opc32, unsigned Opc16, in foldLoadStoreIntoMemOperand()
2388 return Opc16; in foldLoadStoreIntoMemOperand()