Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h544 bool isInAllocaArgument(unsigned ArgNo) const { in isInAllocaArgument() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp98 if (IsArgOperand && CS.isInAllocaArgument(DataOpNo)) in isOnlyCopiedFromConstantGlobal()
DInstCombineCalls.cpp2697 if (CS.isInAllocaArgument(i)) in transformConstExprCastCall()
/external/clang/lib/CodeGen/
DCGCall.cpp2856 static bool isInAllocaArgument(CGCXXABI &ABI, QualType type) { in isInAllocaArgument() function
2891 assert(!isInAllocaArgument(CGM.getCXXABI(), type) && in EmitDelegateCallArg()
3200 HasInAllocaArgs = isInAllocaArgument(CGM.getCXXABI(), *I); in EmitCallArgs()