Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX.td254 def : InstRW<[THXT8XWriteBR], (instregex "^CBZ")>;
H A DAArch64ISelLowering.h283 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.td587 (instregex "^CBZ", "^CBNZ", "^TBZ", "^TBNZ")>;
H A DAArch64ISelLowering.cpp2456 MAKE_CASE(AArch64ISD::CBZ) in getTargetNodeName()
8450 return DAG.getNode(AArch64ISD::CBZ, dl, MVT::Other, Chain, LHS, Dest); in LowerBR_CC()
20059 BR = DAG.getNode(AArch64ISD::CBZ, SDLoc(N), MVT::Other, Chain, LHS, Dest); in performBRCONDCombine()
H A DAArch64InstrInfo.td595 def AArch64cbz : SDNode<"AArch64ISD::CBZ", SDT_AArch64cbz,
2643 defm CBZ : CmpBranch<0, "cbz", AArch64cbz>;
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleA57.td156 // B, BX, BL, BLX (imm, reg != LR, reg == LR), CBZ, CBNZ