Home
last modified time | relevance | path

Searched refs:moveCallSiteInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLiveRangeEdit.cpp235 UseMI->getMF()->moveCallSiteInfo(UseMI, FoldMI); in foldAsLoad()
HDMachineFunction.cpp863 void MachineFunction::moveCallSiteInfo(const MachineInstr *Old, in moveCallSiteInfo() function in MachineFunction
HDInlineSpiller.cpp868 MI->getMF()->moveCallSiteInfo(MI, FoldMI); in foldMemoryOperand()
HDPeepholeOptimizer.cpp1780 MI->getMF()->moveCallSiteInfo(MI, FoldMI); in runOnMachineFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ExpandPseudo.cpp278 MBB.getParent()->moveCallSiteInfo(&*MBBI, &NewMI); in ExpandMI()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFunction.h1002 void moveCallSiteInfo(const MachineInstr *Old,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMExpandPseudoInsts.cpp1210 MBB.getParent()->moveCallSiteInfo(&MI, &*NewMI); in ExpandMI()
1443 MI.getMF()->moveCallSiteInfo(&MI, &*MIB); in ExpandMI()