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

/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h86 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
H A DSparcISelLowering.cpp3174 SparcTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:SparcTargetLowering
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h380 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
H A DARMISelLowering.cpp11110 ARMTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:ARMTargetLowering
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h574 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
H A DMipsISelLowering.cpp3140 MipsTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:MipsTargetLowering
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h440 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
H A DPPCISelLowering.cpp7854 PPCTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:PPCTargetLowering
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h1748 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp257 TargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:TargetLowering
H A DDAGCombiner.cpp1436 if (!LegalOperations && TLI.isOffsetFoldingLegal(GA) && N1C &&
1720 if (!LegalOperations && TLI.isOffsetFoldingLegal(GA)) {

Completed in 343 milliseconds