Searched refs:OperandIndices (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 1060 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 D | RISCVInstrInfo.h | 284 std::array<unsigned, 5> &OperandIndices) const override;
|
H A D | RISCVInstrInfo.cpp | 1864 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 D | TargetInstrInfo.h | 1305 std::array<unsigned, 5> &OperandIndices) const; 1312 ArrayRef<unsigned> OperandIndices,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetInstrPredicate.td | 339 list<int> OperandIndices = operands;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 3650 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()
|