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

1 2 3 4 5 6 7 8 91011>>

  /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() {
  /packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehicleNetworkProtoUtil.java 27 sb.append(Integer.toHexString(value.getValueType()));
40 sb.append(Integer.toHexString(config.getValueType()));
56 if (l.getValueType() != r.getValueType()) {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 149 LHS.getValueType(), LHS, RHS, N->getFlags());
157 Op0.getValueType(), Op0, Op1, Op2);
167 EVT NewVT = N->getValueType(0).getVectorElementType();
173 EVT EltVT = N->getValueType(0).getVectorElementType();
183 EVT NewVT = N->getValueType(0).getVectorElementType();
186 Op0, DAG.getValueType(NewVT),
187 DAG.getValueType(Op0.getValueType()),
195 N->getValueType(0).getVectorElementType(),
200 EVT NewVT = N->getValueType(0).getVectorElementType()
    [all...]
LegalizeFloatTypes.cpp 65 assert(isLegalInHWReg(N->getValueType(ResNo)) &&
127 if (isLegalInHWReg(N->getValueType(ResNo)))
142 N->getValueType(0)),
149 if (isLegalInHWReg(N->getValueType(ResNo)))
154 CN->getValueType(0)));
160 NewOp.getValueType().getVectorElementType(),
166 if (isLegalInHWReg(N->getValueType(ResNo)))
168 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
180 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
183 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0)
    [all...]
LegalizeIntegerTypes.cpp 42 if (CustomLowerNode(N, N->getValueType(ResNo), true))
171 Op.getValueType(), Op, N->getOperand(1));
178 Op.getValueType(), Op, N->getOperand(1));
182 EVT ResVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
211 EVT SVT = getSetCCResultType(N->getOperand(2).getValueType());
212 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(1));
219 SDVTList VTs = DAG.getVTList(N->getValueType(0), SVT, MVT::Other);
233 DAG.getVTList(Op2.getValueType(), N->getValueType(1), MVT::Other);
246 EVT InVT = InOp.getValueType();
    [all...]
LegalizeTypesGeneric.cpp 42 EVT OutVT = N->getValueType(0);
45 EVT InVT = InOp.getValueType();
147 LHS.getValueType().getSizeInBits() << 1),
182 StackPtr = DAG.getNode(ISD::ADD, dl, StackPtr.getValueType(), StackPtr,
184 StackPtr.getValueType()));
209 assert(Part.getValueType() == N->getValueType(0) &&
218 unsigned OldElts = OldVec.getValueType().getVectorNumElements();
219 EVT OldEltVT = OldVec.getValueType().getVectorElementType();
224 EVT OldVT = N->getValueType(0)
    [all...]
LegalizeTypes.cpp 130 } else if (isTypeLegal(Res.getValueType()) || IgnoreNodeResults(&Node)) {
223 EVT ResultVT = N->getValueType(i);
282 EVT OpVT = N->getOperand(i).getValueType();
425 if (!isTypeLegal(Node.getValueType(i)) &&
426 !TLI.isTypeLegal(Node.getValueType(i))) {
435 !isTypeLegal(Node.getOperand(i).getValueType()) &&
436 !TLI.isTypeLegal(Node.getOperand(i).getValueType())) {
753 assert(Result.getValueType() ==
754 TLI.getTypeToTransformTo(*DAG.getContext(), Op.getValueType()) &&
766 assert((Result.getValueType() =
    [all...]
LegalizeVectorOps.cpp 205 switch (TLI.getLoadExtAction(LD->getExtensionType(), LD->getValueType(0),
334 QueryType = Node->getValueType(0);
341 QueryType = Node->getOperand(0).getValueType();
344 QueryType = cast<MaskedScatterSDNode>(Node)->getValue().getValueType();
347 QueryType = cast<MaskedStoreSDNode>(Node)->getValue().getValueType();
410 if (Op.getOperand(j).getValueType().isVector())
412 .getValueType()
435 EVT VT = Op.getOperand(0).getValueType();
455 if (Op.getOperand(j).getValueType().isVector())
461 return DAG.getNode(Op.getOpcode(), dl, Op.getValueType(), Operands)
    [all...]
LegalizeDAG.cpp 257 EVT VT = CFP->getValueType(0);
301 EVT VT = CP->getValueType(0);
321 EVT VT = Val.getValueType();
375 StackPtr = DAG.getNode(ISD::ADD, dl, StackPtr.getValueType(), StackPtr,
377 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
413 DAG.getConstant(NumBits, dl, TLI.getShiftAmountTy(Val.getValueType(),
425 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr,
448 EVT VT = LD->getValueType(0);
498 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
499 StackPtr = DAG.getNode(ISD::ADD, dl, StackPtr.getValueType(), StackPtr
    [all...]

Completed in 2161 milliseconds

1 2 3 4 5 6 7 8 91011>>