Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h321 CSINC, // Conditional select increment. enumerator
H A DARMISelLowering.cpp14048 SDValue CSINC = N->getOperand(1); in PerformSubCSINCCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h98 CSINC, // Conditional select increment. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4563 auto CSINC = MIRBuilder.buildInstr(Opc, {Dst}, {Src1, Src2}).addImm(Pred); in emitCSINC() local