Searched refs:isOffsetFoldingLegal (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h86 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DSparcISelLowering.cpp3166 SparcTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:SparcTargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h252 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DAArch64ISelLowering.cpp3782 bool AArch64TargetLowering::isOffsetFoldingLegal( function in class:AArch64TargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h373 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DARMISelLowering.cpp10625 ARMTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:ARMTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h580 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DMipsISelLowering.cpp3238 MipsTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:MipsTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h473 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
H A DPPCISelLowering.cpp8870 PPCTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:PPCTargetLowering
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1912 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp258 TargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:TargetLowering
H A DDAGCombiner.cpp1516 if (!LegalOperations && TLI.isOffsetFoldingLegal(GA) && N1C &&
1802 if (!LegalOperations && TLI.isOffsetFoldingLegal(GA)) {

Completed in 228 milliseconds