Home
last modified time | relevance | path

Searched refs:ConstNode (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp116 auto ConstNode = cast<ConstantSDNode>(Node); in Select() local
117 if (VT == XLenVT && ConstNode->isNullValue()) { in Select()
123 int64_t Imm = ConstNode->getSExtValue(); in Select()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp288 ConstantSDNode *ConstNode = cast<ConstantSDNode>(Node); in Select() local
291 if (ConstNode->isNullValue()) { in Select()
298 if (ConstNode->isAllOnesValue()) { in Select()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2871 ConstantSDNode *ConstNode = cast<ConstantSDNode>(Node); in Select() local
2872 if (ConstNode->isNullValue()) { in Select()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp524 SDValue &ConstNode);
14105 SDValue &ConstNode) { in isMulAddWithConstProfitable() argument
14113 for (SDNode *Use : ConstNode->uses()) { in isMulAddWithConstProfitable()
14122 if (Use->getOperand(0) == ConstNode) in isMulAddWithConstProfitable()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14565 ConstantSDNode *ConstNode = dyn_cast<ConstantSDNode>(Op0.getOperand(1)); in combineTRUNCATE() local
14567 if (!ConstNode || ConstNode->getZExtValue() != 64) in combineTRUNCATE()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37316 auto *ConstNode = dyn_cast<ConstantSDNode>(Op); in getOneTrueElt() local
37317 if (!ConstNode) in getOneTrueElt()
37319 if (ConstNode->getAPIntValue().isAllOnesValue()) { in getOneTrueElt()