Home
last modified time | relevance | path

Searched refs:UndefUsesToFix (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp197 SmallVectorImpl<const Use *> *UndefUsesToFix) const;
418 SmallVectorImpl<const Use *> *UndefUsesToFix) { in operandWithNewAddressSpaceOrCreateUndef() argument
430 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef()
446 SmallVectorImpl<const Use *> *UndefUsesToFix) { in cloneInstructionWithNewAddressSpace() argument
468 … OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()
581 SmallVectorImpl<const Use *> *UndefUsesToFix) const { in cloneValueWithNewAddressSpace()
588 I, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix); in cloneValueWithNewAddressSpace()
873 SmallVector<const Use *, 32> UndefUsesToFix; in rewriteWithNewAddressSpaces() local
878 V, NewAddrSpace, ValueWithNewAddrSpace, &UndefUsesToFix); in rewriteWithNewAddressSpaces()
886 for (const Use *UndefUse : UndefUsesToFix) { in rewriteWithNewAddressSpaces()