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.cpp1292 std::array<unsigned, 5> &OperandIndices) const { in getReassociateOperandIndices()
1295 OperandIndices = {1, 1, 1, 2, 2}; in getReassociateOperandIndices()
1298 OperandIndices = {2, 1, 2, 2, 1}; in getReassociateOperandIndices()
1301 OperandIndices = {1, 2, 1, 1, 2}; in getReassociateOperandIndices()
1304 OperandIndices = {2, 2, 2, 1, 1}; in getReassociateOperandIndices()
1317 ArrayRef<unsigned> OperandIndices, in reassociateOps() argument
1325 MachineOperand &OpA = Prev.getOperand(OperandIndices[1]); in reassociateOps()
1326 MachineOperand &OpB = Root.getOperand(OperandIndices[2]); in reassociateOps()
1327 MachineOperand &OpX = Prev.getOperand(OperandIndices[3]); in reassociateOps()
1328 MachineOperand &OpY = Root.getOperand(OperandIndices[4]); in reassociateOps()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h293 std::array<unsigned, 5> &OperandIndices) const override;
H A DRISCVInstrInfo.cpp2268 std::array<unsigned, 5> &OperandIndices) const { in getReassociateOperandIndices()
2269 TargetInstrInfo::getReassociateOperandIndices(Root, Pattern, OperandIndices); in getReassociateOperandIndices()
2273 ++OperandIndices[I]; in getReassociateOperandIndices()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1371 std::array<unsigned, 5> &OperandIndices) const;
1378 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.cpp3789 using OperandIndices = SmallVector<int16_t, MAX_SRC_OPERANDS_NUM>; typedef
3793 static OperandIndices getSrcOperandIndices(unsigned Opcode, in getSrcOperandIndices()
3880 OperandIndices OpIndices = getSrcOperandIndices(Opcode); in validateConstantBusLimitations()
5020 OperandIndices OpIndices = getSrcOperandIndices(Opcode, HasMandatoryLiteral); in validateVOPLiteral()