Home
last modified time | relevance | path

Searched refs:tryEmitBZero (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.h54 bool tryEmitBZero(MachineInstr &MI, MachineIRBuilder &MIRBuilder, bool MinSize);
H A DAArch64O0PreLegalizerCombiner.cpp99 return llvm::AArch64GISelUtils::tryEmitBZero(MI, B, EnableMinSize); in combine()
H A DAArch64GlobalISelUtils.cpp63 bool AArch64GISelUtils::tryEmitBZero(MachineInstr &MI, in tryEmitBZero() function in AArch64GISelUtils
H A DAArch64PreLegalizerCombiner.cpp407 return llvm::AArch64GISelUtils::tryEmitBZero(MI, B, EnableMinSize); in combine()