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 | 1837 auto TstMI = in selectCompareBranch() local 1839 constrainSelectedInstRegOperands(*TstMI, TII, TRI, RBI); in selectCompareBranch() 3424 auto TstMI = MIB.buildInstr(AArch64::ANDSWri, {DeadVReg}, {CondReg}) in select() local 3426 constrainSelectedInstRegOperands(*TstMI, TII, TRI, RBI); in select() 4387 auto TstMI = MIRBuilder.buildInstr(OpcTable[0][Is32Bit], {Ty}, {LHS}); in emitTST() local 4388 TstMI.addImm(AArch64_AM::encodeLogicalImmediate(Imm, RegSize)); in emitTST() 4389 constrainSelectedInstRegOperands(*TstMI, TII, TRI, RBI); in emitTST() 4390 return &*TstMI; in emitTST()
|