Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1113 const Constant *getTargetConstantFromLoad(LoadSDNode *LD) const override;
H A DX86ISelLowering.cpp6507 X86TargetLowering::getTargetConstantFromLoad(LoadSDNode *LD) const { in getTargetConstantFromLoad() function in X86TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3516 virtual const Constant *getTargetConstantFromLoad(LoadSDNode *LD) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp983 if (getTargetConstantFromLoad(LD)) { in SimplifyDemandedBits()
3055 const Constant *TargetLowering::getTargetConstantFromLoad(LoadSDNode*) const { in getTargetConstantFromLoad() function in TargetLowering
H A DSelectionDAG.cpp3192 const Constant *Cst = TLI->getTargetConstantFromLoad(LD); in computeKnownBits()
4187 if (const Constant *Cst = TLI->getTargetConstantFromLoad(LD)) { in ComputeNumSignBits()