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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 239 IRP_FLOAT, ///< A position that is not associated with a spot suitable
261 return IRPosition(const_cast<Value &>(V), IRP_FLOAT, CBContext);
446 case IRPosition::IRP_FLOAT:
468 return IRP_FLOAT;
480 return IRP_FLOAT;
510 if (getPositionKind() == IRP_INVALID || getPositionKind() == IRP_FLOAT)
590 case IRPosition::IRP_FLOAT:
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 284 case IRPosition::IRP_FLOAT:
322 case IRPosition::IRP_FLOAT:
346 case IRPosition::IRP_FLOAT:
438 if (getPositionKind() == IRP_INVALID || getPositionKind() == IRP_FLOAT)
487 case IRP_FLOAT:
2229 case IRPosition::IRP_FLOAT:
OpenMPOpt.cpp 2415 case IRPosition::IRP_FLOAT:
2441 case IRPosition::IRP_FLOAT:
AttributorAttributes.cpp 8176 SWITCH_PK_INV(CLASS, IRP_FLOAT, "floating") \
8194 SWITCH_PK_CREATE(CLASS, IRP, IRP_FLOAT, Floating) \
8210 SWITCH_PK_CREATE(CLASS, IRP, IRP_FLOAT, Floating) \
8225 SWITCH_PK_INV(CLASS, IRP_FLOAT, "floating") \
8243 SWITCH_PK_CREATE(CLASS, IRP, IRP_FLOAT, Floating) \

Completed in 31 milliseconds