Home
last modified time | relevance | path

Searched refs:buildBlockAddress (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1075 MachineInstrBuilder buildBlockAddress(unsigned Res, const BlockAddress *BA);
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp746 MachineIRBuilder::buildBlockAddress(unsigned Res, const BlockAddress *BA) { in buildBlockAddress() function in MachineIRBuilder
H A DIRTranslator.cpp1682 EntryBuilder->buildBlockAddress(Reg, BA); in translate()