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.cpp117 OperandInfoTy GetOperandInfo(const CodeGenInstruction &Inst);
127 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo() function in InstrInfoEmitter
220 OperandInfoTy OperandInfo = GetOperandInfo(*Inst); in CollectOperandInfo()
1204 OperandInfoTy OperandInfo = GetOperandInfo(Inst); in emitRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp842 auto GetOperandInfo = [&](const MachineOperand &Operand, Register &Reg, in reassociateFMA() local
853 GetOperandInfo(Instr.getOperand(FirstMulOpIdx), MulOp1, MulOp1KillFlag); in reassociateFMA()
854 GetOperandInfo(Instr.getOperand(FirstMulOpIdx + 1), MulOp2, MulOp2KillFlag); in reassociateFMA()
855 GetOperandInfo(Instr.getOperand(AddOpIdx), AddOp, AddOpKillFlag); in reassociateFMA()
871 GetOperandInfo(Leaf->getOperand(AddOpIdx), RegX, KillX); in reassociateFMA()
873 GetOperandInfo(Leaf->getOperand(1), RegX, KillX); in reassociateFMA()
874 GetOperandInfo(Leaf->getOperand(2), RegY, KillY); in reassociateFMA()
877 GetOperandInfo(Leaf->getOperand(1), RegX, KillX); in reassociateFMA()
878 GetOperandInfo(Leaf->getOperand(2), RegY, KillY); in reassociateFMA()