Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3923 return CNode; in emitPCMPISTR()
3929 return CNode; in emitPCMPISTR()
3957 return CNode; in emitPCMPESTR()
3964 return CNode; in emitPCMPESTR()
4652 MachineSDNode *CNode; in tryVPTESTM() local
4796 MachineSDNode *CNode; in Select() local
4875 MachineSDNode *CNode; in Select() local
4910 MachineSDNode *CNode; in Select() local
5169 MachineSDNode *CNode; in Select() local
5785 MachineSDNode *CNode; in Select() local
[all …]
H A DX86ISelLowering.cpp7161 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromBasePtr() local
7162 if (!CNode || CNode->isMachineConstantPoolEntry() || CNode->getOffset() != 0) in getTargetConstantFromBasePtr()
7165 return CNode->getConstVal(); in getTargetConstantFromBasePtr()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCMemberwiseInitializer.cpp253 for (const auto *CNode : N->Children) { in paramsForSelection() local
254 const Decl *D = CNode->ASTNode.get<Decl>(); in paramsForSelection()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3299 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVESignedArithImm() local
3300 int64_t ImmVal = CNode->getSExtValue(); in SelectSVESignedArithImm()
3311 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEArithImm() local
3312 uint64_t ImmVal = CNode->getZExtValue(); in SelectSVEArithImm()
3340 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVELogicalImm() local
3341 uint64_t ImmVal = CNode->getZExtValue(); in SelectSVELogicalImm()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9732 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromLoad() local
9733 if (!CNode || CNode->isMachineConstantPoolEntry() || in getTargetConstantFromLoad()
9734 CNode->getOffset() != 0) in getTargetConstantFromLoad()
9737 return CNode; in getTargetConstantFromLoad()
9742 auto *CNode = GetSupportedConstantPool(Ptr); in getTargetConstantFromLoad() local
9743 if (!CNode || CNode->getTargetFlags() != 0) in getTargetConstantFromLoad()
9746 return CNode->getConstVal(); in getTargetConstantFromLoad()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3167 auto CNode = cast<ConstantSDNode>(Node->getOperand(1)); in ExpandNode() local
3168 auto Test = static_cast<FPClassTest>(CNode->getZExtValue()); in ExpandNode()
H A DDAGCombiner.cpp20821 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1))) in visitBUILD_VECTOR() local
20822 return CNode->getZExtValue(); in visitBUILD_VECTOR()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5662 auto CNode = cast<ConstantSDNode>(Op.getOperand(1)); in lowerIS_FPCLASS() local
5663 unsigned Check = CNode->getZExtValue(); in lowerIS_FPCLASS()