Home
last modified time | relevance | path

Searched refs:getArgPhysReg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h284 std::optional<MCRegister> getArgPhysReg(Argument &Arg);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2075 std::optional<MCRegister> IRTranslator::getArgPhysReg(Argument &Arg) { in getArgPhysReg() function in IRTranslator
2099 std::optional<MCRegister> PhysReg = getArgPhysReg(*Arg); in translateIfEntryValueArgument()