Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp203 if (getPositionKind() == IRP_ARGUMENT) in getAssociatedArgument()
275 IRPosition::Kind PK = IRP.getPositionKind(); in manifestAttrs()
344 switch (IRP.getPositionKind()) { in SubsumingPositionIterator()
438 if (getPositionKind() == IRP_INVALID || getPositionKind() == IRP_FLOAT) in getAttrsFromIRAttr()
456 assert(getPositionKind() != IRP_INVALID && "Did expect a valid position!"); in getAttrsFromAssumes()
480 switch (getPositionKind()) { in verify()
678 if (IRP.getPositionKind() == IRPosition::IRP_CALL_SITE) in isAssumedDead()
1451 AA.getName() + std::to_string(AA.getIRPosition().getPositionKind()) + in updateAA()
2249 OS << "{" << Pos.getPositionKind() << ":" << AV.getName() << " [" in operator <<()
H A DAttributorAttributes.cpp433 assert((QueryingAA.getIRPosition().getPositionKind() == in clampReturnedValueStates()
435 QueryingAA.getIRPosition().getPositionKind() == in clampReturnedValueStates()
495 assert(QueryingAA.getIRPosition().getPositionKind() == in clampCallSiteArgumentStates()
510 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID) in clampCallSiteArgumentStates()
542 assert((Pos.getPositionKind() == IRPosition::IRP_ARGUMENT) && in getArgumentStateFromCallBaseContext()
603 assert(this->getIRPosition().getPositionKind() == in updateImpl()
4713 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID) in updateImpl()
5353 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID) in identifyPrivatizableType()
6530 } else if (getIRPosition().getPositionKind() == IRPosition::IRP_FUNCTION) { in getDeducedAttributes()
8009 else if (getPositionKind() != IRPosition::IRP_RETURNED && in initialize()
[all …]
H A DOpenMPOpt.cpp2413 switch (IRP.getPositionKind()) { in createForPosition()
2439 switch (IRP.getPositionKind()) { in createForPosition()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h372 switch (getPositionKind()) { in isFnInterfaceKind()
419 if (getPositionKind() == IRPosition::IRP_RETURNED) in getAssociatedType()
444 switch (getPositionKind()) { in getAttrIdx()
463 Kind getPositionKind() const { in getPositionKind() function
510 if (getPositionKind() == IRP_INVALID || getPositionKind() == IRP_FLOAT) in removeAttrs()
531 switch (getPositionKind()) { in isAnyCallSitePosition()
543 switch (getPositionKind()) { in isArgumentPosition()
623 switch (getPositionKind()) { in getArgNo()