Searched refs:getFunctionLiveInPhysReg (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | Utils.h | 210 Register getFunctionLiveInPhysReg(MachineFunction &MF, const TargetInstrInfo &TII,
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 499 Register llvm::getFunctionLiveInPhysReg(MachineFunction &MF, in getFunctionLiveInPhysReg() function in llvm
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructionSelector.cpp | 1204 Register LiveIn = getFunctionLiveInPhysReg(MF, TII, ReturnAddrReg, in selectReturnAddress()
|
D | AMDGPULegalizerInfo.cpp | 2701 Register LiveIn = getFunctionLiveInPhysReg(B.getMF(), B.getTII(), SrcReg, *ArgRC, in loadInputValue()
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64InstructionSelector.cpp | 4953 MFReturnAddr = getFunctionLiveInPhysReg(MF, TII, AArch64::LR, in selectIntrinsic()
|