Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h437 bool isInternalRead() const { in isInternalRead() function
466 return !isUndef() && !isInternalRead() && (isUse() || getSubReg()); in readsReg()
835 bool isInternalRead = false,
845 Op.IsInternalRead = isInternalRead;
H A DMachineInstrBuilder.h556 getInternalReadRegState(RegOp.isInternalRead()) | in getRegState()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp740 assert(!MO.isInternalRead() && "Cannot assign inside bundles"); in scavengeFrameVirtualRegsInBlock()
755 assert(!MO.isInternalRead() && "Cannot assign inside bundles"); in scavengeFrameVirtualRegsInBlock()
H A DMachineInstrBundle.cpp63 if (MO.isReg() && MO.isInternalRead()) in runOnMachineFunction()
H A DTargetInstrInfo.cpp193 bool Reg1IsInternal = MI.getOperand(Idx1).isInternalRead(); in commuteInstructionImpl()
194 bool Reg2IsInternal = MI.getOperand(Idx2).isInternalRead(); in commuteInstructionImpl()
H A DRegisterPressure.cpp503 if (!MO.isUndef() && !MO.isInternalRead()) in collectOperand()
536 if (!MO.isUndef() && !MO.isInternalRead()) in collectOperandLanes()
H A DMachineOperand.cpp793 if (isInternalRead()) in print()
H A DRegAllocFast.cpp1387 assert(!MO.isInternalRead() && "Bundles not supported"); in allocateInstruction()
H A DMachineVerifier.cpp2782 if (MODef.isTied() || MODef.isImplicit() || MODef.isInternalRead() || in checkPHIOps()
2795 if (MO0.isImplicit() || MO0.isInternalRead() || MO0.isEarlyClobber() || in checkPHIOps()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp399 if (MO.isReg() && MO.isInternalRead()) in MakeALUClause()
H A DAMDGPUInstructionSelector.cpp254 MO.isInternalRead()); in getSubOperand64()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp571 OffsetInternal = MI->getOperand(2).isInternalRead(); in ReduceLoadStore()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp618 Op.isInternalRead()); in createHalfInstr()