HomeSort by relevance Sort by last modified time
    Searched refs:getRegisterType (Results 1 - 12 of 12) 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 161 RegisterType.getRegisterType(RegisterType.Category.UninitThis,
165 RegisterType.getRegisterType(RegisterType.Category.Reference,
180 RegisterType uninit = RegisterType.getRegisterType(RegisterType.Category.Uninit, null);
459 RegisterType.getRegisterType(RegisterType.Category.LongHi, null));
463 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 591 /// getRegisterType - Return the type of registers that this ValueType will
593 MVT getRegisterType(MVT VT) const {
598 /// getRegisterType - Return the type of registers that this ValueType will
600 MVT getRegisterType(LLVMContext &Context, EVT VT) const {
615 return getRegisterType(Context, getTypeToTransformTo(Context, VT));
640 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 813 MVT DestVT = TLI->getRegisterType(NewVT);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 228 MVT RegisterVT = TLI.getRegisterType(Ty->getContext(), ValueVT);
SelectionDAGBuilder.cpp 593 /// getRegisterType member function, however when with physical registers
617 MVT RegisterVT = tli.getRegisterType(Context, ValueVT);
    [all...]
LegalizeDAG.cpp 328 TLI.getRegisterType(*DAG.getContext(),
453 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), intVT);
    [all...]
LegalizeIntegerTypes.cpp 708 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 897 milliseconds