Home
last modified time | relevance | path

Searched refs:isGAPlusOffset (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp428 if (TLI.isGAPlusOffset(BasePtr.getNode(), GV, Offset) && in LowerLOAD()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4262 isGAPlusOffset(SDNode *N, const GlobalValue* &GA, int64_t &Offset) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5437 bool TargetLowering::isGAPlusOffset(SDNode *WN, const GlobalValue *&GA, in isGAPlusOffset() function in TargetLowering
5451 if (isGAPlusOffset(N1.getNode(), GA, Offset)) { in isGAPlusOffset()
5456 } else if (isGAPlusOffset(N2.getNode(), GA, Offset)) { in isGAPlusOffset()
H A DSelectionDAG.cpp12559 if (TLI->isGAPlusOffset(Ptr.getNode(), GV, GVOffset)) { in InferPtrAlign()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13846 bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1); in isConsecutiveLSLoc()
13847 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2); in isConsecutiveLSLoc()