Searched refs:NewAddrSpace (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 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() 673 ConstantExpr *CE, unsigned NewAddrSpace, in cloneConstantExprWithNewAddressSpace() argument 686 NewAddrSpace); in cloneConstantExprWithNewAddressSpace() 762 Value *V, unsigned NewAddrSpace, in cloneValueWithNewAddressSpace() argument 1117 unsigned NewAddrSpace = InferredAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local [all …]
|