Searched defs:getRegisterType (Results 1 - 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DRegisterType.java200 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) { method in class:RegisterType
236 return getRegisterType(REFERENCE, classPath.getClass(type));
307 return RegisterType.getRegisterType(mergedCategory, mergedType);
311 public static RegisterType getRegisterType(byte category, @Nullable TypeProto typeProto) { method in class:RegisterType
/external/llvm/include/llvm/Target/
H A DTargetLowering.h828 MVT getRegisterType(MVT VT) const { function in class:llvm::TargetLoweringBase
834 MVT getRegisterType(LLVMContext &Context, EVT VT) const { function in class:llvm::TargetLoweringBase
849 return getRegisterType(Context, getTypeToTransformTo(Context, VT));
876 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
2703 EVT MinVT = getRegisterType(Context, MVT::i32);
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp604 uint32_t DIARawSymbol::getRegisterType() const { function in class:DIARawSymbol

Completed in 143 milliseconds