Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBuilder.h93 ->isOpaqueOrPointeeTypeMatches(Ty));
124 ->isOpaqueOrPointeeTypeMatches(getInt1Ty()));
131 ->isOpaqueOrPointeeTypeMatches(getInt1Ty())); in CreateFlagStore()
160 assert(cast<llvm::PointerType>(Ty)->isOpaqueOrPointeeTypeMatches(
H A DAddress.h86 ->isOpaqueOrPointeeTypeMatches(ElementType) && in Address()
H A DCGValue.h242 ->isOpaqueOrPointeeTypeMatches(ElementType) && in Initialize()
H A DCGDecl.cpp1407 ->isOpaqueOrPointeeTypeMatches(SizeTy) && in EmitAndRegisterVariableArrayDimensions()
/openbsd/gnu/llvm/llvm/lib/IR/
H A 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()
H A 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()
H A 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()
H A 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()
H A DConstants.cpp2464 assert(OrigPtrTy->isOpaqueOrPointeeTypeMatches(Ty)); in getGetElementPtr()
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp630 if (!RetPtrTy || !RetPtrTy->isOpaqueOrPointeeTypeMatches(Int8Ty)) in checkAsyncContextProjectFunction()
637 ->isOpaqueOrPointeeTypeMatches(Int8Ty)) in checkAsyncContextProjectFunction()
H A DCoroSplit.cpp628 ->isOpaqueOrPointeeTypeMatches(ValueTy) && in replaceSwiftErrorOps()
638 ->isOpaqueOrPointeeTypeMatches(ValueTy) && in replaceSwiftErrorOps()
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOpcodes.cpp93 if (!IsStore && !PT->isOpaqueOrPointeeTypeMatches(CB->getType())) in callLooksLikeLoadStore()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h688 bool isOpaqueOrPointeeTypeMatches(Type *Ty) { in isOpaqueOrPointeeTypeMatches() function
H A DInstructions.h973 ->isOpaqueOrPointeeTypeMatches(PointeeType));
985 ->isOpaqueOrPointeeTypeMatches(PointeeType));
1022 ->isOpaqueOrPointeeTypeMatches(ResultElementType));
1169 ->isOpaqueOrPointeeTypeMatches(ResultElementType));
1183 ->isOpaqueOrPointeeTypeMatches(ResultElementType));
H A DInstrTypes.h1458 assert(cast<PointerType>(Fn->getType())->isOpaqueOrPointeeTypeMatches(FTy));
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp448 !PTy->isOpaqueOrPointeeTypeMatches(ElTy)) in runOnFunction()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp817 cast<PointerType>(Addr->getType())->isOpaqueOrPointeeTypeMatches(OrigTy)); in getMemoryAccessFuncIndex()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A 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/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1487 ->isOpaqueOrPointeeTypeMatches(ElemTyA) && "Wrong PtrA type"); in getPointersDiff()
1489 ->isOpaqueOrPointeeTypeMatches(ElemTyB) && "Wrong PtrB type"); in getPointersDiff()
H A DConstantFolding.cpp1008 cast<PointerType>(C->getType())->isOpaqueOrPointeeTypeMatches(ElemTy) && in SymbolicallyEvaluateGEP()
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h812 ->isOpaqueOrPointeeTypeMatches(ElementType) && "Invalid elem type"); in ReductionInfo()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A 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/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp291 assert(cast<PointerType>(Ty)->isOpaqueOrPointeeTypeMatches(PtrElemTy) && in INITIALIZE_PASS_DEPENDENCY()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h965 ->isOpaqueOrPointeeTypeMatches(PointeeType) && in getGEPCost()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1561 ->isOpaqueOrPointeeTypeMatches(ByValType)); in HandleByValArgument()

12