Searched refs:NewAddrSpace (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 210 Instruction *I, unsigned NewAddrSpace, 237 Value *V, unsigned NewAddrSpace, 263 static Type *getPtrOrVecOfPtrsWithNewAS(Type *Ty, unsigned NewAddrSpace) { in INITIALIZE_PASS_DEPENDENCY() 265 PointerType *NPT = PointerType::get(Ty->getContext(), NewAddrSpace); in INITIALIZE_PASS_DEPENDENCY() 561 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreatePoison() argument 567 Type *NewPtrTy = getPtrOrVecOfPtrsWithNewAS(Operand->getType(), NewAddrSpace); in operandWithNewAddressSpaceOrCreatePoison() 604 Instruction *I, unsigned NewAddrSpace, in cloneInstructionWithNewAddressSpace() argument 608 Type *NewPtrType = getPtrOrVecOfPtrsWithNewAS(I->getType(), NewAddrSpace); in cloneInstructionWithNewAddressSpace() 615 assert(Src->getType()->getPointerAddressSpace() == NewAddrSpace); in cloneInstructionWithNewAddressSpace() 626 II->getArgOperandUse(0), NewAddrSpace, ValueWithNewAddrSpace, in cloneInstructionWithNewAddressSpace() [all …]
|