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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
RegisterType.java 200 return getRegisterType(LONG_LO, null);
202 return getRegisterType(LONG_HI, null);
206 return getRegisterType(DOUBLE_LO, null);
208 return getRegisterType(DOUBLE_HI, null);
216 public static RegisterType getRegisterType(@Nonnull ClassPath classPath, @Nonnull CharSequence type) {
236 return getRegisterType(REFERENCE, classPath.getClass(type));
307 return RegisterType.getRegisterType(mergedCategory, mergedType);
311 public static RegisterType getRegisterType(byte category, @Nullable TypeProto typeProto) {
  /external/llvm/include/llvm/Target/
TargetLowering.h 669 MVT getRegisterType(MVT VT) const {
675 MVT getRegisterType(LLVMContext &Context, EVT VT) const {
690 return getRegisterType(Context, getTypeToTransformTo(Context, VT));
717 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
    [all...]

Completed in 172 milliseconds