HomeSort by relevance Sort by last modified time
    Searched defs:CN (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Target/Blackfin/
BlackfinISelDAGToDAG.cpp 106 ConstantSDNode *CN = 0;
108 (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) &&
109 (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
112 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
  /external/llvm/lib/Target/PTX/
PTXISelDAGToDAG.cpp 228 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
229 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
325 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
326 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
346 ConstantSDNode *CN = cast<ConstantSDNode>(node);
347 imm = CurDAG->getTargetConstant(*CN->getConstantIntValue(),
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 99 ConstantSDNode *CN = 0;
101 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
102 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
105 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
120 ConstantSDNode *CN = 0;
122 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
123 && (CN->getSExtValue() % 4 == 0)) {
126 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
141 ConstantSDNode *CN = 0
    [all...]
XCoreISelLowering.cpp 361 ConstantSDNode *CN = 0;
362 if (!(CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))) {
365 int64_t off = CN->getSExtValue();
370 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Base.getOperand(1)
372 if (CN && (CN->getSExtValue() >= 2)) {
    [all...]
  /frameworks/base/core/java/android/content/
ComponentName.java 104 int CN = mClass.length();
105 if (CN > PN && mClass.charAt(PN) == '.') {
106 return mClass.substring(PN, CN);
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 67 private static final ObjectIdentifier CN
68 = new ObjectIdentifier(new int[] { 2, 5, 4, 3 }, "CN", RFC1779_NAMES);
143 RFC1779_NAMES.put(CN.getName(), CN);
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 144 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
145 if (isInt<16>(CN->getSExtValue())) {
154 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
302 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node);
303 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) {
MipsISelLowering.cpp 559 ConstantSDNode *CN;
560 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
563 Pos = CN->getZExtValue();
567 if (!(CN = dyn_cast<ConstantSDNode>(Mask)) ||
568 !IsShiftedMask(CN->getZExtValue(), SMPos, SMSize))
594 ConstantSDNode *CN;
600 if (!(CN = dyn_cast<ConstantSDNode>(And0.getOperand(1))) ||
601 !IsShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0))
608 if (!(CN = dyn_cast<ConstantSDNode>(And1.getOperand(1))) ||
609 !IsShiftedMask(CN->getZExtValue(), SMPos1, SMSize1)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 47 public static final ASN1ObjectIdentifier CN = new ASN1ObjectIdentifier("2.5.4.3");
211 DefaultSymbols.put(CN, "CN");
244 DefaultLookUp.put("cn", CN);
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 285 ConstantFPSDNode *CN = cast<ConstantFPSDNode>(N);
288 if (CN->getValueAPF().isPosZero()) {
292 } else if (CN->getValueAPF().isNegZero()) {
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 64 public static final DERObjectIdentifier CN = new DERObjectIdentifier("2.5.4.3");
263 DefaultSymbols.put(CN, "CN");
295 RFC2253Symbols.put(CN, "CN");
305 RFC1779Symbols.put(CN, "CN");
314 DefaultLookUp.put("cn", CN);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 43 isI32IntS10Immediate(ConstantSDNode *CN)
45 return isInt<10>(CN->getSExtValue());
50 isI32IntU10Immediate(ConstantSDNode *CN)
52 return isUInt<10>(CN->getSExtValue());
57 isI16IntS10Immediate(ConstantSDNode *CN)
59 return isInt<10>(CN->getSExtValue());
64 isI16IntU10Immediate(ConstantSDNode *CN)
66 return isUInt<10>((short) CN->getZExtValue());
71 \arg CN The constant SelectionDAG node holding the value
74 This predicate tests the value in \a CN to see whether it can b
    [all...]
SPUISelLowering.cpp 589 ConstantSDNode *CN;
594 && (CN = dyn_cast<ConstantSDNode > (basePtr.getOperand(1))) != 0) {
596 int64_t offset = CN->getSExtValue();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 789 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1))) {
790 unsigned Val = CN->getZExtValue();
829 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1)))
830 if (CN->getZExtValue() == 3 || CN->getZExtValue() == 5 ||
831 CN->getZExtValue() == 9) {
832 AM.Scale = unsigned(CN->getZExtValue())-1;
845 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue();
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 338 milliseconds