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

  /external/llvm/lib/VMCore/
ValueTypes.cpp 38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements);
146 /// getTypeForEVT - This method returns an LLVM type corresponding to the
149 Type *EVT::getTypeForEVT(LLVMContext &Context) const {
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 363 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
    [all...]
LegalizeTypes.cpp     [all...]
LegalizeTypesGeneric.cpp 123 getTypeForEVT(*DAG.getContext()));
SelectionDAG.cpp 831 VT.getTypeForEVT(*getContext());
    [all...]
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp 672 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext());
    [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 660 /// getTypeForEVT - This method returns an LLVM type corresponding to the
663 Type *getTypeForEVT(LLVMContext &Context) const;
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 402 getABITypeAlignment(LD->getMemoryVT().getTypeForEVT(*DAG.getContext()));
502 getABITypeAlignment(ST->getMemoryVT().getTypeForEVT(*DAG.getContext()));
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 72 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
84 Op.getNode()->getValueType(0).getTypeForEVT(*DAG.getContext());
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 914 milliseconds