Searched refs:getEVT (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonRemoveSZExtArgs.cpp61 assert (EVT::getEVT(SI->getType()) ==
62 (EVT::getEVT(Use->getType())));
H A DHexagonISelLowering.cpp1453 EVT MTy1 = EVT::getEVT(Ty1);
1454 EVT MTy2 = EVT::getEVT(Ty2);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DValueTypes.cpp88 return EVT::getEVT(cast<VectorType>(LLVMTy)->getElementType());
222 /// getEVT - Return the value type corresponding to the specified type. This
225 EVT EVT::getEVT(Type *Ty, bool HandleUnknown){ function in class:EVT
244 return getVectorVT(Ty->getContext(), getEVT(VTy->getElementType(), false),
H A DFunction.cpp352 EVT::getEVT(PTyp->getElementType()).getEVTString();
355 Result += "." + EVT::getEVT(Tys[i]).getEVTString();
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DAnalysis.cpp234 TLI.isTypeLegal(EVT::getEVT(Op->getType())) &&
235 TLI.isTypeLegal(EVT::getEVT(I->getType())))
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DValueTypes.h763 /// getEVT - Return the value type corresponding to the specified type.
766 static EVT getEVT(Type *Ty, bool HandleUnknown = false);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLowering.h556 return EVT::getVectorVT(Ty->getContext(), EVT::getEVT(Elm, false),
559 return EVT::getEVT(Ty, AllowUnknown);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp279 EVT IdxVT = EVT::getEVT(Idx->getType(), /*HandleUnknown=*/false);
341 EVT VT = EVT::getEVT(I->getType(), /*HandleUnknown=*/true);
H A DTargetLowering.cpp2958 EVT::getEVT(IntegerType::get(OpTy->getContext(), BitSize), true);
2964 OpInfo.ConstraintVT = EVT::getEVT(OpTy, true);

Completed in 231 milliseconds