| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Argument.h | 108 Type *getParamByValType() const;
|
| H A D | Function.h | 449 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function 450 return AttributeSets.getParamByValType(ArgNo); in getParamByValType()
|
| H A D | InstrTypes.h | 1761 Type *getParamByValType(unsigned ArgNo) const { 1762 if (auto *Ty = Attrs.getParamByValType(ArgNo)) 1765 return F->getAttributes().getParamByValType(ArgNo);
|
| H A D | Attributes.h | 842 Type *getParamByValType(unsigned ArgNo) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 238 Type *StructType = Arg->getParamByValType(); in adjustByValArgAlignment() 316 Type *StructType = Arg->getParamByValType(); in handleByValParam()
|
| H A D | NVPTXAsmPrinter.cpp | 1607 Type *ETy = PAL.getParamByValType(paramIndex); in emitFunctionParamList()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptx86ABIFixups.cpp | 68 if (llvm::Type *ByValTy = call_inst->getParamByValType(i)) in isRSAllocationTyCallSite()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 420 uint64_t Size = DL.getTypeStoreSize(Arg.getParamByValType()); in findInsts() 520 Type *Ty = Arg->getParamByValType(); in moveStaticAllocasToUnsafeStack() 577 Type *Ty = Arg->getParamByValType(); in moveStaticAllocasToUnsafeStack()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | TailRecursionElimination.cpp | 584 Type *AggTy = CI->getParamByValType(OpndIdx); in copyByValueOperandIntoLocalTemp() 611 Type *AggTy = CI->getParamByValType(OpndIdx); in copyLocalTempOfByValueOperandIntoArguments()
|
| H A D | MemCpyOptimizer.cpp | 1575 Type *ByValTy = CB.getParamByValType(ArgNo); in processByValArgument()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 520 ArgAttrs.addByValAttr(Callee->getParamByValType(ArgNo)); in promoteCall()
|
| H A D | InlineFunction.cpp | 2189 ActualArg = HandleByValArgument(CB.getParamByValType(ArgNo), ActualArg, in InlineFunction() 2194 {ActualArg, (Value *)*AI, CB.getParamByValType(ArgNo)}); in InlineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 476 bool AreStoresAllowed = Arg->getParamByValType() && Arg->getParamAlign(); in findArgParts()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Function.cpp | 200 Type *Argument::getParamByValType() const { in getParamByValType() function in Argument 202 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
|
| H A D | Attributes.cpp | 1514 Type *AttributeList::getParamByValType(unsigned Index) const { in getParamByValType() function in AttributeList
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | OpaquePointers.rst | 166 * To get the type of a byval argument, use ``getParamByValType()``. Similar
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 1887 ? DL.getTypeAllocSize(FArg.getParamByValType()) in getShadow() 1897 FArg.getParamAlign(), FArg.getParamByValType()); in getShadow() 4115 Size = DL.getTypeAllocSize(CB.getParamByValType(i)); in visitCallBase() 4660 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase() 5265 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase()
|
| H A D | AddressSanitizer.cpp | 1352 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands() 2981 Type *Ty = Arg.getParamByValType(); in copyArgsPassedByValToAllocas()
|
| H A D | HWAddressSanitizer.cpp | 771 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 1034 EnumerateType(I.getParamByValType()); in incorporateFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 1039 EnumerateType(I.getParamByValType()); in incorporateFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1211 FieldType = A->getParamByValType(); in buildFrameType() 1662 ByValTy = Arg->getParamByValType(); in insertSpills()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 487 auto TypeSize = DL.getTypeStoreSize(CB.getParamByValType(ArgNo)); in analyzeAllUses()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 210 Type *ElementTy = FuncInfo.getParamByValType(ParamIdx); in setArgFlags()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2945 Type *DstElemTy = Call.getParamByValType(ix); in isSafeToEliminateVarargsCast() 3506 Type *CurElTy = Call.getParamByValType(i); in transformConstExprCastCall()
|