Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h243 IRP_FUNCTION, ///< An attribute for a function (scope). enumerator
268 return IRPosition(const_cast<Function &>(F), IRP_FUNCTION, CBContext);
373 case IRPosition::IRP_FUNCTION: in isFnInterfaceKind()
448 case IRPosition::IRP_FUNCTION: in getAttrIdx()
476 return isReturnPosition(EncodingBits) ? IRP_RETURNED : IRP_FUNCTION; in getPositionKind()
597 case IRPosition::IRP_FUNCTION: in CBContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp287 case IRPosition::IRP_FUNCTION: in manifestAttrs()
312 case IRPosition::IRP_FUNCTION: in manifestAttrs()
347 case IRPosition::IRP_FUNCTION: in SubsumingPositionIterator()
514 case IRP_FUNCTION: in verify()
2235 case IRPosition::IRP_FUNCTION: in operator <<()
H A DOpenMPOpt.cpp2428 case IRPosition::IRP_FUNCTION: in createForPosition()
2449 case IRPosition::IRP_FUNCTION: in createForPosition()
H A DAttributorAttributes.cpp6530 } else if (getIRPosition().getPositionKind() == IRPosition::IRP_FUNCTION) { in getDeducedAttributes()
8181 SWITCH_PK_CREATE(CLASS, IRP, IRP_FUNCTION, Function) \
8192 SWITCH_PK_INV(CLASS, IRP_FUNCTION, "function") \
8208 SWITCH_PK_CREATE(CLASS, IRP, IRP_FUNCTION, Function) \
8230 SWITCH_PK_CREATE(CLASS, IRP, IRP_FUNCTION, Function) \
8241 SWITCH_PK_CREATE(CLASS, IRP, IRP_FUNCTION, Function) \