Searched refs:isInAllocaArgument (Results 1 – 12 of 12) sorted by relevance
544 bool isInAllocaArgument(unsigned ArgNo) const { in isInAllocaArgument() function
612 bool isInAllocaArgument(unsigned ArgNo) const { in isInAllocaArgument() function
1551 bool isInAllocaArgument(unsigned ArgNo) const {
98 if (IsArgOperand && CS.isInAllocaArgument(DataOpNo)) in isOnlyCopiedFromConstantGlobal()
2697 if (CS.isInAllocaArgument(i)) in transformConstExprCastCall()
101 if (IsArgOperand && Call->isInAllocaArgument(DataOpNo)) in isOnlyCopiedFromConstantGlobal()
4636 if (Call.isInAllocaArgument(i)) in transformConstExprCastCall()
88 if (IsArgOperand && Call->isInAllocaArgument(DataOpNo)) in isOnlyCopiedFromConstantMemory()
2222 if (Call.isInAllocaArgument(i)) in transformConstExprCastCall()
2856 static bool isInAllocaArgument(CGCXXABI &ABI, QualType type) { in isInAllocaArgument() function2891 assert(!isInAllocaArgument(CGM.getCXXABI(), type) && in EmitDelegateCallArg()3200 HasInAllocaArgs = isInAllocaArgument(CGM.getCXXABI(), *I); in EmitCallArgs()
1631 bool isInAllocaArgument(unsigned ArgNo) const {
3449 static bool isInAllocaArgument(CGCXXABI &ABI, QualType type) { in isInAllocaArgument() function3485 if (isInAllocaArgument(CGM.getCXXABI(), type)) { in EmitDelegateCallArg()3864 HasInAllocaArgs = isInAllocaArgument(CGM.getCXXABI(), *I); in EmitCallArgs()