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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
RegisterType.java 200 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) {
236 return getRegisterType(REFERENCE, classPath.getClass(type));
307 return RegisterType.getRegisterType(mergedCategory, mergedType);
311 public static RegisterType getRegisterType(byte category, @Nullable TypeProto typeProto) {
MethodAnalyzer.java 157 RegisterType.getRegisterType(RegisterType.UNINIT_THIS,
161 RegisterType.getRegisterType(RegisterType.REFERENCE,
170 RegisterType uninit = RegisterType.getRegisterType(RegisterType.UNINIT, null);
297 RegisterType.getRegisterType(classPath, parameter));
    [all...]
AnalyzedInstruction.java 85 RegisterType unknown = RegisterType.getRegisterType(RegisterType.UNKNOWN, null);
  /external/llvm/include/llvm/Target/
TargetLowering.h 669 MVT getRegisterType(MVT VT) const {
675 MVT getRegisterType(LLVMContext &Context, EVT VT) const {
690 return getRegisterType(Context, getTypeToTransformTo(Context, VT));
717 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 268 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT);
SelectionDAGBuilder.cpp 596 /// getRegisterType member function, however when with physical registers
620 MVT RegisterVT = tli.getRegisterType(Context, ValueVT);
    [all...]
LegalizeDAG.cpp 335 TLI.getRegisterType(*DAG.getContext(),
458 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), intVT);
    [all...]
LegalizeIntegerTypes.cpp 747 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 218 milliseconds