Home
last modified time | relevance | path

Searched refs:isReserved (Results 1 – 25 of 50) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp81 return (!isReserved() || isADispatchHazard()) && in isReady()
86 if (isADispatchHazard() && isReserved()) in isBufferAvailable()
285 unsigned NumUnits = E.second.isReserved() ? 0U : E.second.NumUnits; in checkAvailability()
308 if (!R.second.isReserved()) { in issueInstruction()
317 assert(R.second.isReserved()); in issueInstruction()
346 assert(Resource.isAResourceGroup() && !Resource.isReserved() && in reserveResource()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp355 if (MRI->isReserved(Src) || MRI->isReserved(Def)) in eraseIfRedundant()
526 if (MRI->isReserved(CopySrcReg) && !MRI->isConstantPhysReg(CopySrcReg)) in forwardUses()
626 if (!MRI->isReserved(Def)) in ForwardCopyPropagateBlock()
697 assert(!MRI->isReserved(Reg)); in ForwardCopyPropagateBlock()
732 assert(!MRI->isReserved(MaybeDead->getOperand(0).getReg())); in ForwardCopyPropagateBlock()
763 if (MRI.isReserved(Def) || MRI.isReserved(Src)) in isBackwardPropagatableCopy()
H A DLivePhysRegs.cpp143 if (MRI.isReserved(Reg)) in available()
259 if (MRI.isReserved(Reg)) in addLiveIns()
264 if (LiveRegs.contains(*SReg) && !MRI.isReserved(*SReg)) { in addLiveIns()
H A DRegisterScavenging.cpp137 if (!MO.getReg().isPhysical() || isReserved(MO.getReg())) in determineKillsAndDefs()
189 if (!Register::isPhysicalRegister(Reg) || isReserved(Reg)) in forward()
263 if (isReserved(Reg)) in isRegUsed()
384 if (!MRI.isReserved(Reg) && Used.available(Reg) && in findSurvivorBackwards()
402 if (!MRI.isReserved(Reg) && Used.available(Reg)) { in findSurvivorBackwards()
H A DLiveVariables.cpp523 if (!(Register::isPhysicalRegister(MOReg) && MRI->isReserved(MOReg))) in runOnInstr()
531 if (Register::isPhysicalRegister(MOReg) && !MRI->isReserved(MOReg)) in runOnInstr()
543 else if (!MRI->isReserved(MOReg)) in runOnInstr()
556 else if (!MRI->isReserved(MOReg)) in runOnInstr()
H A DDeadMachineInstructionElim.cpp85 if (LivePhysRegs.test(Reg) || MRI->isReserved(Reg)) in isDead()
H A DVirtRegMap.cpp89 assert(!getRegInfo().isReserved(physReg) && in assignVirt2Phys()
551 assert(!MRI->isReserved(PhysReg) && "Reserved register assignment"); in rewrite()
H A DRegAllocFast.cpp1127 if (!MRI->isReserved(Reg)) { in allocateInstruction()
1268 if (MRI->isReserved(Reg)) in allocateInstruction()
1298 if (MRI->isReserved(Reg)) in allocateInstruction()
1301 if (!displacedAny && !MRI->isReserved(Reg)) in allocateInstruction()
H A DRegAllocPBQP.cpp628 if (MRI.isReserved(PReg)) in initializeGraph()
770 if (!VRM.getRegInfo().isReserved(CandidateReg)) { in finalizeAlloc()
H A DLiveRangeEdit.cpp315 if (Reg && MOI->readsReg() && !MRI.isReserved(Reg)) in eliminateDeadDef()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h181 bool isReserved(Register Reg) const { return MRI->isReserved(Reg); } in isReserved() function
H A DMachineRegisterInfo.h915 bool isReserved(MCRegister PhysReg) const { in isReserved() function
935 !isReserved(PhysReg); in isAllocatable()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h328 bool isReserved() const { return Reserved; } in isReserved() function
343 bool isReserved() const { return CS.isReserved(); } in isReserved() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp67 if (Op.isReg() && MRI.isReserved(Op.getReg())) in isLiveInstr()
74 if (MRI.isReserved(R)) in isLiveInstr()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp66 RC->contains(Reg) && !MRI->isReserved(Reg)) in addHints()
70 RC->contains(Reg) && !MRI->isReserved(Reg)) in addHints()
119 if (!MRI->isReserved(PhysReg) && !is_contained(Hints, PhysReg)) in getRegAllocationHints()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.c525 static bool isReserved(const char *ident) in isReserved() function
644 if (isReserved(ident)) in checkReserved()
693 …if (!definedInModule && (!ident || (!isReserved(ident->toChars()) && ident != Id::_unittest && ide… in include()
H A Dcond.d634 extern(D) private static bool isReserved(const(char)[] ident) in isReserved() function
758 if (isReserved(ident)) in checkReserved()
868 … (!ident || (!isReserved(ident.toString()) && ident != Id._unittest && ident != Id._assert))) in include()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.c525 static bool isReserved(const char *ident) in isReserved() function
644 if (isReserved(ident)) in checkReserved()
693 …if (!definedInModule && (!ident || (!isReserved(ident->toChars()) && ident != Id::_unittest && ide… in include()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h226 bool isReserved() const { return Unavailable; } in isReserved() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1098 if (!isLiveIn && !MRI.isReserved(Reg)) in emitPushInst()
2136 assert(!MRI.isReserved(Reg) && "Should not be reserved"); in determineCalleeSaves()
2162 if (!MRI.isReserved(ARM::LR) && !MRI.isPhysRegUsed(ARM::LR) && in determineCalleeSaves()
2185 if (!MRI.isReserved(Reg) && !MRI.isPhysRegUsed(Reg) && in determineCalleeSaves()
2196 if (!MRI.isReserved(Reg) && !MRI.isPhysRegUsed(Reg)) in determineCalleeSaves()
2213 if (!MRI.isReserved(Reg) && in determineCalleeSaves()
2223 if (!MRI.isReserved(Reg)) { in determineCalleeSaves()
H A DThumb1FrameLowering.cpp856 if (isKill && !MRI.isReserved(Reg)) in spillCalleeSavedRegisters()
900 if (isKill && !MRI.isReserved(*HiRegToSave)) in spillCalleeSavedRegisters()
/netbsd/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstrBuilder.cpp160 if (countPopulation(RPC.first) > 1 && !RPC.second.isReserved()) { in initializeUsedResources()
191 << "Reserved=" << R.second.isReserved() << ", " in initializeUsedResources()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp939 if (RC.contains(Hint) && !MRI->isReserved(Hint)) in getRegAllocationHints()
944 !MRI->isReserved(PhysReg)) in getRegAllocationHints()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp385 if (!MRI->isReserved(DefReg) && in optimizeBlock()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h396 ReservedIdentifierStatus isReserved(const LangOptions &LangOpts) const; in alignas()

12