Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.cpp948 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
950 if (!LType && !SType) { in ParseOperation()
980 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
981 if (!LType) { in ParseOperation()
985 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2238 unsigned LType; in isExtLoad() local
2240 LType = ISD::ZEXTLOAD; in isExtLoad()
2243 LType = ISD::SEXTLOAD; in isExtLoad()
2246 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
H A DBasicTTIImpl.h670 unsigned LType = variable
672 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2718 Type *LType = LVal->getType(); in isCompatibleIVType() local
2720 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()
2724 (LType->getPointerAddressSpace() == in isCompatibleIVType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2818 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local
2819 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp643 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
644 if (LType != RType) in CompareSCEVComplexity()
645 return (int)LType - (int)RType; in CompareSCEVComplexity()
652 switch (static_cast<SCEVTypes>(LType)) { in CompareSCEVComplexity()