Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDMachineIRBuilder.h1660 MachineInstrBuilder buildBlockAddress(Register Res, const BlockAddress *BA);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDMachineIRBuilder.cpp1155 MachineIRBuilder::buildBlockAddress(Register Res, const BlockAddress *BA) { in buildBlockAddress() function in MachineIRBuilder
HDIRTranslator.cpp3558 EntryBuilder->buildBlockAddress(Reg, BA); in translate()