Home
last modified time | relevance | path

Searched refs:TyL (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp190 Type *TyL = L->getType(); in cmpConstants() local
196 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
199 if (!TyL->isFirstClassType()) { in cmpConstants()
207 if (TyL->isFirstClassType()) in cmpConstants()
217 if (auto *VecTyL = dyn_cast<VectorType>(TyL)) in cmpConstants()
227 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants()
291 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()
305 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants()
319 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants()
394 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() argument
[all …]
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp401 int cmpTypes(Type *TyL, Type *TyR) const;
609 Type *TyL = L->getType(); in cmpConstants() local
615 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
618 if (!TyL->isFirstClassType()) { in cmpConstants()
626 if (TyL->isFirstClassType()) in cmpConstants()
636 if (auto *VecTyL = dyn_cast<VectorType>(TyL)) in cmpConstants()
646 PointerType *PTyL = dyn_cast<PointerType>(TyL); in cmpConstants()
710 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()
724 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants()
738 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DFunctionComparator.cpp93 int testCmpTypes(Type *TyL, Type *TyR) { in testCmpTypes() argument
95 return cmpTypes(TyL, TyR); in testCmpTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h321 int cmpTypes(Type *TyL, Type *TyR) const;