#include "VERegisterInfo.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "VEGenInstrInfo.inc"
Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::VEII |
| VEII - This namespace holds all of the Aurora VE target-specific per-instruction flags.
|
|
◆ GET_INSTRINFO_HEADER
#define GET_INSTRINFO_HEADER |
◆ GET_VLINDEX
#define GET_VLINDEX |
( |
|
TSF | ) |
(HAS_VLINDEX(TSF) ? (int)(((TSF)&VEII::VE_VLMask) >> VEII::VE_VLShift) : -1) |
◆ HAS_VLINDEX
#define HAS_VLINDEX |
( |
|
TSF | ) |
((TSF)&VEII::VE_VLInUse) |