HomeSort by relevance Sort by last modified time
    Searched refs:getValueType (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
EncodedValue.java 47 int getValueType();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseNullEncodedValue.java 55 return Ints.compare(getValueType(), o.getValueType());
58 public int getValueType() { return ValueType.NULL; }
BaseArrayEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.ARRAY; }
BaseBooleanEncodedValue.java 59 int res = Ints.compare(getValueType(), o.getValueType());
64 public int getValueType() { return ValueType.BOOLEAN; }
BaseByteEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.BYTE; }
BaseCharEncodedValue.java 59 int res = Ints.compare(getValueType(), o.getValueType());
64 public int getValueType() { return ValueType.CHAR; }
BaseDoubleEncodedValue.java 60 int res = Ints.compare(getValueType(), o.getValueType());
65 public int getValueType() { return ValueType.DOUBLE; }
BaseEnumEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.ENUM; }
BaseFieldEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.FIELD; }
BaseFloatEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.FLOAT; }
BaseIntEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.INT; }
BaseLongEncodedValue.java 61 int res = Ints.compare(getValueType(), o.getValueType());
66 public int getValueType() { return ValueType.LONG; }
BaseMethodEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.METHOD; }
BaseShortEncodedValue.java 59 int res = Ints.compare(getValueType(), o.getValueType());
64 public int getValueType() { return ValueType.SHORT; }
BaseStringEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.STRING; }
BaseTypeEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.TYPE; }
BaseAnnotationEncodedValue.java 62 int res = Ints.compare(getValueType(), o.getValueType());
70 public int getValueType() {
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
ParsedDirective.java 50 int getValueType()
  /external/smack/src/com/novell/sasl/client/
ParsedDirective.java 50 int getValueType()
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 126 N->getValueType(0)),
134 N->getValueType(0)));
140 NewOp.getValueType().getVectorElementType(),
145 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
157 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
160 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0),
170 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
172 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0),
186 EVT LVT = LHS.getValueType();
187 EVT RVT = RHS.getValueType();
    [all...]
LegalizeVectorTypes.cpp 139 LHS.getValueType(), LHS, RHS);
147 Op0.getValueType(), Op0, Op1, Op2);
157 EVT NewVT = N->getValueType(0).getVectorElementType();
163 EVT EltVT = N->getValueType(0).getVectorElementType();
173 EVT NewVT = N->getValueType(0).getVectorElementType();
176 Op0, DAG.getValueType(NewVT),
177 DAG.getValueType(Op0.getValueType()),
185 N->getValueType(0).getVectorElementType(),
190 EVT NewVT = N->getValueType(0).getVectorElementType()
    [all...]
LegalizeIntegerTypes.cpp 42 if (CustomLowerNode(N, N->getValueType(ResNo), true))
161 Op.getValueType(), Op, N->getOperand(1));
168 Op.getValueType(), Op, N->getOperand(1));
172 EVT ResVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
201 EVT SVT = getSetCCResultType(N->getOperand(2).getValueType());
202 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(1));
209 SDVTList VTs = DAG.getVTList(N->getValueType(0), SVT, MVT::Other);
223 DAG.getVTList(Op2.getValueType(), N->getValueType(1), MVT::Other);
237 EVT InVT = InOp.getValueType();
    [all...]
LegalizeTypesGeneric.cpp 42 EVT OutVT = N->getValueType(0);
45 EVT InVT = InOp.getValueType();
137 LHS.getValueType().getSizeInBits() << 1),
172 StackPtr = DAG.getNode(ISD::ADD, dl, StackPtr.getValueType(), StackPtr,
174 StackPtr.getValueType()));
199 assert(Part.getValueType() == N->getValueType(0) &&
208 unsigned OldElts = OldVec.getValueType().getVectorNumElements();
209 EVT OldEltVT = OldVec.getValueType().getVectorElementType();
214 EVT OldVT = N->getValueType(0)
    [all...]
LegalizeTypes.cpp 131 } else if (isTypeLegal(Res.getValueType()) || IgnoreNodeResults(I)) {
225 EVT ResultVT = N->getValueType(i);
276 EVT OpVT = N->getOperand(i).getValueType();
411 if (!isTypeLegal(I->getValueType(i))) {
419 !isTypeLegal(I->getOperand(i).getValueType())) {
735 assert(Result.getValueType() ==
736 TLI.getTypeToTransformTo(*DAG.getContext(), Op.getValueType()) &&
746 assert(Result.getValueType() ==
747 TLI.getTypeToTransformTo(*DAG.getContext(), Op.getValueType()) &&
760 assert(Result.getValueType().getSizeInBits() >
    [all...]
LegalizeVectorOps.cpp 300 QueryType = Node->getValueType(0);
307 QueryType = Node->getOperand(0).getValueType();
367 if (Op.getOperand(j).getValueType().isVector())
381 EVT VT = Op.getOperand(0).getValueType();
401 if (Op.getOperand(j).getValueType().isVector())
407 return DAG.getNode(Op.getOpcode(), dl, Op.getValueType(), Operands);
417 EVT VT = Op.getValueType();
453 EVT DstEltVT = Op.getNode()->getValueType(0).getScalarType();
499 BasePTR = DAG.getNode(ISD::ADD, dl, BasePTR.getValueType(), BasePTR,
500 DAG.getConstant(LoadBytes, BasePTR.getValueType()));
    [all...]

Completed in 227 milliseconds

1 2 3 4 5 6 7 8