Searched refs:XC (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/libexec/getty/
H A Dgettytab.h159 #define XC gettyflags[12].value macro
H A Dsubr.c373 if (XC)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp141 // Handle the special case of a memset of 0, which can use XC.
143 return emitMemMemImm(DAG, DL, SystemZISD::XC, Chain, Dst, Dst, Bytes);
151 // Handle the special case of a variable length memset of 0 with XC.
152 return emitMemMemReg(DAG, DL, SystemZISD::XC, Chain, Dst, Dst, Size);
H A DSystemZISelLowering.h124 XC,
H A DSystemZISelLowering.cpp1099 return false; // Memset zero: Use XC
6345 OPCODE(XC);
9454 return emitMemMemWrapper(MI, MBB, SystemZ::XC);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp645 RegisterCell XC = eSXT(rc(1).cat(eIMM(0, W0)), W0);
646 RegisterCell RC = eASR(eADD(eASR(XC, im(2)), eIMM(1, 2*W0)), 1);
654 RegisterCell XC = eSXT(rc(1).cat(eIMM(0, W0)), W0);
655 RegisterCell RC = eLSR(eADD(eASR(XC, S-1), eIMM(1, 2*W0)), 1);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h459 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
H A DRISCVISelLowering.cpp1901 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
1909 if (XC && OldShiftOpcode == ISD::SRL && XC->isOne())
1920 return !XC;
1900 shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd( SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y, unsigned OldShiftOpcode, unsigned NewShiftOpcode, SelectionDAG &DAG) const argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h791 /// FIXME: we could avoid passing XC, but we can't use isConstOrConstSplat()
794 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
807 if (XC && NewShiftOpcode == ISD::SHL && XC->isOne())
815 return !XC;
793 shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd( SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y, unsigned OldShiftOpcode, unsigned NewShiftOpcode, SelectionDAG &DAG) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp613 Value *XC = Builder.CreateFMulFMF(X, C, &I); local
614 return BinaryOperator::CreateFAddFMF(XC, CC1, &I);
621 Value *XC = Builder.CreateFMulFMF(X, C, &I); local
622 return BinaryOperator::CreateFSubFMF(CC1, XC, &I);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1137 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
H A DX86ISelLowering.cpp3253 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
3258 X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG))
3252 shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd( SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y, unsigned OldShiftOpcode, unsigned NewShiftOpcode, SelectionDAG &DAG) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h858 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
H A DAArch64ISelLowering.cpp25393 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
25398 X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG))
25392 shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd( SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y, unsigned OldShiftOpcode, unsigned NewShiftOpcode, SelectionDAG &DAG) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9642 ConstantFPSDNode *XC = isConstOrConstSplatFP(X, /* AllowUndefs */ true);
9644 bool HasNan = (XC && XC->getValueAPF().isNaN()) ||
9646 bool HasInf = (XC && XC->getValueAPF().isInfinity()) ||
H A DTargetLowering.cpp4143 ConstantSDNode *XC =
4146 X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG);

Completed in 585 milliseconds