Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetInstrPredicate.td299 list<int> OperandIndices = operands;
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3422 using OperandIndices = SmallVector<int16_t, MAX_SRC_OPERANDS_NUM>; typedef
3426 static OperandIndices getSrcOperandIndices(unsigned Opcode, in getSrcOperandIndices()
3492 OperandIndices OpIndices = getSrcOperandIndices(Opcode); in validateConstantBusLimitations()
4288 OperandIndices OpIndices = getSrcOperandIndices(Opcode, HasMandatoryLiteral); in validateVOPLiteral()