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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h626 bool isGAPlusOffset(SDNode *N, const GlobalValue* &GA,
H A DX86ISelLowering.cpp18281 /// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
18283 bool X86TargetLowering::isGAPlusOffset(SDNode *N,
18293 return TargetLowering::isGAPlusOffset(N, GA, Offset);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2003 /// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
2005 bool TargetLowering::isGAPlusOffset(SDNode *N, const GlobalValue *&GA, function in class:TargetLowering
2017 if (isGAPlusOffset(N1.getNode(), GA, Offset)) {
2023 } else if (isGAPlusOffset(N2.getNode(), GA, Offset)) {
H A DSelectionDAG.cpp6511 bool isGA1 = TLI->isGAPlusOffset(Loc.getNode(), GV1, Offset1);
6512 bool isGA2 = TLI->isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
6526 if (TLI->isGAPlusOffset(Ptr.getNode(), GV, GVOffset)) {
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2038 isGAPlusOffset(SDNode *N, const GlobalValue* &GA, int64_t &Offset) const;
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp452 if (TLI.isGAPlusOffset(BasePtr.getNode(), GV, Offset) &&
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7302 bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1);
7303 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);

Completed in 240 milliseconds