• Home
  • Raw
  • Download

Lines Matching refs:NVT

195     SDNode *SelectAtomicLoadArith(SDNode *Node, MVT NVT);
1715 enum AtomicOpc &Op, MVT NVT, in getAtomicLoadArithTargetConstant() argument
1728 return CurDAG->getTargetConstant(CNVal, NVT); in getAtomicLoadArithTargetConstant()
1743 return CurDAG->getTargetConstant(CNVal, NVT); in getAtomicLoadArithTargetConstant()
1756 if (Val.getOpcode() == ISD::TRUNCATE && NVT == MVT::i16 && in getAtomicLoadArithTargetConstant()
1761 return CurDAG->getTargetExtractSubreg(X86::sub_16bit, dl, NVT, in getAtomicLoadArithTargetConstant()
1769 SDNode *X86DAGToDAGISel::SelectAtomicLoadArith(SDNode *Node, MVT NVT) { in SelectAtomicLoadArith() argument
1804 Val = getAtomicLoadArithTargetConstant(CurDAG, dl, Op, NVT, Val, Subtarget); in SelectAtomicLoadArith()
1809 switch (NVT.SimpleTy) { in SelectAtomicLoadArith()
1869 dl, NVT), 0); in SelectAtomicLoadArith()
2072 MVT NVT = Node->getSimpleValueType(0); in Select() local
2156 SDNode *RetVal = SelectAtomicLoadArith(Node, NVT); in Select()
2173 if (NVT != MVT::i32 && NVT != MVT::i64) in Select()
2191 MVT CstVT = NVT; in Select()
2203 if (NVT == CstVT) in Select()
2206 switch (NVT.SimpleTy) { in Select()
2236 SDNode *New = CurDAG->getMachineNode(Op, dl, NVT, N0->getOperand(0),NewCst); in Select()
2238 return CurDAG->SelectNodeTo(Node, AddOp, NVT, SDValue(New, 0), in Select()
2240 return CurDAG->SelectNodeTo(Node, ShlOp, NVT, SDValue(New, 0), in Select()
2253 SDVTList VTs = CurDAG->getVTList(NVT, MVT::i32); in Select()
2267 switch (NVT.SimpleTy) { in Select()
2278 SDVTList VTs = CurDAG->getVTList(NVT, NVT, MVT::i32); in Select()
2296 switch (NVT.SimpleTy) { in Select()
2306 switch (NVT.SimpleTy) { in Select()
2360 SDVTList VTs = CurDAG->getVTList(NVT, NVT, MVT::Other, MVT::Glue); in Select()
2378 SDVTList VTs = CurDAG->getVTList(NVT, NVT, MVT::Glue); in Select()
2414 ResLo = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), dl, LoReg, NVT, in Select()
2425 ResHi = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), dl, HiReg, NVT, in Select()
2446 switch (NVT.SimpleTy) { in Select()
2454 switch (NVT.SimpleTy) { in Select()
2465 switch (NVT.SimpleTy) { in Select()
2491 if (NVT == MVT::i8 && (!isSigned || signBitIsZero)) { in Select()
2519 SDValue ClrNode = SDValue(CurDAG->getMachineNode(X86::MOV32r0, dl, NVT), 0); in Select()
2520 switch (NVT.SimpleTy) { in Select()
2601 LoReg, NVT, InFlag); in Select()
2609 HiReg, NVT, InFlag); in Select()