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

  /dalvik/vm/analysis/
CodeVerify.cpp     [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));
580 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 226 EVT RegisterVT = TLI.getRegisterType(Ty->getContext(), ValueVT);
TargetLowering.cpp 691 EVT DestVT = TLI->getRegisterType(NewVT);
    [all...]
SelectionDAGBuilder.cpp 563 /// getRegisterType member function, however when with physical registers
587 EVT RegisterVT = tli.getRegisterType(Context, ValueVT);
    [all...]
LegalizeDAG.cpp 407 TLI.getRegisterType(*DAG.getContext(),
521 EVT RegVT = TLI.getRegisterType(*DAG.getContext(), intVT);
    [all...]
LegalizeIntegerTypes.cpp 696 EVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 309 milliseconds