Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4577 static const Constant *getTargetConstantFromNode(LoadSDNode *Load) { in getTargetConstantFromNode() function
4583 static const Constant *getTargetConstantFromNode(SDValue Op) { in getTargetConstantFromNode() function
4585 return getTargetConstantFromNode(dyn_cast<LoadSDNode>(Op)); in getTargetConstantFromNode()
4591 return getTargetConstantFromNode(LD); in getTargetConstantFromLoad()
4738 if (auto *Cst = getTargetConstantFromNode(Op)) { in getTargetConstantBitsFromNode()
12098 bool IsV1Constant = getTargetConstantFromNode(V1) != nullptr; in lowerShuffleAsElementInsertion()
39648 getTargetConstantFromNode(dyn_cast<LoadSDNode>(Op)) || in canonicalizeShuffleWithOp()
40930 const Constant *C = getTargetConstantFromNode(Load); in SimplifyDemandedVectorEltsForTargetShuffle()
46783 if (auto *RawC = getTargetConstantFromNode(N->getOperand(1))) in combineMul()
48664 if (VT.isVector() && getTargetConstantFromNode(N1)) { in combineAnd()
[all …]