Searched refs:TstMI (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1845 auto TstMI = in selectCompareBranch() local 1847 constrainSelectedInstRegOperands(*TstMI, TII, TRI, RBI); in selectCompareBranch() 3559 auto TstMI = MIB.buildInstr(AArch64::ANDSWri, {DeadVReg}, {CondReg}) in select() local 3561 constrainSelectedInstRegOperands(*TstMI, TII, TRI, RBI); in select() 4522 auto TstMI = MIRBuilder.buildInstr(OpcTable[0][Is32Bit], {Ty}, {LHS}); in emitTST() local 4523 TstMI.addImm(AArch64_AM::encodeLogicalImmediate(Imm, RegSize)); in emitTST() 4524 constrainSelectedInstRegOperands(*TstMI, TII, TRI, RBI); in emitTST() 4525 return &*TstMI; in emitTST()
|