Home
last modified time | relevance | path

Searched refs:isOpaqueOrPointeeTypeMatches (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBuilder.h93 ->isOpaqueOrPointeeTypeMatches(Ty));
124 ->isOpaqueOrPointeeTypeMatches(getInt1Ty()));
131 ->isOpaqueOrPointeeTypeMatches(getInt1Ty())); in CreateFlagStore()
160 assert(cast<llvm::PointerType>(Ty)->isOpaqueOrPointeeTypeMatches(
DAddress.h86 ->isOpaqueOrPointeeTypeMatches(ElementType) && in Address()
DCGValue.h242 ->isOpaqueOrPointeeTypeMatches(ElementType) && in Initialize()
DCGDecl.cpp1407 ->isOpaqueOrPointeeTypeMatches(SizeTy) && in EmitAndRegisterVariableArrayDimensions()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DIRBuilder.cpp65 if (PT->isOpaqueOrPointeeTypeMatches(getInt8Ty())) in getCastedInt8PtrValue()
593 assert(PtrTy->isOpaqueOrPointeeTypeMatches(Ty) && "Wrong element type"); in CreateMaskedLoad()
614 assert(PtrTy->isOpaqueOrPointeeTypeMatches(DataTy) && "Wrong element type"); in CreateMaskedStore()
650 ->isOpaqueOrPointeeTypeMatches( in CreateMaskedGather()
687 PtrTy->isOpaqueOrPointeeTypeMatches(DataTy->getElementType()) && in CreateMaskedScatter()
716 assert(PtrTy->isOpaqueOrPointeeTypeMatches( in CreateMaskedExpandLoad()
739 assert(PtrTy->isOpaqueOrPointeeTypeMatches( in CreateMaskedCompressStore()
1147 ->isOpaqueOrPointeeTypeMatches(ElemTy) && in CreatePtrDiff()
1298 assert(cast<PointerType>(BaseType)->isOpaqueOrPointeeTypeMatches(ElTy) && in CreatePreserveArrayAccessIndex()
1349 assert(cast<PointerType>(BaseType)->isOpaqueOrPointeeTypeMatches(ElTy) && in CreatePreserveStructAccessIndex()
DFunction.cpp1697 !ThisArgType->isOpaqueOrPointeeTypeMatches(ReferenceType)); in matchIntrinsicType()
1708 return !ThisArgType->isOpaqueOrPointeeTypeMatches( in matchIntrinsicType()
1732 return !ThisArgType->isOpaqueOrPointeeTypeMatches( in matchIntrinsicType()
1764 return !ThisArgEltTy->isOpaqueOrPointeeTypeMatches( in matchIntrinsicType()
DInstructions.cpp1580 assert(cast<PointerType>(Ptr->getType())->isOpaqueOrPointeeTypeMatches(Ty)); in LoadInst()
1592 assert(cast<PointerType>(Ptr->getType())->isOpaqueOrPointeeTypeMatches(Ty)); in LoadInst()
1609 ->isOpaqueOrPointeeTypeMatches(getOperand(0)->getType()) && in AssertOK()
1691 ->isOpaqueOrPointeeTypeMatches(getOperand(1)->getType()) && in Init()
1694 ->isOpaqueOrPointeeTypeMatches(getOperand(2)->getType()) && in Init()
1749 ->isOpaqueOrPointeeTypeMatches(getOperand(1)->getType()) && in Init()
DVerifier.cpp750 cast<PointerType>(ETy)->isOpaqueOrPointeeTypeMatches(Int8Ty), in visitGlobalVariable()
3209 Check(FPTy->isOpaqueOrPointeeTypeMatches(Call.getFunctionType()), in visitCallBase()
3921 Check(PTy->isOpaqueOrPointeeTypeMatches(ElTy), in visitStoreInst()
5425 Check(PtrTy->isOpaqueOrPointeeTypeMatches(Call.getType()), in visitIntrinsicCall()
5445 Check(PtrTy->isOpaqueOrPointeeTypeMatches(Val->getType()), in visitIntrinsicCall()
DConstants.cpp2464 assert(OrigPtrTy->isOpaqueOrPointeeTypeMatches(Ty)); in getGetElementPtr()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp630 if (!RetPtrTy || !RetPtrTy->isOpaqueOrPointeeTypeMatches(Int8Ty)) in checkAsyncContextProjectFunction()
637 ->isOpaqueOrPointeeTypeMatches(Int8Ty)) in checkAsyncContextProjectFunction()
DCoroSplit.cpp628 ->isOpaqueOrPointeeTypeMatches(ValueTy) && in replaceSwiftErrorOps()
638 ->isOpaqueOrPointeeTypeMatches(ValueTy) && in replaceSwiftErrorOps()
/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
DReduceOpcodes.cpp93 if (!IsStore && !PT->isOpaqueOrPointeeTypeMatches(CB->getType())) in callLooksLikeLoadStore()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DDerivedTypes.h688 bool isOpaqueOrPointeeTypeMatches(Type *Ty) { in isOpaqueOrPointeeTypeMatches() function
DInstructions.h973 ->isOpaqueOrPointeeTypeMatches(PointeeType));
985 ->isOpaqueOrPointeeTypeMatches(PointeeType));
1022 ->isOpaqueOrPointeeTypeMatches(ResultElementType));
1169 ->isOpaqueOrPointeeTypeMatches(ResultElementType));
1183 ->isOpaqueOrPointeeTypeMatches(ResultElementType));
DInstrTypes.h1458 assert(cast<PointerType>(Fn->getType())->isOpaqueOrPointeeTypeMatches(FTy));
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp817 cast<PointerType>(Addr->getType())->isOpaqueOrPointeeTypeMatches(OrigTy)); in getMemoryAccessFuncIndex()
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp1057 if (!PTy->isOpaqueOrPointeeTypeMatches(Ty)) in parseAliasOrIFunc()
3948 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseValID()
7579 if (!cast<PointerType>(Val->getType())->isOpaqueOrPointeeTypeMatches(Ty)) { in parseLoad()
7631 ->isOpaqueOrPointeeTypeMatches(Val->getType())) in parseStore()
7685 ->isOpaqueOrPointeeTypeMatches(Cmp->getType())) in parseCmpXchg()
7688 ->isOpaqueOrPointeeTypeMatches(New->getType())) in parseCmpXchg()
7776 ->isOpaqueOrPointeeTypeMatches(Val->getType())) in parseAtomicRMW()
7857 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseGetElementPtr()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1487 ->isOpaqueOrPointeeTypeMatches(ElemTyA) && "Wrong PtrA type"); in getPointersDiff()
1489 ->isOpaqueOrPointeeTypeMatches(ElemTyB) && "Wrong PtrB type"); in getPointersDiff()
DConstantFolding.cpp1008 cast<PointerType>(C->getType())->isOpaqueOrPointeeTypeMatches(ElemTy) && in SymbolicallyEvaluateGEP()
/openbsd/src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h812 ->isOpaqueOrPointeeTypeMatches(ElementType) && "Invalid elem type"); in ReductionInfo()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1362 assert(cast<PointerType>(Ty)->isOpaqueOrPointeeTypeMatches(ElemTy) && in getPtrElementTypeByID()
3276 } else if (!OrigPtrTy->isOpaqueOrPointeeTypeMatches(PointeeType)) in parseConstants()
4517 if (!cast<PointerType>(PtrType)->isOpaqueOrPointeeTypeMatches(ValType)) in typeCheckLoadStoreInst()
4947 ->isOpaqueOrPointeeTypeMatches(Ty)) { in parseFunctionBody()
5540 } else if (!CalleeTy->isOpaqueOrPointeeTypeMatches(FTy)) in parseFunctionBody()
5636 } else if (!OpTy->isOpaqueOrPointeeTypeMatches(FTy)) in parseFunctionBody()
6346 } else if (!OpTy->isOpaqueOrPointeeTypeMatches(FTy)) in parseFunctionBody()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DScalarizer.cpp291 assert(cast<PointerType>(Ty)->isOpaqueOrPointeeTypeMatches(PtrElemTy) && in INITIALIZE_PASS_DEPENDENCY()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h965 ->isOpaqueOrPointeeTypeMatches(PointeeType) && in getGEPCost()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1561 ->isOpaqueOrPointeeTypeMatches(ByValType)); in HandleByValArgument()
/openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp4049 ->isOpaqueOrPointeeTypeMatches(Ty) && in getOrCreateInternalVariable()

12