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

  /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...]
MethodAnalyzer.java 156 RegisterType.getRegisterType(RegisterType.Category.UninitThis,
160 RegisterType.getRegisterType(RegisterType.Category.Reference,
175 RegisterType uninit = RegisterType.getRegisterType(RegisterType.Category.Uninit, null);
432 RegisterType.getRegisterType(RegisterType.Category.LongHi, null));
436 RegisterType.getRegisterType(RegisterType.Category.DoubleHi, null));
    [all...]
AnalyzedInstruction.java 89 RegisterType unknown = RegisterType.getRegisterType(RegisterType.Category.Unknown, null);
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 563 /// getRegisterType - Return the type of registers that this ValueType will
565 EVT getRegisterType(MVT VT) const {
570 /// getRegisterType - Return the type of registers that this ValueType will
572 EVT getRegisterType(LLVMContext &Context, EVT VT) const {
586 return getRegisterType(Context, getTypeToTransformTo(Context, VT));
610 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 229 EVT RegisterVT = TLI.getRegisterType(Ty->getContext(), ValueVT);
TargetLowering.cpp 685 EVT DestVT = TLI->getRegisterType(NewVT);
    [all...]
SelectionDAGBuilder.cpp 570 /// getRegisterType member function, however when with physical registers
594 EVT RegisterVT = tli.getRegisterType(Context, ValueVT);
    [all...]
LegalizeDAG.cpp 325 TLI.getRegisterType(*DAG.getContext(),
450 EVT RegVT = TLI.getRegisterType(*DAG.getContext(), intVT);
    [all...]
LegalizeIntegerTypes.cpp 698 EVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 278 milliseconds