Searched defs:CNode (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 4232 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPISTR() local 4242 MachineSDNode *CNode = CurDAG->getMachineNode(ROpc, dl, VTs, Ops); in emitPCMPISTR() local 4265 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPESTR() local 4276 MachineSDNode *CNode = CurDAG->getMachineNode(ROpc, dl, VTs, Ops); in emitPCMPESTR() local 4987 MachineSDNode *CNode; in tryVPTESTM() local 5138 MachineSDNode *CNode; in Select() local 5200 MachineSDNode *CNode = CurDAG->getMachineNode(Opc, dl, MVT::Other, in Select() local 5220 MachineSDNode *CNode; in Select() local 5258 MachineSDNode *CNode; in Select() local 5519 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in Select() local [all …]
|
H A D | X86ISelLowering.cpp | 4708 ConstantPoolSDNode *CNode = getTargetConstantPoolFromBasePtr(Ptr); in getTargetConstantFromBasePtr() local 47895 ConstantSDNode *CNode = isConstOrConstSplat( in combineMul() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 4258 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVESignedArithImm() local 4270 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEArithImm() local 4299 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVELogicalImm() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 741 NodePtr CNode = identifyNodeWithImplicitAdd(CRInst, CIInst, PartialMatch); in identifyPartialMul() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 13881 ConstantSDNode *CNode = dyn_cast<ConstantSDNode>(N->getOperand(1)); expandMul() local 18061 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); getTargetConstantFromLoad() local 18071 auto *CNode = GetSupportedConstantPool(Ptr); getTargetConstantFromLoad() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 12715 ConstantSDNode *CNode = isConstOrConstSplat(Op, /*AllowUndefs*/ false, in visitSETCC() local 23785 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1))) in visitBUILD_VECTOR() local
|