Searched refs:InsertLoc (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | VirtRegRewriter.cpp | 286 ComputeReloadLoc(MachineBasicBlock::iterator const InsertLoc, in ComputeReloadLoc() argument 296 return InsertLoc; in ComputeReloadLoc() 306 return InsertLoc; in ComputeReloadLoc() 311 return InsertLoc; in ComputeReloadLoc() 316 MachineBasicBlock::iterator NewInsertLoc = InsertLoc; in ComputeReloadLoc() 341 while (InsertLoc != NewInsertLoc && in ComputeReloadLoc() 937 MachineBasicBlock::iterator InsertLoc = in GetRegForReload() local 942 ReMaterialize(*MBB, InsertLoc, NewPhysReg, NewOp.VirtReg, TII, in GetRegForReload() 945 TII->loadRegFromStackSlot(*MBB, InsertLoc, NewPhysReg, in GetRegForReload() 947 MachineInstr *LoadMI = prior(InsertLoc); in GetRegForReload() [all …]
|
D | TwoAddressInstructionPass.cpp | 1503 MachineBasicBlock::iterator InsertLoc = MI; in EliminateRegSequences() local 1504 MachineInstr *CopyMI = BuildMI(*MI->getParent(), InsertLoc, in EliminateRegSequences()
|
/external/clang/lib/ARCMigrate/ |
D | TransUnbridgedCasts.cpp | 254 SourceLocation InsertLoc = WrapE->getLocStart(); in rewriteToBridgedCast() local 257 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1)); in rewriteToBridgedCast() 267 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast() 270 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 299 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() local 300 if (ValLoc.size() >= InsertLoc.size() && in getNoopInput() 301 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) { in getNoopInput() 305 ValLoc.resize(ValLoc.size() - InsertLoc.size()); in getNoopInput()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 7186 SourceLocation InsertLoc = in CheckConversionDeclarator() local 7188 DB << FixItHint::CreateInsertion(InsertLoc, " ") in CheckConversionDeclarator() 7190 InsertLoc, CharSourceRange::getTokenRange(Before)) in CheckConversionDeclarator() 8602 SourceLocation InsertLoc = in CheckUsingDeclQualifier() local 8604 Diag(InsertLoc, diag::note_using_decl_class_member_workaround) in CheckUsingDeclQualifier() 8608 InsertLoc, " " + NameInfo.getName().getAsString()); in CheckUsingDeclQualifier()
|
D | SemaDecl.cpp | 7806 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local 7808 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator() 7809 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator() 7815 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()
|