Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EVT

58   const EVT *VTs;
127 inline EVT getValueType() const;
238 EVT getValueType() const { return Val.getValueType(); }
332 const EVT *ValueList;
344 static const EVT *getValueTypeList(EVT VT);
588 EVT getValueType(unsigned ResNo) const {
599 typedef const EVT* value_iterator;
672 static SDVTList getSDVTList(EVT VT) {
772 inline EVT SDValue::getValueType() const {
885 EVT MemoryVT;
892 MemSDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, EVT MemoryVT,
896 unsigned NumOps, EVT MemoryVT, MachineMemOperand *MMO);
940 EVT getMemoryVT() const { return MemoryVT; }
1020 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT,
1028 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT,
1036 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT,
1081 EVT MemoryVT, MachineMemOperand *MMO)
1113 ShuffleVectorSDNode(EVT VT, DebugLoc dl, SDValue N1, SDValue N2,
1121 EVT VT = getValueType(0);
1132 EVT VT = getValueType(0);
1139 static bool isSplatMask(const int *Mask, EVT VT);
1150 ConstantSDNode(bool isTarget, const ConstantInt *val, EVT VT)
1175 ConstantFPSDNode(bool isTarget, const ConstantFP *val, EVT VT)
1210 static bool isValueValidForType(EVT VT, const APFloat& Val);
1224 GlobalAddressSDNode(unsigned Opc, DebugLoc DL, const GlobalValue *GA, EVT VT,
1246 FrameIndexSDNode(int fi, EVT VT, bool isTarg)
1265 JumpTableSDNode(int jti, EVT VT, bool isTarg, unsigned char TF)
1290 ConstantPoolSDNode(bool isTarget, const Constant *c, EVT VT, int o,
1299 EVT VT, int o, unsigned Align, unsigned char TF)
1426 RegisterSDNode(unsigned reg, EVT VT)
1460 BlockAddressSDNode(unsigned NodeTy, EVT VT, const BlockAddress *ba,
1498 ExternalSymbolSDNode(bool isTarget, const char *Sym, unsigned char TF, EVT VT)
1536 explicit CvtRndSatSDNode(EVT VT, DebugLoc dl, const SDValue *Ops,
1551 /// VTSDNode - This class is used to represent EVT's, which are used
1554 EVT ValueType;
1556 explicit VTSDNode(EVT VT)
1562 EVT getVT() const { return ValueType; }
1583 EVT MemVT, MachineMemOperand *MMO)
1620 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT,
1651 ISD::MemIndexedMode AM, bool isTrunc, EVT MemVT,