Home
last modified time | relevance | path

Searched refs:DstPtrTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1946 LLT DstPtrTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1949 if (!DstPtrTy.isPointer() || !SrcPtrTy.isPointer()) { in verifyPreISelGenericInstruction()
1954 if (DstPtrTy.getAddressSpace() != MMOs[0]->getAddrSpace()) in verifyPreISelGenericInstruction()
1979 LLT DstPtrTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1980 if (!DstPtrTy.isPointer()) { in verifyPreISelGenericInstruction()
1985 if (DstPtrTy.getAddressSpace() != MMOs[0]->getAddrSpace()) in verifyPreISelGenericInstruction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3306 PointerType *DstPtrTy = dyn_cast<PointerType>(DstTy->getScalarType()); in castIsValid() local
3310 if (!SrcPtrTy != !DstPtrTy) in castIsValid()
3319 if (SrcPtrTy->getAddressSpace() != DstPtrTy->getAddressSpace()) in castIsValid()
3337 PointerType *DstPtrTy = dyn_cast<PointerType>(DstTy->getScalarType()); in castIsValid() local
3338 if (!DstPtrTy) in castIsValid()
3341 if (SrcPtrTy->getAddressSpace() == DstPtrTy->getAddressSpace()) in castIsValid()