Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h298 bool translateCall(const User &U, MachineIRBuilder &MIRBuilder);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2756 bool IRTranslator::translateCall(const User &U, MachineIRBuilder &MIRBuilder) { in translateCall() function in IRTranslator