Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1302 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1305 if (!LType && !SType && !DType) { in ParseOperation()
1320 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1321 if (!LType) { in ParseOperation()
1342 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1343 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3027 unsigned LType; in isExtLoad() local
3029 LType = ISD::ZEXTLOAD; in isExtLoad()
3032 LType = ISD::SEXTLOAD; in isExtLoad()
3035 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
H A DBasicTTIImpl.h1103 unsigned LType = variable
1106 TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3051 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local
3052 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp690 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
691 if (LType != RType) in CompareSCEVComplexity()
692 return (int)LType - (int)RType; in CompareSCEVComplexity()
703 switch (LType) { in CompareSCEVComplexity()