Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td339 list<int> OperandIndices = operands;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3498 using OperandIndices = SmallVector<int16_t, MAX_SRC_OPERANDS_NUM>; typedef
3502 static OperandIndices getSrcOperandIndices(unsigned Opcode, in getSrcOperandIndices()
3571 OperandIndices OpIndices = getSrcOperandIndices(Opcode); in validateConstantBusLimitations()
4484 OperandIndices OpIndices = getSrcOperandIndices(Opcode, HasMandatoryLiteral); in validateVOPLiteral()