Searched refs:CNode (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 3774 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPISTR() local 3776 ReplaceUses(N1.getValue(1), SDValue(CNode, 2)); in emitPCMPISTR() 3778 CurDAG->setNodeMemRefs(CNode, {cast<LoadSDNode>(N1)->getMemOperand()}); in emitPCMPISTR() 3779 return CNode; in emitPCMPISTR() 3784 MachineSDNode *CNode = CurDAG->getMachineNode(ROpc, dl, VTs, Ops); in emitPCMPISTR() local 3785 return CNode; in emitPCMPISTR() 3807 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPESTR() local 3808 InFlag = SDValue(CNode, 3); in emitPCMPESTR() 3810 ReplaceUses(N2.getValue(1), SDValue(CNode, 2)); in emitPCMPESTR() 3812 CurDAG->setNodeMemRefs(CNode, {cast<LoadSDNode>(N2)->getMemOperand()}); in emitPCMPESTR() [all …]
|
| H A D | X86ISelLowering.cpp | 6491 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromBasePtr() local 6492 if (!CNode || CNode->isMachineConstantPoolEntry() || CNode->getOffset() != 0) in getTargetConstantFromBasePtr() 6495 return CNode->getConstVal(); in getTargetConstantFromBasePtr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 3102 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEAddSubImm() local 3103 const int64_t ImmVal = CNode->getSExtValue(); in SelectSVEAddSubImm() 3148 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVESignedArithImm() local 3149 int64_t ImmVal = CNode->getSExtValue(); in SelectSVESignedArithImm() 3160 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEArithImm() local 3161 uint64_t ImmVal = CNode->getZExtValue(); in SelectSVEArithImm() 3189 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVELogicalImm() local 3190 uint64_t ImmVal = CNode->getZExtValue(); in SelectSVELogicalImm()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 19511 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1))) in visitBUILD_VECTOR() local 19512 return CNode->getZExtValue(); in visitBUILD_VECTOR()
|