Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1296 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1299 if (!LType && !SType && !DType) { in ParseOperation()
1314 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1315 if (!LType) { in ParseOperation()
1336 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1337 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2912 unsigned LType; in isExtLoad() local
2914 LType = ISD::ZEXTLOAD; in isExtLoad()
2917 LType = ISD::SEXTLOAD; in isExtLoad()
2920 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
H A DBasicTTIImpl.h1089 unsigned LType = variable
1092 TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3038 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local
3039 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp683 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
684 if (LType != RType) in CompareSCEVComplexity()
685 return (int)LType - (int)RType; in CompareSCEVComplexity()
696 switch (LType) { in CompareSCEVComplexity()