Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2941 bool IsWholeAlloca = NewBeginOffset == NewAllocaBeginOffset && in visitMemTransferInst() local
2952 if (VecTy && !IsWholeAlloca) { in visitMemTransferInst()
2959 } else if (IntTy && !IsWholeAlloca) { in visitMemTransferInst()
2976 if (VecTy && !IsWholeAlloca && !IsDest) { in visitMemTransferInst()
2979 } else if (IntTy && !IsWholeAlloca && !IsDest) { in visitMemTransferInst()
2992 if (VecTy && !IsWholeAlloca && IsDest) { in visitMemTransferInst()
2996 } else if (IntTy && !IsWholeAlloca && IsDest) { in visitMemTransferInst()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2804 bool IsWholeAlloca = NewBeginOffset == NewAllocaBeginOffset && in visitMemTransferInst() local
2815 if (VecTy && !IsWholeAlloca) { in visitMemTransferInst()
2822 } else if (IntTy && !IsWholeAlloca) { in visitMemTransferInst()
2839 if (VecTy && !IsWholeAlloca && !IsDest) { in visitMemTransferInst()
2842 } else if (IntTy && !IsWholeAlloca && !IsDest) { in visitMemTransferInst()
2852 if (VecTy && !IsWholeAlloca && IsDest) { in visitMemTransferInst()
2856 } else if (IntTy && !IsWholeAlloca && IsDest) { in visitMemTransferInst()