Searched defs:IsPICCall (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp423 bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage,
450 if (!IsPICCall && (Signature && (FuncInfo->StubsNeeded.find(Symbol) ==
499 if (IsPICCall || !GlobalOrExternal) {
515 MipsTargetLowering::getOpndList(Ops, RegsToPass, IsPICCall, GlobalOrExternal,
421 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 DMipsSEISelLowering.cpp1200 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 DMipsISelLowering.cpp2593 bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage,
2606 if (IsPICCall && !InternalLinkage && IsCallReloc) {
2824 bool IsPICCall = (ABI.IsN64() || IsPIC); // true if calls are translated to
2831 if (IsPICCall) {
2876 getOpndList(Ops, RegsToPass, IsPICCall, GlobalOrExternal, InternalLinkage,
2591 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