Home
last modified time | relevance | path

Searched refs:LType (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/TableGen/
DTGParser.cpp824 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
826 if (!LType && !SType) { in ParseOperation()
853 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
854 if (!LType) { in ParseOperation()
858 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp999 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1002 if (!LType && !SType && !DType) { in ParseOperation()
1017 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1018 if (!LType) { in ParseOperation()
1039 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1040 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp996 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
998 if (!LType && !SType) { in ParseOperation()
1028 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1029 if (!LType) { in ParseOperation()
1033 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2363 unsigned LType; in isExtLoad() local
2365 LType = ISD::ZEXTLOAD; in isExtLoad()
2368 LType = ISD::SEXTLOAD; in isExtLoad()
2371 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
DBasicTTIImpl.h733 unsigned LType = variable
735 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2530 unsigned LType; in isExtLoad() local
2532 LType = ISD::ZEXTLOAD; in isExtLoad()
2535 LType = ISD::SEXTLOAD; in isExtLoad()
2538 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
DBasicTTIImpl.h785 unsigned LType = variable
787 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4258 unsigned LType; in moveExtToFormExtLoad() local
4260 LType = ISD::ZEXTLOAD; in moveExtToFormExtLoad()
4263 LType = ISD::SEXTLOAD; in moveExtToFormExtLoad()
4265 if (TLI && !TLI->isLoadExtLegal(LType, VT, LoadVT)) { in moveExtToFormExtLoad()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2741 Type *LType = LVal->getType(); in isCompatibleIVType() local
2743 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()
2747 (LType->getPointerAddressSpace() == in isCompatibleIVType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2746 Type *LType = LVal->getType(); in isCompatibleIVType() local
2748 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()
2752 (LType->getPointerAddressSpace() == in isCompatibleIVType()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2438 Type *LType = LVal->getType(); in isCompatibleIVType() local
2440 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp473 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local
474 if (LType != RType) in compare()
475 return (int)LType - (int)RType; in compare()
480 switch (static_cast<SCEVTypes>(LType)) { in compare()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2754 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local
2755 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2913 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local
2914 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp668 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
669 if (LType != RType) in CompareSCEVComplexity()
670 return (int)LType - (int)RType; in CompareSCEVComplexity()
677 switch (static_cast<SCEVTypes>(LType)) { in CompareSCEVComplexity()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp701 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
702 if (LType != RType) in CompareSCEVComplexity()
703 return (int)LType - (int)RType; in CompareSCEVComplexity()
710 switch (LType) { in CompareSCEVComplexity()