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

/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h68 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
H A DSparcISelLowering.cpp1275 SparcTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:SparcTargetLowering
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.h151 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
H A DSPUISelLowering.cpp3238 SPUTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:SPUTargetLowering
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.h170 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
H A DMBlazeISelLowering.cpp1147 isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:MBlazeTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h198 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
H A DMipsISelLowering.cpp3459 MipsTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:MipsTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h375 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
H A DARMISelLowering.cpp9804 ARMTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:ARMTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h354 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
H A DPPCISelLowering.cpp5926 PPCTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:PPCTargetLowering
/external/llvm/include/llvm/Target/
H A DTargetLowering.h825 /// isOffsetFoldingLegal - Return true if folding a constant offset
828 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1080 TargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { function in class:TargetLowering
H A DDAGCombiner.cpp1394 if (!LegalOperations && TLI.isOffsetFoldingLegal(GA) && N1C &&
1678 if (!LegalOperations && TLI.isOffsetFoldingLegal(GA)) {

Completed in 341 milliseconds