Searched refs:FILoc (Results 1 – 2 of 2) sorted by relevance
185 int FILoc = 0; in analyzeFrameIndexes() local188 case MBlaze::R5: FILoc = -4; break; in analyzeFrameIndexes()189 case MBlaze::R6: FILoc = -8; break; in analyzeFrameIndexes()190 case MBlaze::R7: FILoc = -12; break; in analyzeFrameIndexes()191 case MBlaze::R8: FILoc = -16; break; in analyzeFrameIndexes()192 case MBlaze::R9: FILoc = -20; break; in analyzeFrameIndexes()193 case MBlaze::R10: FILoc = -24; break; in analyzeFrameIndexes()197 FrameRelocate.push_back(std::make_pair(FI,FILoc)); in analyzeFrameIndexes()198 DEBUG(dbgs() << "FI#" << FI << " relocated to " << FILoc << "\n"); in analyzeFrameIndexes()
310 SourceLocation FILoc = Tok.getLocation(); in ParseRHSOfBinaryExpression() local313 if (FILoc.isFileID() || PP.isAtStartOfMacroExpansion(FILoc)) { in ParseRHSOfBinaryExpression()314 FILoc = SM.getInstantiationLoc(FILoc); in ParseRHSOfBinaryExpression()317 SM.getCharacterData(FILoc.getFileLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression()320 SM.getCharacterData(FILoc.getFileLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression()322 FILoc = FILoc.getFileLocWithOffset(-1); in ParseRHSOfBinaryExpression()329 << FixItHint::CreateInsertion(FILoc, FIText); in ParseRHSOfBinaryExpression()