HomeSort by: relevance | last modified time | path
    Searched refs:getPositionKind (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 203 if (getPositionKind() == IRP_ARGUMENT)
275 IRPosition::Kind PK = IRP.getPositionKind();
344 switch (IRP.getPositionKind()) {
438 if (getPositionKind() == IRP_INVALID || getPositionKind() == IRP_FLOAT)
456 assert(getPositionKind() != IRP_INVALID && "Did expect a valid position!");
480 switch (getPositionKind()) {
678 if (IRP.getPositionKind() == IRPosition::IRP_CALL_SITE)
1451 AA.getName() + std::to_string(AA.getIRPosition().getPositionKind()) +
2249 OS << "{" << Pos.getPositionKind() << ":" << AV.getName() << " [
    [all...]
AttributorAttributes.cpp 433 assert((QueryingAA.getIRPosition().getPositionKind() ==
435 QueryingAA.getIRPosition().getPositionKind() ==
495 assert(QueryingAA.getIRPosition().getPositionKind() ==
510 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID)
542 assert((Pos.getPositionKind() == IRPosition::IRP_ARGUMENT) &&
603 assert(this->getIRPosition().getPositionKind() ==
4713 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID)
5353 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID)
6530 } else if (getIRPosition().getPositionKind() == IRPosition::IRP_FUNCTION) {
8009 else if (getPositionKind() != IRPosition::IRP_RETURNED &
    [all...]
OpenMPOpt.cpp 2413 switch (IRP.getPositionKind()) {
2439 switch (IRP.getPositionKind()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 372 switch (getPositionKind()) {
419 if (getPositionKind() == IRPosition::IRP_RETURNED)
444 switch (getPositionKind()) {
463 Kind getPositionKind() const {
510 if (getPositionKind() == IRP_INVALID || getPositionKind() == IRP_FLOAT)
531 switch (getPositionKind()) {
543 switch (getPositionKind()) {
623 switch (getPositionKind()) {

Completed in 38 milliseconds