Home
last modified time | relevance | path

Searched refs:getConstantFPSplatNode (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1571 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1812 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8109 ConstantFPSDNode *CN = BV->getConstantFPSplatNode(&UndefElements); in isConstOrConstSplatFP()
8609 BuildVectorSDNode::getConstantFPSplatNode(BitVector *UndefElements) const { in getConstantFPSplatNode() function in BuildVectorSDNode
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7218 BuildVectorSDNode::getConstantFPSplatNode(BitVector *UndefElements) const { in getConstantFPSplatNode() function in BuildVectorSDNode
DDAGCombiner.cpp807 ConstantFPSDNode *CN = BV->getConstantFPSplatNode(&UndefElements); in isConstOrConstSplatFP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7005 if (ConstantFPSDNode *C = BV->getConstantFPSplatNode()) in getSplatConstantFP()