Home
last modified time | relevance | path

Searched refs:isInternalRead (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h430 bool isInternalRead() const { in isInternalRead() function
459 return !isUndef() && !isInternalRead() && (isUse() || getSubReg()); in readsReg()
805 bool isInternalRead = false,
815 Op.IsInternalRead = isInternalRead;
H A DMachineInstrBuilder.h533 getInternalReadRegState(RegOp.isInternalRead()) | in getRegState()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp733 assert(!MO.isInternalRead() && "Cannot assign inside bundles"); in scavengeFrameVirtualRegsInBlock()
748 assert(!MO.isInternalRead() && "Cannot assign inside bundles"); in scavengeFrameVirtualRegsInBlock()
H A DMachineInstrBundle.cpp63 if (MO.isReg() && MO.isInternalRead()) in runOnMachineFunction()
H A DRegisterPressure.cpp504 if (!MO.isUndef() && !MO.isInternalRead()) in collectOperand()
537 if (!MO.isUndef() && !MO.isInternalRead()) in collectOperandLanes()
H A DTargetInstrInfo.cpp192 bool Reg1IsInternal = MI.getOperand(Idx1).isInternalRead(); in commuteInstructionImpl()
193 bool Reg2IsInternal = MI.getOperand(Idx2).isInternalRead(); in commuteInstructionImpl()
H A DMachineOperand.cpp760 if (isInternalRead()) in print()
H A DRegAllocFast.cpp1358 assert(!MO.isInternalRead() && "Bundles not supported"); in allocateInstruction()
H A DMachineVerifier.cpp2687 if (MODef.isTied() || MODef.isImplicit() || MODef.isInternalRead() || in checkPHIOps()
2700 if (MO0.isImplicit() || MO0.isInternalRead() || MO0.isEarlyClobber() || in checkPHIOps()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp399 if (MO.isReg() && MO.isInternalRead()) in MakeALUClause()
H A DAMDGPUInstructionSelector.cpp253 MO.isInternalRead()); in getSubOperand64()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp574 OffsetInternal = MI->getOperand(2).isInternalRead(); in ReduceLoadStore()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp618 Op.isInternalRead()); in createHalfInstr()