LLVM 17.0.0git
Macros | Functions
IntrinsicInst.cpp File Reference
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/Metadata.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Operator.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/IR/Statepoint.h"
#include <optional>
#include "llvm/IR/ConstrainedOps.def"
#include "llvm/IR/VPIntrinsics.def"

Go to the source code of this file.

Macros

#define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC)
 
#define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC)
 
#define INSTRUCTION(NAME, NARGS, ROUND_MODE, INTRINSIC)    case Intrinsic::INTRINSIC:
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, MASKPOS, VLENPOS)
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, MASKPOS, VLENPOS)
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...)   case Intrinsic::VPID:
 
#define VP_PROPERTY_MEMOP(POINTERPOS, ...)   return POINTERPOS;
 
#define END_REGISTER_VP_INTRINSIC(VPID)   break;
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...)   case Intrinsic::VPID:
 
#define VP_PROPERTY_MEMOP(POINTERPOS, DATAPOS)   return DATAPOS;
 
#define END_REGISTER_VP_INTRINSIC(VPID)   break;
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, MASKPOS, VLENPOS)
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...)   case Intrinsic::VPID:
 
#define VP_PROPERTY_FUNCTIONAL_OPC(OPC)   return Instruction::OPC;
 
#define END_REGISTER_VP_INTRINSIC(VPID)   break;
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...)   case Intrinsic::VPID:
 
#define VP_PROPERTY_CONSTRAINEDFP(HASRND, HASEXCEPT, CID)   return Intrinsic::CID;
 
#define END_REGISTER_VP_INTRINSIC(VPID)   break;
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...)   break;
 
#define VP_PROPERTY_FUNCTIONAL_OPC(OPC)   case Instruction::OPC:
 
#define END_REGISTER_VP_INTRINSIC(VPID)   return Intrinsic::VPID;
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...)   case Intrinsic::VPID:
 
#define VP_PROPERTY_REDUCTION(STARTPOS, ...)   return true;
 
#define END_REGISTER_VP_INTRINSIC(VPID)   break;
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...)   case Intrinsic::VPID:
 
#define VP_PROPERTY_CASTOP   return true;
 
#define END_REGISTER_VP_INTRINSIC(VPID)   break;
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...)   case Intrinsic::VPID:
 
#define VP_PROPERTY_CMP(CCPOS, ...)   return true;
 
#define END_REGISTER_VP_INTRINSIC(VPID)   break;
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...)   case Intrinsic::VPID:
 
#define VP_PROPERTY_CMP(CCPOS, ISFP)
 
#define END_REGISTER_VP_INTRINSIC(VPID)   break;
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...)   case Intrinsic::VPID:
 
#define VP_PROPERTY_REDUCTION(STARTPOS, VECTORPOS)   return VECTORPOS;
 
#define END_REGISTER_VP_INTRINSIC(VPID)   break;
 
#define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...)   case Intrinsic::VPID:
 
#define VP_PROPERTY_REDUCTION(STARTPOS, VECTORPOS)   return STARTPOS;
 
#define END_REGISTER_VP_INTRINSIC(VPID)   break;
 

Functions

static ValueAsMetadatagetAsMetadata (Value *V)
 
static FCmpInst::Predicate getFPPredicateFromMD (const Value *Op)
 
static ICmpInst::Predicate getIntPredicateFromMD (const Value *Op)
 

Macro Definition Documentation

◆ BEGIN_REGISTER_VP_INTRINSIC [1/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  MASKPOS,
  VLENPOS 
)
Value:
case Intrinsic::VPID: \
return MASKPOS;

◆ BEGIN_REGISTER_VP_INTRINSIC [2/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  MASKPOS,
  VLENPOS 
)
Value:
case Intrinsic::VPID: \
return VLENPOS;

◆ BEGIN_REGISTER_VP_INTRINSIC [3/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  MASKPOS,
  VLENPOS 
)
Value:
case Intrinsic::VPID: \
return true;

◆ BEGIN_REGISTER_VP_INTRINSIC [4/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  ... 
)    case Intrinsic::VPID:

◆ BEGIN_REGISTER_VP_INTRINSIC [5/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  ... 
)    case Intrinsic::VPID:

◆ BEGIN_REGISTER_VP_INTRINSIC [6/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  ... 
)    case Intrinsic::VPID:

◆ BEGIN_REGISTER_VP_INTRINSIC [7/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  ... 
)    case Intrinsic::VPID:

◆ BEGIN_REGISTER_VP_INTRINSIC [8/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  ... 
)    break;

◆ BEGIN_REGISTER_VP_INTRINSIC [9/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  ... 
)    case Intrinsic::VPID:

◆ BEGIN_REGISTER_VP_INTRINSIC [10/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  ... 
)    case Intrinsic::VPID:

◆ BEGIN_REGISTER_VP_INTRINSIC [11/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  ... 
)    case Intrinsic::VPID:

◆ BEGIN_REGISTER_VP_INTRINSIC [12/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  ... 
)    case Intrinsic::VPID:

◆ BEGIN_REGISTER_VP_INTRINSIC [13/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  ... 
)    case Intrinsic::VPID:

◆ BEGIN_REGISTER_VP_INTRINSIC [14/14]

#define BEGIN_REGISTER_VP_INTRINSIC (   VPID,
  ... 
)    case Intrinsic::VPID:

◆ END_REGISTER_VP_INTRINSIC [1/11]

#define END_REGISTER_VP_INTRINSIC (   VPID)    break;

◆ END_REGISTER_VP_INTRINSIC [2/11]

#define END_REGISTER_VP_INTRINSIC (   VPID)    break;

◆ END_REGISTER_VP_INTRINSIC [3/11]

#define END_REGISTER_VP_INTRINSIC (   VPID)    break;

◆ END_REGISTER_VP_INTRINSIC [4/11]

#define END_REGISTER_VP_INTRINSIC (   VPID)    break;

◆ END_REGISTER_VP_INTRINSIC [5/11]

#define END_REGISTER_VP_INTRINSIC (   VPID)    return Intrinsic::VPID;

◆ END_REGISTER_VP_INTRINSIC [6/11]

#define END_REGISTER_VP_INTRINSIC (   VPID)    break;

◆ END_REGISTER_VP_INTRINSIC [7/11]

#define END_REGISTER_VP_INTRINSIC (   VPID)    break;

◆ END_REGISTER_VP_INTRINSIC [8/11]

#define END_REGISTER_VP_INTRINSIC (   VPID)    break;

◆ END_REGISTER_VP_INTRINSIC [9/11]

#define END_REGISTER_VP_INTRINSIC (   VPID)    break;

◆ END_REGISTER_VP_INTRINSIC [10/11]

#define END_REGISTER_VP_INTRINSIC (   VPID)    break;

◆ END_REGISTER_VP_INTRINSIC [11/11]

#define END_REGISTER_VP_INTRINSIC (   VPID)    break;

◆ INSTRUCTION [1/3]

#define INSTRUCTION (   NAME,
  NARG,
  ROUND_MODE,
  INTRINSIC 
)
Value:
case Intrinsic::INTRINSIC: \
return NARG == 1;

◆ INSTRUCTION [2/3]

#define INSTRUCTION (   NAME,
  NARG,
  ROUND_MODE,
  INTRINSIC 
)
Value:
case Intrinsic::INTRINSIC: \
return NARG == 3;

◆ INSTRUCTION [3/3]

#define INSTRUCTION (   NAME,
  NARGS,
  ROUND_MODE,
  INTRINSIC 
)     case Intrinsic::INTRINSIC:

◆ VP_PROPERTY_CASTOP

#define VP_PROPERTY_CASTOP   return true;

◆ VP_PROPERTY_CMP [1/2]

#define VP_PROPERTY_CMP (   CCPOS,
  ISFP 
)
Value:
CCArgIdx = CCPOS; \
IsFP = ISFP; \
break;

◆ VP_PROPERTY_CMP [2/2]

#define VP_PROPERTY_CMP (   CCPOS,
  ... 
)    return true;

◆ VP_PROPERTY_CONSTRAINEDFP

#define VP_PROPERTY_CONSTRAINEDFP (   HASRND,
  HASEXCEPT,
  CID 
)    return Intrinsic::CID;

◆ VP_PROPERTY_FUNCTIONAL_OPC [1/2]

#define VP_PROPERTY_FUNCTIONAL_OPC (   OPC)    return Instruction::OPC;

◆ VP_PROPERTY_FUNCTIONAL_OPC [2/2]

#define VP_PROPERTY_FUNCTIONAL_OPC (   OPC)    case Instruction::OPC:

◆ VP_PROPERTY_MEMOP [1/2]

#define VP_PROPERTY_MEMOP (   POINTERPOS,
  DATAPOS 
)    return DATAPOS;

◆ VP_PROPERTY_MEMOP [2/2]

#define VP_PROPERTY_MEMOP (   POINTERPOS,
  ... 
)    return POINTERPOS;

◆ VP_PROPERTY_REDUCTION [1/3]

#define VP_PROPERTY_REDUCTION (   STARTPOS,
  VECTORPOS 
)    return VECTORPOS;

◆ VP_PROPERTY_REDUCTION [2/3]

#define VP_PROPERTY_REDUCTION (   STARTPOS,
  VECTORPOS 
)    return STARTPOS;

◆ VP_PROPERTY_REDUCTION [3/3]

#define VP_PROPERTY_REDUCTION (   STARTPOS,
  ... 
)    return true;

Function Documentation

◆ getAsMetadata()

static ValueAsMetadata * getAsMetadata ( Value V)
static

◆ getFPPredicateFromMD()

static FCmpInst::Predicate getFPPredicateFromMD ( const Value Op)
static

◆ getIntPredicateFromMD()

static ICmpInst::Predicate getIntPredicateFromMD ( const Value Op)
static