Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4961 static const Constant *getTargetConstantFromNode(LoadSDNode *Load) { in getTargetConstantFromNode() function
4967 static const Constant *getTargetConstantFromNode(SDValue Op) { in getTargetConstantFromNode() function
4969 return getTargetConstantFromNode(dyn_cast<LoadSDNode>(Op)); in getTargetConstantFromNode()
4975 return getTargetConstantFromNode(LD); in getTargetConstantFromLoad()
5135 if (auto *Cst = getTargetConstantFromNode(Op)) { in getTargetConstantBitsFromNode()
12731 bool IsV1Constant = getTargetConstantFromNode(V1) != nullptr; in lowerShuffleAsElementInsertion()
41983 getTargetConstantFromNode(dyn_cast<LoadSDNode>(Op)) || in canonicalizeShuffleWithOp()
43427 const Constant *C = getTargetConstantFromNode(Load); in SimplifyDemandedVectorEltsForTargetShuffle()
51760 if (VT.isVector() && getTargetConstantFromNode(N1)) { in combineAnd()
51763 getTargetConstantFromNode(N0.getOperand(1)) && in combineAnd()
[all …]