Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp103 OperandInfoTy GetOperandInfo(const CodeGenInstruction &Inst);
113 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo() function in InstrInfoEmitter
205 OperandInfoTy OperandInfo = GetOperandInfo(*Inst); in CollectOperandInfo()
1115 OperandInfoTy OperandInfo = GetOperandInfo(Inst); in emitRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp840 auto GetOperandInfo = [&](const MachineOperand &Operand, Register &Reg, in reassociateFMA() local
851 GetOperandInfo(Instr.getOperand(FirstMulOpIdx), MulOp1, MulOp1KillFlag); in reassociateFMA()
852 GetOperandInfo(Instr.getOperand(FirstMulOpIdx + 1), MulOp2, MulOp2KillFlag); in reassociateFMA()
853 GetOperandInfo(Instr.getOperand(AddOpIdx), AddOp, AddOpKillFlag); in reassociateFMA()
869 GetOperandInfo(Leaf->getOperand(AddOpIdx), RegX, KillX); in reassociateFMA()
871 GetOperandInfo(Leaf->getOperand(1), RegX, KillX); in reassociateFMA()
872 GetOperandInfo(Leaf->getOperand(2), RegY, KillY); in reassociateFMA()
875 GetOperandInfo(Leaf->getOperand(1), RegX, KillX); in reassociateFMA()
876 GetOperandInfo(Leaf->getOperand(2), RegY, KillY); in reassociateFMA()