Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1060 std::array<unsigned, 5> &OperandIndices) const { in getReassociateOperandIndices()
1063 OperandIndices = {1, 1, 1, 2, 2}; in getReassociateOperandIndices()
1066 OperandIndices = {2, 1, 2, 2, 1}; in getReassociateOperandIndices()
1069 OperandIndices = {1, 2, 1, 1, 2}; in getReassociateOperandIndices()
1072 OperandIndices = {2, 2, 2, 1, 1}; in getReassociateOperandIndices()
1085 ArrayRef<unsigned> OperandIndices, in reassociateOps() argument
1093 MachineOperand &OpA = Prev.getOperand(OperandIndices[1]); in reassociateOps()
1094 MachineOperand &OpB = Root.getOperand(OperandIndices[2]); in reassociateOps()
1095 MachineOperand &OpX = Prev.getOperand(OperandIndices[3]); in reassociateOps()
1096 MachineOperand &OpY = Root.getOperand(OperandIndices[4]); in reassociateOps()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h284 std::array<unsigned, 5> &OperandIndices) const override;
H A DRISCVInstrInfo.cpp1864 std::array<unsigned, 5> &OperandIndices) const { in getReassociateOperandIndices()
1865 TargetInstrInfo::getReassociateOperandIndices(Root, Pattern, OperandIndices); in getReassociateOperandIndices()
1869 ++OperandIndices[I]; in getReassociateOperandIndices()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1305 std::array<unsigned, 5> &OperandIndices) const;
1312 ArrayRef<unsigned> OperandIndices,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td339 list<int> OperandIndices = operands;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3650 using OperandIndices = SmallVector<int16_t, MAX_SRC_OPERANDS_NUM>; typedef
3654 static OperandIndices getSrcOperandIndices(unsigned Opcode, in getSrcOperandIndices()
3740 OperandIndices OpIndices = getSrcOperandIndices(Opcode); in validateConstantBusLimitations()
4659 OperandIndices OpIndices = getSrcOperandIndices(Opcode, HasMandatoryLiteral); in validateVOPLiteral()