Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h322 CSINC, // Conditional select increment. global() enumerator
H A DARMISelLowering.cpp14043 SDValue CSINC = N->getOperand(1); PerformSubCSINCCombine() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h85 CSINC, // Conditional select increment. global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4714 auto CSINC = MIRBuilder.buildInstr(Opc, {Dst}, {Src1, Src2}).addImm(Pred); emitCSINC() local
[all...]