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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h972 const Constant *getTargetConstantFromLoad(LoadSDNode *LD) const override;
H A DX86ISelLowering.cpp6127 X86TargetLowering::getTargetConstantFromLoad(LoadSDNode *LD) const {
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3260 virtual const Constant *getTargetConstantFromLoad(LoadSDNode *LD) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp877 if (getTargetConstantFromLoad(LD)) {
2747 const Constant *TargetLowering::getTargetConstantFromLoad(LoadSDNode*) const { function in class:TargetLowering
H A DSelectionDAG.cpp3012 const Constant *Cst = TLI->getTargetConstantFromLoad(LD);
3997 if (const Constant *Cst = TLI->getTargetConstantFromLoad(LD)) {

Completed in 296 milliseconds