Home
last modified time | relevance | path

Searched refs:getConstantSplatNode (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2060 getConstantSplatNode(const APInt &DemandedElts,
2069 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td260 if (ConstantSDNode *C = cast<BuildVectorSDNode>(N)->getConstantSplatNode())
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11017 ConstantSDNode *CN = BV->getConstantSplatNode(DemandedElts, &UndefElements); in isConstOrConstSplat()
11856 BuildVectorSDNode::getConstantSplatNode(const APInt &DemandedElts, in getConstantSplatNode() function in BuildVectorSDNode
11863 BuildVectorSDNode::getConstantSplatNode(BitVector *UndefElements) const { in getConstantSplatNode() function in BuildVectorSDNode
H A DTargetLowering.cpp3691 CN = BV->getConstantSplatNode(); in isConstFalseVal()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12428 if (ConstantSDNode *C = V->getConstantSplatNode()) { in getAsmOperandConstVal()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12198 if (ConstantSDNode *Const = BVN->getConstantSplatNode()) { in LowerBUILD_VECTOR()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53768 if (ConstantSDNode *C = BV->getConstantSplatNode(&UndefElts)) { in combineGatherScatter()