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

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

Completed in 218 milliseconds