Lines Matching refs:NewAddrSpace
206 Instruction *I, unsigned NewAddrSpace,
233 Value *V, unsigned NewAddrSpace,
526 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreateUndef() argument
533 cast<PointerType>(Operand->getType()), NewAddrSpace); in operandWithNewAddressSpaceOrCreateUndef()
570 Instruction *I, unsigned NewAddrSpace, in cloneInstructionWithNewAddressSpace() argument
575 cast<PointerType>(I->getType()), NewAddrSpace); in cloneInstructionWithNewAddressSpace()
582 assert(Src->getType()->getPointerAddressSpace() == NewAddrSpace); in cloneInstructionWithNewAddressSpace()
593 II->getArgOperandUse(0), NewAddrSpace, ValueWithNewAddrSpace, in cloneInstructionWithNewAddressSpace()
623 OperandUse, NewAddrSpace, ValueWithNewAddrSpace, PredicatedAS, in cloneInstructionWithNewAddressSpace()
673 ConstantExpr *CE, unsigned NewAddrSpace, in cloneConstantExprWithNewAddressSpace() argument
678 cast<PointerType>(CE->getType()), NewAddrSpace) in cloneConstantExprWithNewAddressSpace()
686 NewAddrSpace); in cloneConstantExprWithNewAddressSpace()
711 assert(Src->getType()->getPointerAddressSpace() == NewAddrSpace); in cloneConstantExprWithNewAddressSpace()
732 CExpr, NewAddrSpace, ValueWithNewAddrSpace, DL, TTI)) { in cloneConstantExprWithNewAddressSpace()
762 Value *V, unsigned NewAddrSpace, in cloneValueWithNewAddressSpace() argument
772 I, NewAddrSpace, ValueWithNewAddrSpace, PredicatedAS, UndefUsesToFix); in cloneValueWithNewAddressSpace()
783 cast<ConstantExpr>(V), NewAddrSpace, ValueWithNewAddrSpace, DL, TTI); in cloneValueWithNewAddressSpace()
1117 unsigned NewAddrSpace = InferredAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local
1121 if (NewAddrSpace == UninitializedAddressSpace) in rewriteWithNewAddressSpaces()
1124 if (V->getType()->getPointerAddressSpace() != NewAddrSpace) { in rewriteWithNewAddressSpaces()
1126 cloneValueWithNewAddressSpace(V, NewAddrSpace, ValueWithNewAddrSpace, in rewriteWithNewAddressSpaces()