Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp116 OperandInfoTy GetOperandInfo(const CodeGenInstruction &Inst);
126 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo() function in InstrInfoEmitter
220 OperandInfoTy OperandInfo = GetOperandInfo(*Inst); in CollectOperandInfo()
1201 OperandInfoTy OperandInfo = GetOperandInfo(Inst); in emitRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp829 auto GetOperandInfo = [&](const MachineOperand &Operand, Register &Reg, in reassociateFMA() local
840 GetOperandInfo(Instr.getOperand(FirstMulOpIdx), MulOp1, MulOp1KillFlag); in reassociateFMA()
841 GetOperandInfo(Instr.getOperand(FirstMulOpIdx + 1), MulOp2, MulOp2KillFlag); in reassociateFMA()
842 GetOperandInfo(Instr.getOperand(AddOpIdx), AddOp, AddOpKillFlag); in reassociateFMA()
858 GetOperandInfo(Leaf->getOperand(AddOpIdx), RegX, KillX); in reassociateFMA()
860 GetOperandInfo(Leaf->getOperand(1), RegX, KillX); in reassociateFMA()
861 GetOperandInfo(Leaf->getOperand(2), RegY, KillY); in reassociateFMA()
864 GetOperandInfo(Leaf->getOperand(1), RegX, KillX); in reassociateFMA()
865 GetOperandInfo(Leaf->getOperand(2), RegY, KillY); in reassociateFMA()