Searched refs:CN (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.2-release/bin/mv/tests/
H A Dlegacy_test.sh41 CN=`basename $1`
42 echo "$CN-$CN" >$1
76 CN=`basename $1`
77 mkdir -p $1/"$CN-$CN"
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp88 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) {
89 if (isInt<13>(CN->getSExtValue())) {
98 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
126 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
127 if (isInt<13>(CN->getSExtValue()))
/freebsd-10.2-release/tools/test/iconv/
H A DMakefile9 PT154 SHIFT_JIS EUC-CN EUC-JP EUC-KR
18 HZ ISO-2022-CN ISO-2022-CN-EXT ISO-2022-JP ISO-2022-JP-1 \
/freebsd-10.2-release/share/i18n/csmapper/ISO646/
H A DMakefile12 ISO646-CN%UCS.646 ISO646-CU%UCS.646 ISO646-DE%UCS.646 \
/freebsd-10.2-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp96 ConstantSDNode *CN = 0; local
98 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
99 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
102 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp279 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); local
280 if (isInt<16>(CN->getSExtValue())) {
289 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
353 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); local
354 if (isInt<12>(CN->getSExtValue())) {
363 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
631 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node); local
632 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) {
655 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Node); local
656 unsigned Size = CN
[all...]
H A DMips16ISelDAGToDAG.cpp187 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); local
188 if (isInt<16>(CN->getSExtValue())) {
199 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
H A DMipsISelLowering.cpp538 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(False);
540 if (!CN || CN->getZExtValue())
570 ConstantSDNode *CN;
571 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
574 uint64_t Pos = CN->getZExtValue();
578 if (!(CN = dyn_cast<ConstantSDNode>(Mask)) ||
579 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
605 ConstantSDNode *CN; local
611 if (!(CN
[all...]
/freebsd-10.2-release/usr.sbin/newsyslog/tests/
H A Dlegacy_test.sh35 CN=`basename $1`
36 echo "$CN-$CN" >$1
/freebsd-10.2-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp225 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N.getOperand(1))) {
227 uint64_t Offset = CN->getSExtValue();
233 CurDAG->MaskedValueIsZero(N.getOperand(0), CN->getAPIntValue())) {
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp57 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N); local
58 if (!CN || CN->getZExtValue() % MemSize != 0
59 || CN->getZExtValue() / MemSize > 0xfff)
62 UImm12 = CurDAG->getTargetConstant(CN->getZExtValue() / MemSize, MVT::i64);
157 const ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N); local
158 if (!CN) return false;
172 CN->getValueAPF().convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact);
220 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N); local
221 if (!CN) retur
384 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N); local
1118 ConstantPoolSDNode *CN = cast<ConstantPoolSDNode>(Node); local
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h187 explicit iterator(PointerRec *CN = 0) : CurNode(CN) {}
/freebsd-10.2-release/etc/rc.d/
H A Dsendmail110 CN = $cnname
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1025 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1))) {
1026 unsigned Val = CN->getZExtValue();
1092 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1)))
1093 if (CN->getZExtValue() == 3 || CN->getZExtValue() == 5 ||
1094 CN->getZExtValue() == 9) {
1095 AM.Scale = unsigned(CN->getZExtValue())-1;
1108 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue();
1225 ConstantSDNode *CN = cast<ConstantSDNode>(N.getOperand(1)); local
1229 !FoldOffsetIntoAddress(CN
[all...]
H A DX86ISelLowering.cpp4557 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Elt))
4558 return CN->isNullValue();
/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1111 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val.getNode()))
1112 if (isInt<9>(CN->getSExtValue())) {
1138 if (ConstantSDNode *CN =
1140 if (isInt<9>(CN->getSExtValue())) {
1265 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N); local
1266 APFloat APF = CN->getValueAPF();
1550 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
1551 if (isInt<13>(CN->getSExtValue()))
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp2337 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) {
2340 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), mvt);
2376 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) {
2383 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), mvt);
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp957 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) {
958 Value = CN->getZExtValue();
959 } else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal)) {
960 assert(CN->getValueType(0) == MVT::f32 && "Only one legal FP vector type!");
961 Value = FloatToBits(CN->getValueAPF().convertToFloat());
1156 } else if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N)) {
1162 if (isIntS16Immediate(CN, Imm) && (!Aligned || (Imm & 3) == 0)) {
1163 Disp = DAG.getTargetConstant(Imm, CN->getValueType(0));
1165 CN->getValueType(0));
1170 if ((CN
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp123 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(NotZero)) {
124 if (CN->getAPIntValue().countTrailingOnes() < EltSize)
164 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Zero)) {
165 if (!CN->isNullValue())
6493 else if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal))
6494 SplatValue |= CN->getAPIntValue().zextOrTrunc(EltBitSize).
6496 else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal))
6497 SplatValue |= CN->getValueAPF().bitcastToAPInt().zextOrTrunc(sz) <<BitPos;
H A DLegalizeIntegerTypes.cpp2081 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N->getOperand(1)))
2082 return ExpandShiftByConstant(N, CN->getZExtValue(), Lo, Hi);
H A DDAGCombiner.cpp3846 // Get the two constanst of the shifts, CN0 = m, CN = n.
7287 ConstantSDNode *CN = local
7290 APInt Offset0 = CN->getAPIntValue();
7306 SDValue NewOp1 = DAG.getConstant(CNV, CN->getValueType(0));
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp134 const ConstantSDNode *CN = cast<ConstantSDNode>(N); local
135 Pred = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-arm.c14500 REGSET(c, CN), REGSET(C, CN),
14501 REGSET(cr, CN), REGSET(CR, CN),

Completed in 364 milliseconds