Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiISelDAGToDAG.cpp288 ConstantSDNode *ConstNode = cast<ConstantSDNode>(Node); in Select() local
291 if (ConstNode->isNullValue()) { in Select()
298 if (ConstNode->isAllOnesValue()) { in Select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp83 auto *ConstNode = cast<ConstantSDNode>(Node); in Select() local
86 if (ConstNode->isNullValue()) { in Select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2879 ConstantSDNode *ConstNode = cast<ConstantSDNode>(Node); in Select() local
2880 if (ConstNode->isNullValue()) { in Select()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2668 ConstantSDNode *ConstNode = cast<ConstantSDNode>(Node); in Select() local
2669 if (ConstNode->isNullValue()) { in Select()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp426 SDValue &ConstNode);
11154 SDValue &ConstNode) { in isMulAddWithConstProfitable() argument
11162 for (SDNode *Use : ConstNode->uses()) { in isMulAddWithConstProfitable()
11172 if (Use->getOperand(0) == ConstNode) in isMulAddWithConstProfitable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp504 SDValue &ConstNode);
13582 SDValue &ConstNode) { in isMulAddWithConstProfitable() argument
13590 for (SDNode *Use : ConstNode->uses()) { in isMulAddWithConstProfitable()
13599 if (Use->getOperand(0) == ConstNode) in isMulAddWithConstProfitable()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp28850 auto *ConstNode = dyn_cast<ConstantSDNode>(Op); in getOneTrueElt() local
28851 if (!ConstNode) in getOneTrueElt()
28853 if (ConstNode->getAPIntValue().isAllOnesValue()) { in getOneTrueElt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35691 auto *ConstNode = dyn_cast<ConstantSDNode>(Op); in getOneTrueElt() local
35692 if (!ConstNode) in getOneTrueElt()
35694 if (ConstNode->getAPIntValue().isAllOnesValue()) { in getOneTrueElt()