Home
last modified time | relevance | path

Searched refs:MO0 (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMHazardRecognizer.cpp189 auto MO0 = *L0.memoperands().begin(); in getHazardType() local
190 auto BaseVal0 = MO0->getValue(); in getHazardType()
191 auto BasePseudoVal0 = MO0->getPseudoValue(); in getHazardType()
194 if (MO0->getSize() > 4) in getHazardType()
DARMBaseInstrInfo.cpp1875 const MachineOperand &MO0 = MI0.getOperand(1); in produceSameValue() local
1877 if (MO0.getOffset() != MO1.getOffset()) in produceSameValue()
1885 return MO0.getGlobal() == MO1.getGlobal(); in produceSameValue()
1889 int CPI0 = MO0.getIndex(); in produceSameValue()
1928 const MachineOperand &MO0 = MI0.getOperand(i); in produceSameValue() local
1930 if (!MO0.isIdenticalTo(MO1)) in produceSameValue()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp230 MachineOperand *MO0 = &MI->getOperand(0); in verifyUseList() local
232 if (!(MO >= MO0 && MO < MO0+NumOps)) { in verifyUseList()
DRegAllocFast.cpp1241 const MachineOperand &MO0 = MI.getOperand(I0); in allocateInstruction() local
1243 Register Reg0 = MO0.getReg(); in allocateInstruction()
1261 bool Livethrough0 = MO0.isEarlyClobber() || MO0.isTied() || in allocateInstruction()
1262 (MO0.getSubReg() == 0 && !MO0.isUndef()); in allocateInstruction()
DMachineVerifier.cpp2790 const MachineOperand &MO0 = Phi.getOperand(I); in checkPHIOps() local
2791 if (!MO0.isReg()) { in checkPHIOps()
2792 report("Expected PHI operand to be a register", &MO0, I); in checkPHIOps()
2795 if (MO0.isImplicit() || MO0.isInternalRead() || MO0.isEarlyClobber() || in checkPHIOps()
2796 MO0.isDebug() || MO0.isTied()) in checkPHIOps()
2797 report("Unexpected flag on PHI operand", &MO0, I); in checkPHIOps()
2814 if (!MO0.isUndef() && PrInfo.reachable && in checkPHIOps()
2815 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
2816 report("PHI operand is not live-out from predecessor", &MO0, I); in checkPHIOps()
DTailDuplicator.cpp491 MachineOperand &MO0 = MI.getOperand(Idx); in updateSuccessorsPHIs() local
492 Register Reg = MO0.getReg(); in updateSuccessorsPHIs()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1528 const MachineOperand &MO0 = MI.getOperand(0); in handleSpecialFP() local
1532 unsigned DstFP = getFPReg(MO0); in handleSpecialFP()
DX86InstrInfo.cpp7000 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand() local
7015 MO1.ChangeToRegister(MO0.getReg(), false); in unfoldMemoryOperand()