Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX.td254 def : InstRW<[THXT8XWriteBR], (instregex "^CBZ")>;
H A DAArch64ISelLowering.h305 CBZ, 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.cpp2712 MAKE_CASE(AArch64ISD::CBZ) in getTargetNodeName()
9874 return DAG.getNode(AArch64ISD::CBZ, dl, MVT::Other, Chain, LHS, Dest); in LowerBR_CC()
23682 BR = DAG.getNode(AArch64ISD::CBZ, SDLoc(N), MVT::Other, Chain, LHS, Dest); in performBRCONDCombine()
H A DAArch64InstrInfo.td694 def AArch64cbz : SDNode<"AArch64ISD::CBZ", SDT_AArch64cbz,
3176 defm CBZ : CmpBranch<0, "cbz", AArch64cbz>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td156 // B, BX, BL, BLX (imm, reg != LR, reg == LR), CBZ, CBNZ