/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MachineFunctionInfo.cpp | 43 for (const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs(); in setRestoreBasePointer() local
|
/llvm-project/bolt/lib/Passes/ |
H A D | ShrinkWrapping.cpp | 876 bool ShrinkWrapping::isBestSavePosCold(unsigned CSR, MCInst *&BestPosSave, in isBestSavePosCold() 958 ShrinkWrapping::doRestorePlacement(MCInst *BestPosSave, unsigned CSR, in doRestorePlacement() 1045 bool ShrinkWrapping::validatePushPopsMode(unsigned CSR, MCInst *BestPosSave, in validatePushPopsMode() 1094 unsigned CSR) { in fixPopsPlacements() 1135 void ShrinkWrapping::scheduleOldSaveRestoresRemoval(unsigned CSR, in scheduleOldSaveRestoresRemoval() 1194 bool ShrinkWrapping::doesInstUsesCSR(const MCInst &Inst, uint16_t CSR) { in doesInstUsesCSR() 1204 unsigned CSR, MCInst *BestPosSave, in scheduleSaveRestoreInsertions() 1524 void ShrinkWrapping::insertUpdatedCFI(unsigned CSR, int SPValPush, in insertUpdatedCFI()
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | LivenessAnalysis.h | 116 BitVector CSR = BitVector(NumRegs, false); in computeNext() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterClassInfo.h | 119 MCRegister CSR; in getLastCalleeSavedAlias() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterClassInfo.cpp | 57 const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); in runOnMachineFunction() local [all...] |
H A D | LiveRegUnits.cpp | 99 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) { in addCalleeSavedRegs() local
|
H A D | MachineFrameInfo.cpp | 125 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; in getPristineRegs() local
|
H A D | LivePhysRegs.cpp | 177 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) in addCalleeSavedRegs() local
|
H A D | MachineRegisterInfo.cpp | 620 for (const MCPhysReg *I = CSR; *I; ++I) in disableCalleeSavedRegister() local
|
H A D | RegAllocPBQP.cpp | 583 for (unsigned i = 0; CSR[i] != 0; ++i) in isACalleeSavedRegister() local
|
H A D | RegAllocGreedy.cpp | 525 MCRegister CSR = RegClassInfo.getLastCalleeSavedAlias(PhysReg); isUnusedCalleeSavedReg() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenExtract.cpp | 100 ConstantInt *CSL = nullptr, *CSR = nullptr, *CM = nullptr; in INITIALIZE_PASS_DEPENDENCY() local
|
H A D | HexagonVLIWPacketizer.cpp | 352 for (auto *CSR = TRI->getCalleeSavedRegs(&MF); CSR && *CSR; ++CSR) in doesModifyCalleeSavedReg() local
|
H A D | HexagonFrameLowering.cpp | 286 static bool needsStackFrame(const MachineBasicBlock &MBB, const BitVector &CSR, in needsStackFrame() argument 443 BitVector CSR(Hexagon::NUM_TARGET_REGS); in findShrunkPrologEpilog() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 72 __anona05b79280102(CalleeSavedInfo &CSR) emitSCSPrologue() argument 132 __anona05b79280202(CalleeSavedInfo &CSR) emitSCSEpilogue() argument
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreFrameLowering.cpp | 458 for (const CalleeSavedInfo &CSR : CSI) { restoreCalleeSavedRegisters() local
|
/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.cpp | 615 const ConstantStruct *CSR = cast<ConstantStruct>(R); in equivalentAsOperands() local
|
/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 192 CSR, global() enumerator
|
/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 1781 CharSourceRange CSR = CharSourceRange::getCharRange(SR); getRangeText() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 7540 E->getExprLoc(), false, CSR); in checkFormatExpr() local 7262 const CharSourceRange &CSR = checkFormatExpr() local 7277 const CharSourceRange &CSR = checkFormatExpr() local [all...] |