Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h89 void enterBasicBlockEnd(MachineBasicBlock &MBB);
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp76 void RegScavenger::enterBasicBlockEnd(MachineBasicBlock &MBB) { in enterBasicBlockEnd() function in RegScavenger
396 RS.enterBasicBlockEnd(MBB); in scavengeFrameVirtualRegsInBlock()
H A DPrologEpilogInserter.cpp1476 LocalRS->enterBasicBlockEnd(*BB); in replaceFrameIndexDebugInstr()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp331 RS.enterBasicBlockEnd(MBB); in runOnMachineFunction()
H A DRISCVInstrInfo.cpp1102 RS->enterBasicBlockEnd(MBB); in insertIndirectBranch()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp343 rs.enterBasicBlockEnd(MBB); in loadImmediate()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp289 RS.enterBasicBlockEnd(MBB); in instrumentControlFlow()
H A DAArch64FrameLowering.cpp4144 RS->enterBasicBlockEnd(MBB);
H A DAArch64InstrInfo.cpp289 RS->enterBasicBlockEnd(MBB); in insertIndirectBranch()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp458 RS->enterBasicBlockEnd(MBB); in insertIndirectBranch()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1384 RS->enterBasicBlockEnd(MBB); in processFunctionBeforeFrameFinalized()
H A DSIInstrInfo.cpp691 RS.enterBasicBlockEnd(MBB); in indirectCopyToAGPR()
2965 RS->enterBasicBlockEnd(MBB); in getBranchPredicate()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp472 RS.enterBasicBlockEnd(*MBB); in findScratchRegister()