• Home
  • Raw
  • Download

Lines Matching refs:NewAddrSpace

253     const Use &OperandUse, unsigned NewAddrSpace,  in operandWithNewAddressSpaceOrCreateUndef()  argument
262 Operand->getType()->getPointerElementType()->getPointerTo(NewAddrSpace)); in operandWithNewAddressSpaceOrCreateUndef()
275 Instruction *I, unsigned NewAddrSpace, in cloneInstructionWithNewAddressSpace() argument
279 I->getType()->getPointerElementType()->getPointerTo(NewAddrSpace); in cloneInstructionWithNewAddressSpace()
286 assert(Src->getType()->getPointerAddressSpace() == NewAddrSpace); in cloneInstructionWithNewAddressSpace()
299 OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()
333 ConstantExpr *CE, unsigned NewAddrSpace, in cloneConstantExprWithNewAddressSpace() argument
336 CE->getType()->getPointerElementType()->getPointerTo(NewAddrSpace); in cloneConstantExprWithNewAddressSpace()
343 NewAddrSpace); in cloneConstantExprWithNewAddressSpace()
381 cloneValueWithNewAddressSpace(Value *V, unsigned NewAddrSpace, in cloneValueWithNewAddressSpace() argument
391 I, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix); in cloneValueWithNewAddressSpace()
402 cast<ConstantExpr>(V), NewAddrSpace, ValueWithNewAddrSpace); in cloneValueWithNewAddressSpace()
519 unsigned NewAddrSpace = InferredAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local
520 if (V->getType()->getPointerAddressSpace() != NewAddrSpace) { in rewriteWithNewAddressSpaces()
522 V, NewAddrSpace, ValueWithNewAddrSpace, &UndefUsesToFix); in rewriteWithNewAddressSpaces()