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

  /external/llvm/lib/Target/PTX/
PTXMachineFunctionInfo.h 168 /// getRegisterType - Returns the type of the specified virtual register.
169 unsigned getRegisterType(unsigned Reg) const {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
RegisterType.java 187 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(Category.LongLo, null)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 532 /// getRegisterType - Return the type of registers that this ValueType will
534 EVT getRegisterType(MVT VT) const {
539 /// getRegisterType - Return the type of registers that this ValueType will
541 EVT getRegisterType(LLVMContext &Context, EVT VT) const {
555 return getRegisterType(Context, getTypeToTransformTo(Context, VT));
579 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]

Completed in 462 milliseconds