Searched defs:IsPICCall (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/Target/Mips/ |
H A D | Mips16ISelLowering.cpp | 425 bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage, 452 if (!IsPICCall && (Signature && (FuncInfo->StubsNeeded.find(Symbol) == 501 if (IsPICCall || !GlobalOrExternal) { 517 MipsTargetLowering::getOpndList(Ops, RegsToPass, IsPICCall, GlobalOrExternal, 423 getOpndList(SmallVectorImpl<SDValue> &Ops, std::deque< std::pair<unsigned, SDValue> > &RegsToPass, bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage, bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const argument
|
H A D | MipsSEISelLowering.cpp | 1200 bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage, 1204 MipsTargetLowering::getOpndList(Ops, RegsToPass, IsPICCall, GlobalOrExternal, 1198 getOpndList(SmallVectorImpl<SDValue> &Ops, std::deque< std::pair<unsigned, SDValue> > &RegsToPass, bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage, bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const argument
|
H A D | MipsISelLowering.cpp | 2512 bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage, 2525 if (IsPICCall && !InternalLinkage && IsCallReloc) { 2744 bool IsPICCall = (ABI.IsN64() || IsPIC); // true if calls are translated to 2751 if (IsPICCall) { 2796 getOpndList(Ops, RegsToPass, IsPICCall, GlobalOrExternal, InternalLinkage, 2510 getOpndList(SmallVectorImpl<SDValue> &Ops, std::deque< std::pair<unsigned, SDValue> > &RegsToPass, bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage, bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const argument
|
Completed in 103 milliseconds