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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3319 isGAPlusOffset(SDNode *N, const GlobalValue* &GA, int64_t &Offset) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp436 if (TLI.isGAPlusOffset(BasePtr.getNode(), GV, Offset) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4001 bool TargetLowering::isGAPlusOffset(SDNode *WN, const GlobalValue *&GA, function in class:TargetLowering
4015 if (isGAPlusOffset(N1.getNode(), GA, Offset)) {
4020 } else if (isGAPlusOffset(N2.getNode(), GA, Offset)) {
H A DSelectionDAG.cpp9404 if (TLI->isGAPlusOffset(Ptr.getNode(), GV, GVOffset)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12096 bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1);
12097 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);

Completed in 285 milliseconds