Home
last modified time | relevance | path

Searched refs:NewAddrSpace (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp206 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()
571 Instruction *I, unsigned NewAddrSpace, in cloneInstructionWithNewAddressSpace() argument
576 cast<PointerType>(I->getType()), NewAddrSpace); in cloneInstructionWithNewAddressSpace()
583 assert(Src->getType()->getPointerAddressSpace() == NewAddrSpace); in cloneInstructionWithNewAddressSpace()
594 II->getArgOperandUse(0), NewAddrSpace, ValueWithNewAddrSpace, in cloneInstructionWithNewAddressSpace()
624 OperandUse, NewAddrSpace, ValueWithNewAddrSpace, PredicatedAS, in cloneInstructionWithNewAddressSpace()
674 ConstantExpr *CE, unsigned NewAddrSpace, in cloneConstantExprWithNewAddressSpace() argument
[all …]