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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp115 auto ConstNode = cast<ConstantSDNode>(Node); local
116 if (VT == XLenVT && ConstNode->isNullValue()) {
122 int64_t Imm = ConstNode->getSExtValue();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp287 ConstantSDNode *ConstNode = cast<ConstantSDNode>(Node); local
290 if (ConstNode->isNullValue()) {
297 if (ConstNode->isAllOnesValue()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3106 ConstantSDNode *ConstNode = cast<ConstantSDNode>(Node); local
3107 if (ConstNode->isNullValue()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15661 ConstantSDNode *ConstNode = dyn_cast<ConstantSDNode>(Op0.getOperand(1)); local
15663 if (!ConstNode || ConstNode->getZExtValue() != 64)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp612 /// and ConstNode is c2.
615 SDValue &ConstNode);
15273 // and ConstNode is c2.
15285 SDValue &ConstNode) {
15293 for (SDNode *Use : ConstNode->uses()) {
15302 if (Use->getOperand(0) == ConstNode)
15309 // ConstNode = CONST
15310 // Use = ConstNode * A <-- visiting Use. OtherOp is A.
15313 // = AddNode * ConstNode <-- current visiting instruction.
15316 // multiply (ConstNode *
15283 isMulAddWithConstProfitable(SDNode *MulNode, SDValue &AddNode, SDValue &ConstNode) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 527 milliseconds