Searched refs:CNode (Results 1 – 6 of 6) sorted by relevance
4174 return CNode; in emitPCMPISTR()4180 return CNode; in emitPCMPISTR()4208 return CNode; in emitPCMPESTR()4215 return CNode; in emitPCMPESTR()4924 MachineSDNode *CNode; in tryVPTESTM() local5068 MachineSDNode *CNode; in Select() local5147 MachineSDNode *CNode; in Select() local5182 MachineSDNode *CNode; in Select() local5444 MachineSDNode *CNode; in Select() local6065 MachineSDNode *CNode; in Select() local[all …]
4571 ConstantPoolSDNode *CNode = getTargetConstantPoolFromBasePtr(Ptr); in getTargetConstantFromBasePtr() local4572 if (!CNode || CNode->isMachineConstantPoolEntry() || CNode->getOffset() != 0) in getTargetConstantFromBasePtr()4574 return CNode->getConstVal(); in getTargetConstantFromBasePtr()46778 ConstantSDNode *CNode = isConstOrConstSplat( in combineMul() local46781 if (!CNode) { in combineMul()46790 C = &(CNode->getAPIntValue()); in combineMul()
741 NodePtr CNode = identifyNodeWithImplicitAdd(CRInst, CIInst, PartialMatch); in identifyPartialMul() local742 if (!CNode) { in identifyPartialMul()765 Node->addOperand(CNode); in identifyPartialMul()
4053 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVESignedArithImm() local4054 int64_t ImmVal = CNode->getSExtValue(); in SelectSVESignedArithImm()4065 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEArithImm() local4066 uint64_t ImmVal = CNode->getZExtValue(); in SelectSVEArithImm()4094 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVELogicalImm() local4095 uint64_t ImmVal = CNode->getZExtValue(); in SelectSVELogicalImm()
16508 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromLoad() local16509 if (!CNode || CNode->isMachineConstantPoolEntry() || in getTargetConstantFromLoad()16510 CNode->getOffset() != 0) in getTargetConstantFromLoad()16513 return CNode; in getTargetConstantFromLoad()16518 auto *CNode = GetSupportedConstantPool(Ptr); in getTargetConstantFromLoad() local16519 if (!CNode || CNode->getTargetFlags() != 0) in getTargetConstantFromLoad()16522 return CNode->getConstVal(); in getTargetConstantFromLoad()
12568 ConstantSDNode *CNode = isConstOrConstSplat(Op, /*AllowUndefs*/ false, in visitSETCC() local12570 if (CNode == nullptr) in visitSETCC()12572 return CNode->getAPIntValue(); in visitSETCC()23422 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1))) in visitBUILD_VECTOR() local23423 return CNode->getZExtValue(); in visitBUILD_VECTOR()