Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp105 SmallVector<unsigned, 16> MIOperands = {MI.getOpcode(), MI.getFlags()}; in getInstructionOpcodeHash() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp122 SmallVector<unsigned, 16> MIOperands = {MI.getOpcode(), MI.getFlags()}; in getInstructionOpcodeHash() local
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h224 MIOperands(MachineInstr &MI) : MachineOperandIteratorBase(MI, false) {} in MIOperands() function