/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 824 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local 826 if (!LType && !SType) { in ParseOperation() 853 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local 854 if (!LType) { in ParseOperation() 858 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | TGParser.cpp | 999 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local 1002 if (!LType && !SType && !DType) { in ParseOperation() 1017 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local 1018 if (!LType) { in ParseOperation() 1039 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local 1040 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 996 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local 998 if (!LType && !SType) { in ParseOperation() 1028 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local 1029 if (!LType) { in ParseOperation() 1033 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2363 unsigned LType; in isExtLoad() local 2365 LType = ISD::ZEXTLOAD; in isExtLoad() 2368 LType = ISD::SEXTLOAD; in isExtLoad() 2371 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
|
D | BasicTTIImpl.h | 733 unsigned LType = variable 735 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2530 unsigned LType; in isExtLoad() local 2532 LType = ISD::ZEXTLOAD; in isExtLoad() 2535 LType = ISD::SEXTLOAD; in isExtLoad() 2538 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
|
D | BasicTTIImpl.h | 785 unsigned LType = variable 787 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4258 unsigned LType; in moveExtToFormExtLoad() local 4260 LType = ISD::ZEXTLOAD; in moveExtToFormExtLoad() 4263 LType = ISD::SEXTLOAD; in moveExtToFormExtLoad() 4265 if (TLI && !TLI->isLoadExtLegal(LType, VT, LoadVT)) { in moveExtToFormExtLoad()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2741 Type *LType = LVal->getType(); in isCompatibleIVType() local 2743 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType() 2747 (LType->getPointerAddressSpace() == in isCompatibleIVType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2746 Type *LType = LVal->getType(); in isCompatibleIVType() local 2748 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType() 2752 (LType->getPointerAddressSpace() == in isCompatibleIVType()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2438 Type *LType = LVal->getType(); in isCompatibleIVType() local 2440 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 473 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local 474 if (LType != RType) in compare() 475 return (int)LType - (int)RType; in compare() 480 switch (static_cast<SCEVTypes>(LType)) { in compare()
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 2754 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local 2755 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 2913 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local 2914 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 668 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local 669 if (LType != RType) in CompareSCEVComplexity() 670 return (int)LType - (int)RType; in CompareSCEVComplexity() 677 switch (static_cast<SCEVTypes>(LType)) { in CompareSCEVComplexity()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 701 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local 702 if (LType != RType) in CompareSCEVComplexity() 703 return (int)LType - (int)RType; in CompareSCEVComplexity() 710 switch (LType) { in CompareSCEVComplexity()
|