Home
last modified time | relevance | path

Searched defs:CSR (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp43 for (const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs(); in setRestoreBasePointer() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h119 MCRegister CSR; in getLastCalleeSavedAlias() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp57 const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); in runOnMachineFunction() local
H A DLiveRegUnits.cpp99 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) { in addCalleeSavedRegs() local
H A DMachineFrameInfo.cpp125 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; in getPristineRegs() local
H A DLivePhysRegs.cpp177 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) in addCalleeSavedRegs() local
H A DMachineRegisterInfo.cpp620 const MCPhysReg *CSR = TRI->getCalleeSavedRegs(MF); in disableCalleeSavedRegister() local
H A DRegAllocPBQP.cpp583 const MCPhysReg *CSR = MF.getRegInfo().getCalleeSavedRegs(); in isACalleeSavedRegister() local
H A DRegAllocGreedy.cpp523 MCRegister CSR = RegClassInfo.getLastCalleeSavedAlias(PhysReg); in isUnusedCalleeSavedReg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp100 ConstantInt *CSL = nullptr, *CSR = nullptr, *CM = nullptr; in INITIALIZE_PASS_DEPENDENCY() local
H A DHexagonVLIWPacketizer.cpp352 for (auto *CSR = TRI->getCalleeSavedRegs(&MF); CSR && *CSR; ++CSR) in doesModifyCalleeSavedReg() local
H A DHexagonFrameLowering.cpp286 static bool needsStackFrame(const MachineBasicBlock &MBB, const BitVector &CSR, in needsStackFrame()
443 BitVector CSR(Hexagon::NUM_TARGET_REGS); in findShrunkPrologEpilog() local
/freebsd/sys/dev/xdma/controller/
H A Dpl330.h45 #define CSR(n) (0x100 + 0x08 * (n)) /* Channel status for DMA channel n */ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp72 CSI, [&](CalleeSavedInfo &CSR) { return CSR.getReg() == RAReg; })) in emitSCSPrologue()
132 CSI, [&](CalleeSavedInfo &CSR) { return CSR.getReg() == RAReg; })) in emitSCSEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp457 for (const CalleeSavedInfo &CSR : CSI) { in restoreCalleeSavedRegisters() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp615 const ConstantStruct *CSR = cast<ConstantStruct>(R); in equivalentAsOperands() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h192 CSR, enumerator
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1781 CharSourceRange CSR = CharSourceRange::getCharRange(SR); in getRangeText() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7266 const CharSourceRange &CSR = in checkFormatExpr() local
7281 const CharSourceRange &CSR = in checkFormatExpr() local
7544 const CharSourceRange &CSR = getSpecifierRange(StartSpecifier, in checkFormatExpr() local