/dalvik/vm/analysis/ |
CodeVerify.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 511 /// getRegisterType - Return the type of registers that this ValueType will 513 EVT getRegisterType(MVT VT) const { 518 /// getRegisterType - Return the type of registers that this ValueType will 520 EVT getRegisterType(LLVMContext &Context, EVT VT) const { 534 return getRegisterType(Context, getTypeToTransformTo(Context, VT)); 559 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits(); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FunctionLoweringInfo.cpp | 226 EVT RegisterVT = TLI.getRegisterType(Ty->getContext(), ValueVT);
|
TargetLowering.cpp | 689 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 | 412 TLI.getRegisterType(*DAG.getContext(), 526 EVT RegVT = TLI.getRegisterType(*DAG.getContext(), intVT); [all...] |
LegalizeIntegerTypes.cpp | 652 EVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT); [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | [all...] |
X86ISelLowering.cpp | [all...] |