Home
last modified time | relevance | path

Searched refs:CBNZ (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX.td253 def : InstRW<[THXT8XWriteBR], (instregex "^CBNZ")>;
H A DAArch64ISelLowering.h292 CBNZ, enumerator
H A DAArch64SchedTSV110.td346 def : InstRW<[TSV110Wr_1cyc_1AB], (instregex "^(BR|RET|(CBZ|CBNZ|TBZ|TBNZ))$")>;
H A DAArch64SchedFalkorDetails.td1073 def : InstRW<[FalkorWr_1Z_0cyc], (instregex "^(BR|RET|(CBZ|CBNZ|TBZ|TBNZ)(W|X))$")>;
H A DAArch64SchedThunderX2T99.td407 (instregex "^CBZ", "^CBNZ", "^TBZ", "^TBNZ")>;
H A DAArch64SchedA64FX.td586 (instregex "^CBZ", "^CBNZ", "^TBZ", "^TBNZ")>;
H A DAArch64ISelLowering.cpp2524 MAKE_CASE(AArch64ISD::CBNZ) in getTargetNodeName()
8969 return DAG.getNode(AArch64ISD::CBNZ, dl, MVT::Other, Chain, LHS, Dest); in LowerBR_CC()
22250 BR = DAG.getNode(AArch64ISD::CBNZ, SDLoc(N), MVT::Other, Chain, LHS, Dest); in performBRCONDCombine()
H A DAArch64InstrInfo.td654 def AArch64cbnz : SDNode<"AArch64ISD::CBNZ", SDT_AArch64cbz,
2889 defm CBNZ : CmpBranch<1, "cbnz", AArch64cbnz>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td156 // B, BX, BL, BLX (imm, reg != LR, reg == LR), CBZ, CBNZ