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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DVirtRegRewriter.cpp286 ComputeReloadLoc(MachineBasicBlock::iterator const InsertLoc, argument
296 return InsertLoc;
306 return InsertLoc;
311 return InsertLoc;
316 MachineBasicBlock::iterator NewInsertLoc = InsertLoc;
341 while (InsertLoc != NewInsertLoc &&
937 MachineBasicBlock::iterator InsertLoc =
942 ReMaterialize(*MBB, InsertLoc, NewPhysReg, NewOp.VirtReg, TII,
945 TII->loadRegFromStackSlot(*MBB, InsertLoc, NewPhysReg,
947 MachineInstr *LoadMI = prior(InsertLoc);
[all...]
H A DTwoAddressInstructionPass.cpp1503 MachineBasicBlock::iterator InsertLoc = MI; local
1504 MachineInstr *CopyMI = BuildMI(*MI->getParent(), InsertLoc,
/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp254 SourceLocation InsertLoc = WrapE->getLocStart(); local
257 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1));
267 TA.insert(InsertLoc, BridgeCall);
270 TA.insert(InsertLoc, BridgeCall);
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp299 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); local
300 if (ValLoc.size() >= InsertLoc.size() &&
301 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) {
305 ValLoc.resize(ValLoc.size() - InsertLoc.size());
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7186 SourceLocation InsertLoc = local
7188 DB << FixItHint::CreateInsertion(InsertLoc, " ")
7190 InsertLoc, CharSourceRange::getTokenRange(Before))
8602 SourceLocation InsertLoc = local
8604 Diag(InsertLoc, diag::note_using_decl_class_member_workaround)
8608 InsertLoc, " " + NameInfo.getName().getAsString());
H A DSemaDecl.cpp7806 SourceLocation InsertLoc; local
7808 InsertLoc = D.getName().getSourceRange().getEnd();
7809 InsertLoc = getLocForEndOfToken(InsertLoc);
7815 << FixItHint::CreateInsertion(InsertLoc, "<>");

Completed in 340 milliseconds