Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DInstructions.cpp2924 PointerType *SrcPtrTy = cast<PointerType>(SrcTy->getScalarType()); in isEliminableCastPair() local
2926 if (SrcPtrTy->hasSameElementTypeAs(DstPtrTy)) in isEliminableCastPair()
3204 if (PointerType *SrcPtrTy = dyn_cast<PointerType>(SrcTy)) { in isBitCastable() local
3205 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace(); in isBitCastable()
3406 PointerType *SrcPtrTy = dyn_cast<PointerType>(SrcTy->getScalarType()); in castIsValid() local
3411 if (!SrcPtrTy != !DstPtrTy) in castIsValid()
3416 if (!SrcPtrTy) in castIsValid()
3420 if (SrcPtrTy->getAddressSpace() != DstPtrTy->getAddressSpace()) in castIsValid()
3434 PointerType *SrcPtrTy = dyn_cast<PointerType>(SrcTy->getScalarType()); in castIsValid() local
3435 if (!SrcPtrTy) in castIsValid()
[all …]
DConstantFold.cpp2269 PointerType *SrcPtrTy = in ConstantFoldGetElementPtr() local
2272 if (SrcPtrTy && DstPtrTy) { in ConstantFoldGetElementPtr()
2274 dyn_cast<ArrayType>(SrcPtrTy->getElementType()); in ConstantFoldGetElementPtr()
2279 && SrcPtrTy->getAddressSpace() == DstPtrTy->getAddressSpace()) in ConstantFoldGetElementPtr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineVerifier.cpp1499 LLT SrcPtrTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
1501 if (!DstPtrTy.isPointer() || !SrcPtrTy.isPointer()) { in verifyPreISelGenericInstruction()
1508 if (SrcPtrTy.getAddressSpace() != MMOs[1]->getAddrSpace()) in verifyPreISelGenericInstruction()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCast.cpp2040 if (const PointerType *SrcPtrTy = SrcType->getAs<PointerType>()) in DiagnoseCastOfObjCSEL() local
2041 if (SrcPtrTy->isObjCSelType()) { in DiagnoseCastOfObjCSEL()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1347 llvm::PointerType *SrcPtrTy = llvm::dyn_cast<llvm::PointerType>(SrcTy); in CreateCoercedStore() local
1349 if (SrcPtrTy && DstPtrTy && in CreateCoercedStore()
1350 SrcPtrTy->getAddressSpace() != DstPtrTy->getAddressSpace()) { in CreateCoercedStore()