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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp2789 bool IsRegLoc = VA.isRegLoc(); local
2794 if (!IsRegLoc)
3208 MachineFrameInfo *MFI, bool IsRegLoc,
3214 if (IsRegLoc) {
3281 bool IsRegLoc = VA.isRegLoc(); local
3296 MFI, IsRegLoc, InVals, MipsFI,
3302 if (IsRegLoc) {
3205 CopyMips64ByValRegs(MachineFunction &MF, SDValue Chain, DebugLoc dl, std::vector<SDValue> &OutChains, SelectionDAG &DAG, const CCValAssign &VA, const ISD::ArgFlagsTy &Flags, MachineFrameInfo *MFI, bool IsRegLoc, SmallVectorImpl<SDValue> &InVals, MipsFunctionInfo *MipsFI, EVT PtrTy, const Argument *FuncArg) argument

Completed in 108 milliseconds