Home
last modified time | relevance | path

Searched refs:buildDbgValueForSpill (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h537 LLVM_ABI MachineInstr *buildDbgValueForSpill(MachineBasicBlock &BB,
541 LLVM_ABI MachineInstr *buildDbgValueForSpill(
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2448 MachineInstr *llvm::buildDbgValueForSpill(MachineBasicBlock &BB, in buildDbgValueForSpill() function in llvm
2471 MachineInstr *llvm::buildDbgValueForSpill( in buildDbgValueForSpill() function in llvm
H A DRegAllocFast.cpp609 MachineInstr *NewDV = buildDbgValueForSpill( in spill()
H A DInlineSpiller.cpp1173 buildDbgValueForSpill(*MBB, &MI, MI, StackSlot, Reg); in spillAroundUses()