Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp686 bool CodeGenFunction::isInAllocaArgument(CGCXXABI &ABI, QualType Ty) { in isInAllocaArgument() function in CodeGenFunction
695 return isInAllocaArgument(CGM.getCXXABI(), P->getType()); in hasInAllocaArg()
H A DCGCall.cpp4027 static bool isInAllocaArgument(CGCXXABI &ABI, QualType type) { in isInAllocaArgument() function
4406 return isInAllocaArgument(CGM.getCXXABI(), Ty); in hasInAllocaArgs()
H A DCodeGenFunction.h2018 bool isInAllocaArgument(CGCXXABI &ABI, QualType Ty);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp111 if (IsArgOperand && Call->isInAllocaArgument(DataOpNo)) in isOnlyCopiedFromConstantMemory()
H A DInstCombineCalls.cpp3950 if (Call.isInAllocaArgument(i) || in transformConstExprCastCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1772 bool isInAllocaArgument(unsigned ArgNo) const {