Searched refs:getTargetConstantBitsFromNode (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 7279 static bool getTargetConstantBitsFromNode(SDValue Op, unsigned EltSizeInBits, in getTargetConstantBitsFromNode() function 7502 if (getTargetConstantBitsFromNode(Op.getOperand(1), SrcEltSizeInBits, in getTargetConstantBitsFromNode() 7506 getTargetConstantBitsFromNode(Op.getOperand(0), SrcEltSizeInBits, in getTargetConstantBitsFromNode() 7524 if (getTargetConstantBitsFromNode(Op.getOperand(0), EltSizeInBits, in getTargetConstantBitsFromNode() 7554 !getTargetConstantBitsFromNode(Op.getOperand(0), EltSizeInBits, in getTargetConstantBitsFromNode() 7559 !getTargetConstantBitsFromNode(Op.getOperand(1), EltSizeInBits, in getTargetConstantBitsFromNode() 7591 if (getTargetConstantBitsFromNode(Op, Op.getScalarValueSizeInBits(), in isConstantSplat() 7621 if (!getTargetConstantBitsFromNode(MaskNode, MaskEltSizeInBits, UndefElts, in getTargetShuffleMaskIndices() 8144 getTargetConstantBitsFromNode(V1, EltSizeInBits, UndefSrcElts[0], in getTargetShuffleAndZeroables() 8146 getTargetConstantBitsFromNode(V2, EltSizeInBits, UndefSrcElts[1], in getTargetShuffleAndZeroables() [all …]
|