Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3112 unsigned LType; in isExtLoad() local
3114 LType = ISD::ZEXTLOAD; in isExtLoad()
3117 LType = ISD::SEXTLOAD; in isExtLoad()
3120 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
H A DBasicTTIImpl.h1236 unsigned LType = variable
1239 TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1353 const auto *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1354 Type = UseElementType ? LType->getElementType() : LType; in ParseOperation()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3043 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local
3044 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp664 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
665 if (LType != RType) in CompareSCEVComplexity()
666 return (int)LType - (int)RType; in CompareSCEVComplexity()
674 switch (LType) { in CompareSCEVComplexity()