Home
last modified time | relevance | path

Searched refs:isOffsetFoldingLegal (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h47 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DBPFISelLowering.cpp194 bool BPFTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal() function in BPFTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h78 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DWebAssemblyISelLowering.cpp830 bool WebAssemblyTargetLowering::isOffsetFoldingLegal( in isOffsetFoldingLegal() function in WebAssemblyTargetLowering
834 return isa<Function>(GV) ? false : TargetLowering::isOffsetFoldingLegal(GA); in isOffsetFoldingLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h117 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DAVRISelLowering.cpp1202 bool AVRTargetLowering::isOffsetFoldingLegal( in isOffsetFoldingLegal() function in llvm::AVRTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h99 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DSparcISelLowering.cpp3595 SparcTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal() function in SparcTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h197 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override { in isOffsetFoldingLegal() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h143 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DLoongArchISelLowering.cpp361 bool LoongArchTargetLowering::isOffsetFoldingLegal( in isOffsetFoldingLegal() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h308 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DVEISelLowering.cpp860 bool VETargetLowering::isOffsetFoldingLegal( in isOffsetFoldingLegal() function in VETargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h661 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DMipsISelLowering.cpp4314 MipsTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal() function in MipsTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h361 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h314 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DHexagonISelDAGToDAG.cpp2150 getTargetLowering()->isOffsetFoldingLegal(GANode)) { in balanceSubTree()
H A DHexagonISelLowering.cpp3686 bool HexagonTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) in isOffsetFoldingLegal() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h599 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h471 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1054 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h606 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3747 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6011 if (!TLI->isOffsetFoldingLegal(GA)) in FoldSymbolOffset()
12763 TLI->isOffsetFoldingLegal(GA)) in isConstantIntBuildVectorOrConstantInt()

12