Searched refs:getTargetConstantBitsFromNode (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 4989 static bool getTargetConstantBitsFromNode(SDValue Op, unsigned EltSizeInBits, in getTargetConstantBitsFromNode() function 5237 if (getTargetConstantBitsFromNode(Op.getOperand(1), SrcEltSizeInBits, in getTargetConstantBitsFromNode() 5241 getTargetConstantBitsFromNode(Op.getOperand(0), SrcEltSizeInBits, in getTargetConstantBitsFromNode() 5255 getTargetConstantBitsFromNode(Op.getOperand(0), EltSizeInBits, UndefElts, in getTargetConstantBitsFromNode() 5289 !getTargetConstantBitsFromNode(Op.getOperand(0), EltSizeInBits, in getTargetConstantBitsFromNode() 5294 !getTargetConstantBitsFromNode(Op.getOperand(1), EltSizeInBits, in getTargetConstantBitsFromNode() 5326 if (getTargetConstantBitsFromNode( in isConstantSplat() 5356 if (!getTargetConstantBitsFromNode(MaskNode, MaskEltSizeInBits, UndefElts, in getTargetShuffleMaskIndices() 5372 if (!getTargetConstantBitsFromNode(V, EltSizeInBIts, UndefElts, EltBits, in isConstantPowerOf2() 5412 if (getTargetConstantBitsFromNode(V.getOperand(0), in IsNOT() [all …]
|