Searched refs:CSel (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp3562 auto CSel = local
3566 constrainSelectedInstRegOperands(*CSel, TII, TRI, RBI);
H A DAArch64ISelLowering.cpp9715 SDValue CSel = DAG.getNode(AArch64ISD::CSEL, DL, VT, Add, N0, CCVal, Cmp); local
9719 Created.push_back(CSel.getNode());
9723 DAG.getNode(ISD::SRA, DL, VT, CSel, DAG.getConstant(Lg2, DL, MVT::i64));

Completed in 123 milliseconds