Searched refs:NewAddrSpace (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 210 Instruction *I, unsigned NewAddrSpace, 237 Value *V, unsigned NewAddrSpace, 561 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreatePoison() argument 604 Instruction *I, unsigned NewAddrSpace, in cloneInstructionWithNewAddressSpace() argument 705 ConstantExpr *CE, unsigned NewAddrSpace, in cloneConstantExprWithNewAddressSpace() argument 710 ? getPtrOrVecOfPtrsWithNewAS(CE->getType(), NewAddrSpace) in cloneConstantExprWithNewAddressSpace() 718 NewAddrSpace); in cloneConstantExprWithNewAddressSpace() 782 Value *V, unsigned NewAddrSpace, in cloneValueWithNewAddressSpace() argument 1141 unsigned NewAddrSpace = InferredAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local 1145 if (NewAddrSpace == UninitializedAddressSpace) in rewriteWithNewAddressSpaces() [all …]
|