Searched refs:GetRegIndexForOperand (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp29 int LEONMachineFunctionPass::GetRegIndexForOperand(MachineInstr &MI, function in class:LEONMachineFunctionPass
659 int RegAIndex = GetRegIndexForOperand(MI, 0);
660 int RegBIndex = GetRegIndexForOperand(NMI, 0);
662 GetRegIndexForOperand(NMI, 2); // Second source operand is index 2
664 GetRegIndexForOperand(NMI, 1); // Destination operand is index 1
678 RegAIndex = GetRegIndexForOperand(MI, 1);
687 int RegAIndex = GetRegIndexForOperand(MI, 1);
688 int RegBIndex = GetRegIndexForOperand(NMI, 0);
689 int RegCIndex = GetRegIndexForOperand(NMI, 1);
841 (GetRegIndexForOperand(M
[all...]
H A DLeonPasses.h38 int GetRegIndexForOperand(MachineInstr &MI, int OperandIndex);

Completed in 182 milliseconds