Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1085 ArrayRef<unsigned> OperandIndices, in reassociateOps()
1255 std::array<unsigned, 5> OperandIndices; in genAlternativeCodeSequence() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3650 using OperandIndices = SmallVector<int16_t, MAX_SRC_OPERANDS_NUM>; typedef