Searched refs:TstMI (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp2268 MachineInstr &TstMI = local
2280 constrainSelectedInstRegOperands(TstMI, TII, TRI, RBI);
3307 auto TstMI = MIRBuilder.buildInstr(Opc, {ZReg}, {LHS}); local
3310 TstMI.addImm(
3313 TstMI.addUse(RHS);
3315 constrainSelectedInstRegOperands(*TstMI, TII, TRI, RBI);
3316 return &*TstMI;

Completed in 52 milliseconds