Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1011 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1014 if (!LType && !SType && !DType) { in ParseOperation()
1029 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1030 if (!LType) { in ParseOperation()
1051 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1052 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2566 unsigned LType; in isExtLoad() local
2568 LType = ISD::ZEXTLOAD; in isExtLoad()
2571 LType = ISD::SEXTLOAD; in isExtLoad()
2574 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
H A DBasicTTIImpl.h931 unsigned LType = variable
934 TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2782 Type *LType = LVal->getType(); in isCompatibleIVType() local
2784 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()
2788 (LType->getPointerAddressSpace() == in isCompatibleIVType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2924 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local
2925 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp700 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
701 if (LType != RType) in CompareSCEVComplexity()
702 return (int)LType - (int)RType; in CompareSCEVComplexity()
713 switch (LType) { in CompareSCEVComplexity()