Home
last modified time | relevance | path

Searched refs:CNode (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3143 return CNode; in emitPCMPISTR()
3149 return CNode; in emitPCMPISTR()
3172 InFlag = SDValue(CNode, 3); in emitPCMPESTR()
3177 return CNode; in emitPCMPESTR()
3183 InFlag = SDValue(CNode, 2); in emitPCMPESTR()
3184 return CNode; in emitPCMPESTR()
3555 MachineSDNode *CNode; in Select() local
3643 Chain = SDValue(CNode, 0); in Select()
3798 MachineSDNode *CNode = in Select() local
4014 MachineSDNode *CNode; in Select() local
[all …]
H A DX86ISelLowering.cpp5708 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromNode() local
5709 if (!CNode || CNode->isMachineConstantPoolEntry() || CNode->getOffset() != 0) in getTargetConstantFromNode()
5712 return CNode->getConstVal(); in getTargetConstantFromNode()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16571 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1))) in visitBUILD_VECTOR() local
16572 return CNode->getZExtValue(); in visitBUILD_VECTOR()