Searched refs:CNode (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 3927 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPISTR() local 3929 ReplaceUses(N1.getValue(1), SDValue(CNode, 2)); in emitPCMPISTR() 3931 CurDAG->setNodeMemRefs(CNode, {cast<LoadSDNode>(N1)->getMemOperand()}); in emitPCMPISTR() 3932 return CNode; in emitPCMPISTR() 3937 MachineSDNode *CNode = CurDAG->getMachineNode(ROpc, dl, VTs, Ops); in emitPCMPISTR() local 3938 return CNode; in emitPCMPISTR() 3960 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPESTR() local 3961 InFlag = SDValue(CNode, 3); in emitPCMPESTR() 3963 ReplaceUses(N2.getValue(1), SDValue(CNode, 2)); in emitPCMPESTR() 3965 CurDAG->setNodeMemRefs(CNode, {cast<LoadSDNode>(N2)->getMemOperand()}); in emitPCMPESTR() [all …]
|
| H A D | X86ISelLowering.cpp | 7254 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromBasePtr() local 7255 if (!CNode || CNode->isMachineConstantPoolEntry() || CNode->getOffset() != 0) in getTargetConstantFromBasePtr() 7258 return CNode->getConstVal(); in getTargetConstantFromBasePtr()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 601 NodePtr CNode = identifyNodeWithImplicitAdd( in identifyPartialMul() local 603 if (!CNode) { in identifyPartialMul() 628 Node->addOperand(CNode); in identifyPartialMul()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 3853 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVESignedArithImm() local 3854 int64_t ImmVal = CNode->getSExtValue(); in SelectSVESignedArithImm() 3865 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEArithImm() local 3866 uint64_t ImmVal = CNode->getZExtValue(); in SelectSVEArithImm() 3894 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVELogicalImm() local 3895 uint64_t ImmVal = CNode->getZExtValue(); in SelectSVELogicalImm()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 10998 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromLoad() local 10999 if (!CNode || CNode->isMachineConstantPoolEntry() || in getTargetConstantFromLoad() 11000 CNode->getOffset() != 0) in getTargetConstantFromLoad() 11003 return CNode; in getTargetConstantFromLoad() 11008 auto *CNode = GetSupportedConstantPool(Ptr); in getTargetConstantFromLoad() local 11009 if (!CNode || CNode->getTargetFlags() != 0) in getTargetConstantFromLoad() 11012 return CNode->getConstVal(); in getTargetConstantFromLoad()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 3195 auto CNode = cast<ConstantSDNode>(Node->getOperand(1)); in ExpandNode() local 3196 auto Test = static_cast<FPClassTest>(CNode->getZExtValue()); in ExpandNode()
|
| H A D | DAGCombiner.cpp | 21867 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1))) in visitBUILD_VECTOR() local 21868 return CNode->getZExtValue(); in visitBUILD_VECTOR()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 5662 auto CNode = cast<ConstantSDNode>(Op.getOperand(1)); in lowerIS_FPCLASS() local 5663 unsigned Check = CNode->getZExtValue(); in lowerIS_FPCLASS()
|