Home
last modified time | relevance | path

Searched defs:CSINC (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h323 CSINC, // Conditional select increment. enumerator
H A DARMISelLowering.cpp13891 SDValue CSINC = N->getOperand(1); in PerformSubCSINCCombine() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h85 CSINC, // Conditional select increment. enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4759 auto CSINC = MIRBuilder.buildInstr(Opc, {Dst}, {Src1, Src2}).addImm(Pred); in emitCSINC() local