Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h89 void enterBasicBlockEnd(MachineBasicBlock &MBB);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp75 void RegScavenger::enterBasicBlockEnd(MachineBasicBlock &MBB) { in enterBasicBlockEnd() function in RegScavenger
395 RS.enterBasicBlockEnd(MBB); in scavengeFrameVirtualRegsInBlock()
H A DPrologEpilogInserter.cpp1478 LocalRS->enterBasicBlockEnd(*BB); in replaceFrameIndicesBackward()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp362 RS.enterBasicBlockEnd(MBB); in analyzeCompressibleUses()
H A DRISCVInstrInfo.cpp1325 RS->enterBasicBlockEnd(MBB); in insertIndirectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp284 RS.enterBasicBlockEnd(MBB); in instrumentControlFlow()
H A DAArch64FrameLowering.cpp4809 RS->enterBasicBlockEnd(MBB); in processFunctionBeforeFrameFinalized()
H A DAArch64InstrInfo.cpp329 RS->enterBasicBlockEnd(MBB); in insertIndirectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp340 rs.enterBasicBlockEnd(MBB); in loadImmediate()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.cpp510 RS->enterBasicBlockEnd(MBB); in insertIndirectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp654 RS->enterBasicBlockEnd(MBB); in insertIndirectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1423 RS->enterBasicBlockEnd(MBB); in processFunctionBeforeFrameFinalized()
H A DSIInstrInfo.cpp708 RS.enterBasicBlockEnd(MBB); in indirectCopyToAGPR()
3039 RS->enterBasicBlockEnd(MBB); in insertIndirectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp472 RS.enterBasicBlockEnd(*MBB); in findScratchRegister()