Home
last modified time | relevance | path

Searched refs:NewLoc (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h1107 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm() argument
1108 assert(Inst->getFunction() == NewLoc->getFunction() && in movementPreservesLCSSAForm()
1112 auto *NewBB = NewLoc->getParent(); in movementPreservesLCSSAForm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1295 DebugLoc NewLoc = getDebugValueLoc(DII, SI); in ConvertDebugDeclareToDebugValue() local
1307 Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, SI); in ConvertDebugDeclareToDebugValue()
1312 Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, SI); in ConvertDebugDeclareToDebugValue()
1335 DebugLoc NewLoc = getDebugValueLoc(DII, nullptr); in ConvertDebugDeclareToDebugValue() local
1342 LI, DIVar, DIExpr, NewLoc, (Instruction *)nullptr); in ConvertDebugDeclareToDebugValue()
1369 DebugLoc NewLoc = getDebugValueLoc(DII, nullptr); in ConvertDebugDeclareToDebugValue() local
1375 Builder.insertDbgValueIntrinsic(APN, DIVar, DIExpr, NewLoc, &*InsertionPt); in ConvertDebugDeclareToDebugValue()
1440 DebugLoc NewLoc = getDebugValueLoc(DDI, nullptr); in LowerDbgDeclare() local
1444 NewLoc, CI); in LowerDbgDeclare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp907 BasicBlock *NewLoc = preheader(DT, Lp); in adjustForInvariance() local
908 if (!NewLoc || !DT->dominates(TopB, NewLoc)) in adjustForInvariance()
911 LocB = NewLoc; in adjustForInvariance()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp842 DbgValueLocation NewLoc(LocNo, WasIndirect); in addDefsFromCopies() local
843 I.insert(Idx, Idx.getNextSlot(), NewLoc); in addDefsFromCopies()
844 NewDefs.push_back(std::make_pair(Idx, NewLoc)); in addDefsFromCopies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7046 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in ParseCmpXchg() local
7064 ParseTypeAndValue(New, NewLoc, PFS) || in ParseCmpXchg()
7084 return Error(NewLoc, "new value and pointer type do not match"); in ParseCmpXchg()
7086 return Error(NewLoc, "cmpxchg operand must be a first class value"); in ParseCmpXchg()