Searched defs:Ty2 (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMGlobalMerge.cpp104 Type *Ty2 = cast<PointerType>(GV2->getType())->getElementType(); local
106 return (TD->getTypeAllocSize(Ty1) < TD->getTypeAllocSize(Ty2));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
83 Ty2->isIntegralOrEnumerationType()));
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h229 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; } argument
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h147 bool isTruncateFree(Type *Ty1, Type *Ty2) { argument
148 return getTLI()->isTruncateFree(Ty1, Ty2);
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1971 *Ty2 = Q.second.second->getType(); local
1972 Type *VTy = getVecTypeForPair(Ty1, Ty2);
2003 *Ty2 = S->second->getType(); local
2004 Type *VTy = getVecTypeForPair(Ty1, Ty2);
2054 if (Ty2->isVectorTy()) {
2056 Ty2, VTy);
2059 Ty1->isVectorTy() ? Ty1->getVectorNumElements() : 1, Ty2));
2092 *Ty2 = O2->getType(); local
2093 Type *VTy = getVecTypeForPair(Ty1, Ty2);
2097 if (Ty1 == Ty2) {
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1881 Type *Ty2 = VT2.getTypeForEVT(*getContext()); local
1884 std::max(DL.getPrefTypeAlignment(Ty1), DL.getPrefTypeAlignment(Ty2));
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1472 Type *Ty2 = VT2.getTypeForEVT(*getContext()); local
1475 TD->getPrefTypeAlignment(Ty2));

Completed in 780 milliseconds