Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp210 Instruction *I, unsigned NewAddrSpace,
240 Value *V, unsigned NewAddrSpace,
267 static Type *getPtrOrVecOfPtrsWithNewAS(Type *Ty, unsigned NewAddrSpace) { in INITIALIZE_PASS_DEPENDENCY()
269 PointerType *NPT = PointerType::get(Ty->getContext(), NewAddrSpace); in INITIALIZE_PASS_DEPENDENCY()
622 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreatePoison() argument
628 Type *NewPtrTy = getPtrOrVecOfPtrsWithNewAS(Operand->getType(), NewAddrSpace); in operandWithNewAddressSpaceOrCreatePoison()
665 Instruction *I, unsigned NewAddrSpace, in cloneInstructionWithNewAddressSpace() argument
669 Type *NewPtrType = getPtrOrVecOfPtrsWithNewAS(I->getType(), NewAddrSpace); in cloneInstructionWithNewAddressSpace()
676 assert(Src->getType()->getPointerAddressSpace() == NewAddrSpace); in cloneInstructionWithNewAddressSpace()
685 II->getArgOperandUse(0), NewAddrSpace, ValueWithNewAddrSpace, in cloneInstructionWithNewAddressSpace()
[all …]