Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp75 struct OpCodes { struct
76 OpCodes(unsigned WideOpc, unsigned NarrowOpc) in OpCodes() argument
79 unsigned WideOpc; ///< Wide opcode
80 unsigned NarrowOpc; ///< Narrow opcode
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp40 getRISCVInstructionCost(ArrayRef<unsigned> OpCodes,MVT VT,TTI::TargetCostKind CostKind) getRISCVInstructionCost() argument