Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.h47 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
DBPFISelLowering.cpp170 bool BPFTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal() function in BPFTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.h103 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
DAVRISelLowering.cpp875 bool AVRTargetLowering::isOffsetFoldingLegal( in isOffsetFoldingLegal() function in llvm::AVRTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.h96 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
DSparcISelLowering.cpp3329 SparcTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal() function in SparcTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h293 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
DHexagonISelDAGToDAG.cpp2092 getTargetLowering()->isOffsetFoldingLegal(GANode)) { in balanceSubTree()
DHexagonISelLowering.cpp3157 bool HexagonTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) in isOffsetFoldingLegal() function in HexagonTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h283 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
DSIISelLowering.cpp5029 SITargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal() function in SITargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h670 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
DMipsISelLowering.cpp4266 MipsTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal() function in MipsTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h502 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
DARMISelLowering.cpp16497 ARMTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal() function in ARMTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h362 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
DAArch64ISelLowering.cpp5986 bool AArch64TargetLowering::isOffsetFoldingLegal( in isOffsetFoldingLegal() function in AArch64TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h888 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
DPPCISelLowering.cpp14946 PPCTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal() function in PPCTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3027 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4846 if (!TLI->isOffsetFoldingLegal(GA)) in FoldSymbolOffset()
9693 TLI->isOffsetFoldingLegal(GA)) in isConstantIntBuildVectorOrConstantInt()
DTargetLowering.cpp470 TargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal() function in TargetLowering
DDAGCombiner.cpp3224 if (!LegalOperations && TLI.isOffsetFoldingLegal(GA)) { in visitSUB()