| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 830 AttributeSet::get(NRetTy->getContext(), AttributeSet::ReturnIndex, in RemoveDeadStuffFromFunction() 831 AttrBuilder(RAttrs, AttributeSet::ReturnIndex). in RemoveDeadStuffFromFunction() 833 typeIncompatible(NRetTy, AttributeSet::ReturnIndex), in RemoveDeadStuffFromFunction() 834 AttributeSet::ReturnIndex)); in RemoveDeadStuffFromFunction() 836 assert(!AttrBuilder(RAttrs, AttributeSet::ReturnIndex). in RemoveDeadStuffFromFunction() 838 typeIncompatible(NRetTy, AttributeSet::ReturnIndex), in RemoveDeadStuffFromFunction() 839 AttributeSet::ReturnIndex) && in RemoveDeadStuffFromFunction() 842 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex)) in RemoveDeadStuffFromFunction() 884 AttributeSet::get(NF->getContext(), AttributeSet::ReturnIndex, in RemoveDeadStuffFromFunction() 885 AttrBuilder(RAttrs, AttributeSet::ReturnIndex). in RemoveDeadStuffFromFunction() [all …]
|
| H A D | ArgumentPromotion.cpp | 615 if (PAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion() 746 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion()
|
| /minix3/minix/drivers/power/acpi/utilities/ |
| H A D | utresrc.c | 581 UINT8 *ReturnIndex) in AcpiUtValidateResource() argument 705 if (ReturnIndex) in AcpiUtValidateResource() 707 *ReturnIndex = ResourceIndex; in AcpiUtValidateResource()
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
| H A D | VerifierTest.cpp | 53 F->setAttributes(AS.addAttribute(C, AttributeSet::ReturnIndex, in TEST()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 531 AttributeSet::ReturnIndex, in buildWrapperFunction() 533 AttributeSet::ReturnIndex)); in buildWrapperFunction() 618 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt); in runOnModule() 626 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt); in runOnModule() 635 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt); in runOnModule() 711 AttributeSet::ReturnIndex, in runOnModule() 713 AttributeSet::ReturnIndex)); in runOnModule() 981 Call->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt); in combineShadows() 994 Call->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt); in combineShadows() 1097 FallbackCall->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt); in loadShadow() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1127 II->addAttribute(AttributeSet::ReturnIndex, Attribute::NonNull); in visitCallInst() 1411 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex); in transformConstExprCastCall() 1414 typeIncompatible(NewRetTy, AttributeSet::ReturnIndex), in transformConstExprCastCall() 1415 AttributeSet::ReturnIndex)) in transformConstExprCastCall() 1523 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex); in transformConstExprCastCall() 1529 typeIncompatible(NewRetTy, AttributeSet::ReturnIndex), in transformConstExprCastCall() 1530 AttributeSet::ReturnIndex); in transformConstExprCastCall() 1535 AttributeSet::ReturnIndex, RAttrs)); in transformConstExprCastCall() 1700 if (Attrs.hasAttributes(AttributeSet::ReturnIndex)) in transformCallThroughTrampoline()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 539 AttributeSet::ReturnIndex); in returnTypeIsEligibleForTailCall() 541 AttributeSet::ReturnIndex); in returnTypeIsEligibleForTailCall()
|
| H A D | TargetLoweringBase.cpp | 1331 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt)) in GetReturnInfo() 1333 else if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt)) in GetReturnInfo() 1351 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::InReg)) in GetReturnInfo() 1355 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt)) in GetReturnInfo() 1357 else if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt)) in GetReturnInfo()
|
| H A D | CodeGenPrepare.cpp | 1210 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) || in DupRetToEnableTailCallOpts() 1211 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt)) in DupRetToEnableTailCallOpts() 1269 if (AttrBuilder(CalleeAttrs, AttributeSet::ReturnIndex). in DupRetToEnableTailCallOpts() 1271 AttrBuilder(CalleeAttrs, AttributeSet::ReturnIndex). in DupRetToEnableTailCallOpts()
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | HowToUseAttributes.rst | 49 at index ``AttributeSet::ReturnIndex``; and the function's parameters'
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 215 ReturnIndex = 0U, enumerator
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 1922 if (Attrs.hasAttributes(AttributeSet::ReturnIndex)) in printFunction() 1923 Out << Attrs.getAsString(AttributeSet::ReturnIndex) << ' '; in printFunction() 2236 if (PAL.hasAttributes(AttributeSet::ReturnIndex)) in printInstruction() 2237 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex); in printInstruction() 2283 if (PAL.hasAttributes(AttributeSet::ReturnIndex)) in printInstruction() 2284 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex); in printInstruction()
|
| H A D | Attributes.cpp | 855 return pImpl && hasAttributes(ReturnIndex) ? in getRetAttributes() 858 std::make_pair(ReturnIndex, in getRetAttributes() 859 getAttributes(ReturnIndex)))) : in getRetAttributes()
|
| /minix3/minix/drivers/power/acpi/include/ |
| H A D | acutils.h | 890 UINT8 *ReturnIndex);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 110 .addAttributes(NewFunc->getContext(), AttributeSet::ReturnIndex, in CloneFunctionInto()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 55 if (AttrBuilder(CallerAttrs, AttributeSet::ReturnIndex) in isInTailCallPosition() 60 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) || in isInTailCallPosition() 61 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt)) in isInTailCallPosition()
|
| H A D | FastISel.cpp | 849 return AttributeSet::get(CLI.RetTy->getContext(), AttributeSet::ReturnIndex, in getReturnAttrs()
|
| H A D | SelectionDAGBuilder.cpp | 1246 if (F->getAttributes().hasAttribute(AttributeSet::ReturnIndex, in visitRet() 1249 else if (F->getAttributes().hasAttribute(AttributeSet::ReturnIndex, in visitRet() 1254 bool RetInReg = F->getAttributes().hasAttribute(AttributeSet::ReturnIndex, in visitRet() 7302 return AttributeSet::get(CLI.RetTy->getContext(), AttributeSet::ReturnIndex, in getReturnAttrs()
|
| /minix3/minix/llvm/passes/include/common/ |
| H A D | pass_common.h | 32 #define ATTRIBUTE_SET_RET_IDX ATTRIBUTE_SET_TY::ReturnIndex
|
| /minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3370 AttributeSet::ReturnIndex, in ParseFunctionHeader() 3985 AttributeSet::ReturnIndex, in ParseInvoke() 4398 AttributeSet::ReturnIndex, in ParseCall()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2225 if (oldAttrs.hasAttributes(llvm::AttributeSet::ReturnIndex)) in replaceUsesOfNonProtoConstant()
|
| H A D | CGCall.cpp | 1505 getLLVMContext(), llvm::AttributeSet::ReturnIndex, RetAttrs)); in ConstructAttributeList()
|