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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DRegisterType.java187 return getRegisterType(Category.Boolean, null);
189 return getRegisterType(Category.Byte, null);
191 return getRegisterType(Category.Short, null);
193 return getRegisterType(Category.Char, null);
195 return getRegisterType(Category.Integer, null);
197 return getRegisterType(Category.Float, null);
199 return getRegisterType(Category.LongLo, null);
201 return getRegisterType(Category.DoubleLo, null);
204 return getRegisterType(Category.Reference, ClassPath.getClassDef(type));
223 return getRegisterType(Categor
309 public static RegisterType getRegisterType(Category category, ClassDef classType) { method in class:RegisterType
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h563 /// getRegisterType - Return the type of registers that this ValueType will
565 EVT getRegisterType(MVT VT) const { function in namespace:llvm
570 /// getRegisterType - Return the type of registers that this ValueType will
572 EVT getRegisterType(LLVMContext &Context, EVT VT) const { function in namespace:llvm
586 return getRegisterType(Context, getTypeToTransformTo(Context, VT));
610 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
1397 EVT MinVT = getRegisterType(Context, MVT::i32);

Completed in 156 milliseconds