Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h544 bool isInAllocaArgument(unsigned ArgNo) const { in isInAllocaArgument() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h612 bool isInAllocaArgument(unsigned ArgNo) const { in isInAllocaArgument() function
DInstrTypes.h1551 bool isInAllocaArgument(unsigned ArgNo) const {
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp98 if (IsArgOperand && CS.isInAllocaArgument(DataOpNo)) in isOnlyCopiedFromConstantGlobal()
DInstCombineCalls.cpp2697 if (CS.isInAllocaArgument(i)) in transformConstExprCastCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp101 if (IsArgOperand && Call->isInAllocaArgument(DataOpNo)) in isOnlyCopiedFromConstantGlobal()
DInstCombineCalls.cpp4636 if (Call.isInAllocaArgument(i)) in transformConstExprCastCall()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp88 if (IsArgOperand && Call->isInAllocaArgument(DataOpNo)) in isOnlyCopiedFromConstantMemory()
DInstCombineCalls.cpp2222 if (Call.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()
/external/llvm-project/llvm/include/llvm/IR/
DInstrTypes.h1631 bool isInAllocaArgument(unsigned ArgNo) const {
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp3449 static bool isInAllocaArgument(CGCXXABI &ABI, QualType type) { in isInAllocaArgument() function
3485 if (isInAllocaArgument(CGM.getCXXABI(), type)) { in EmitDelegateCallArg()
3864 HasInAllocaArgs = isInAllocaArgument(CGM.getCXXABI(), *I); in EmitCallArgs()