Searched defs:OpCodes (Results 1 – 2 of 2) sorted by relevance
75 struct OpCodes { struct76 OpCodes(unsigned WideOpc, unsigned NarrowOpc) in OpCodes() argument79 unsigned WideOpc; ///< Wide opcode80 unsigned NarrowOpc; ///< Narrow opcode
40 getRISCVInstructionCost(ArrayRef<unsigned> OpCodes,MVT VT,TTI::TargetCostKind CostKind) getRISCVInstructionCost() argument