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.cpp4714 static const Constant *getTargetConstantFromNode(LoadSDNode *Load) { in getTargetConstantFromNode() function
4720 static const Constant *getTargetConstantFromNode(SDValue Op) { in getTargetConstantFromNode() function
4722 return getTargetConstantFromNode(dyn_cast<LoadSDNode>(Op)); in getTargetConstantFromNode()
4728 return getTargetConstantFromNode(LD); in getTargetConstantFromLoad()
4875 if (auto *Cst = getTargetConstantFromNode(Op)) { in getTargetConstantBitsFromNode()
12231 bool IsV1Constant = getTargetConstantFromNode(V1) != nullptr; in lowerShuffleAsElementInsertion()
40498 getTargetConstantFromNode(dyn_cast<LoadSDNode>(Op)) || in canonicalizeShuffleWithOp()
41841 const Constant *C = getTargetConstantFromNode(Load); in SimplifyDemandedVectorEltsForTargetShuffle()
47900 if (auto *RawC = getTargetConstantFromNode(N->getOperand(1))) in combineMul()
49973 if (VT.isVector() && getTargetConstantFromNode(N1)) { in combineAnd()
[all …]