Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h380 unsigned getInAllocaFieldIndex() const { in getInAllocaFieldIndex() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp2315 auto FieldIndex = ArgI.getInAllocaFieldIndex(); in EmitFunctionProlog()
2845 nullptr, ArgStruct, RetAI.getInAllocaFieldIndex()); in EmitFunctionEpilog()
3878 Address Addr = createInAllocaStructGEP(RetAI.getInAllocaFieldIndex()); in EmitCall()
3916 Addr = createInAllocaStructGEP(ArgInfo.getInAllocaFieldIndex()); in EmitCall()
3921 Address Addr = createInAllocaStructGEP(ArgInfo.getInAllocaFieldIndex()); in EmitCall()
H A DCodeGenFunction.cpp1086 unsigned Idx = CurFnInfo->getReturnInfo().getInAllocaFieldIndex(); in StartFunction()
H A DTargetInfo.cpp239 OS << "InAlloca Offset=" << getInAllocaFieldIndex(); in dump()