Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXInferAddressSpaces.cpp255 SmallVectorImpl<const Use *> *UndefUsesToFix) { in operandWithNewAddressSpaceOrCreateUndef() argument
260 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef()
277 SmallVectorImpl<const Use *> *UndefUsesToFix) { in cloneInstructionWithNewAddressSpace() argument
299 OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()
383 SmallVectorImpl<const Use *> *UndefUsesToFix) { in cloneValueWithNewAddressSpace() argument
391 I, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix); in cloneValueWithNewAddressSpace()
517 SmallVector<const Use *, 32> UndefUsesToFix; in rewriteWithNewAddressSpaces() local
522 V, NewAddrSpace, ValueWithNewAddrSpace, &UndefUsesToFix); in rewriteWithNewAddressSpaces()
530 for (const Use* UndefUse : UndefUsesToFix) { in rewriteWithNewAddressSpaces()