Searched refs:CST (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp341 int CST = (int)cast<ConstantSDNode>(BasePtr.getOperand(1))->getZExtValue(); local
345 SDValue Offset = CurDAG->getTargetConstant(CST, DL, MVT::i16);
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-dev.c2620 XGMAC_IOWRITE_BITS(pdata, MAC_RCR, CST, 1);
2632 XGMAC_IOWRITE_BITS(pdata, MAC_RCR, CST, 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3975 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(NewRHS))
3976 if ((CCCode == ISD::SETLT && CST->isNullValue()) || // X < 0
3977 (CCCode == ISD::SETGT && CST->isAllOnesValue())) { // X > -1
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15865 ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op); local
15866 if (!CST) return; // Must be an immediate to match.
15868 int64_t Value = CST->getSExtValue();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 386 milliseconds