Home
last modified time | relevance | path

Searched refs:Relocate (Results 1 – 25 of 53) sorted by relevance

123

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp125 if (const auto *Relocate = dyn_cast<GCRelocateInst>(Val)) { in findPreviousSpillSlot() local
127 Builder.FuncInfo.StatepointSpillMaps[Relocate->getStatepoint()]; in findPreviousSpillSlot()
129 auto It = SpillMap.find(Relocate->getDerivedPtr()); in findPreviousSpillSlot()
508 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in lowerStatepointMetaArgs() local
509 const Value *V = Relocate->getDerivedPtr(); in lowerStatepointMetaArgs()
530 if (Relocate->getParent() != StatepointInstr->getParent()) in lowerStatepointMetaArgs()
772 for (const GCRelocateInst *Relocate : ISP.getRelocates()) { in LowerStatepoint() local
773 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
774 SI.Bases.push_back(Relocate->getBasePtr()); in LowerStatepoint()
775 SI.Ptrs.push_back(Relocate->getDerivedPtr()); in LowerStatepoint()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp153 if (const auto *Relocate = dyn_cast<GCRelocateInst>(Val)) { in findPreviousSpillSlot() local
155 Builder.FuncInfo.StatepointSpillMaps[Relocate->getStatepoint()]; in findPreviousSpillSlot()
157 auto It = SpillMap.find(Relocate->getDerivedPtr()); in findPreviousSpillSlot()
567 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in lowerStatepointMetaArgs() local
568 const Value *V = Relocate->getDerivedPtr(); in lowerStatepointMetaArgs()
589 if (Relocate->getParent() != StatepointInstr->getParent()) in lowerStatepointMetaArgs()
831 for (const GCRelocateInst *Relocate : ISP.getRelocates()) { in LowerStatepoint() local
832 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
833 SI.Bases.push_back(Relocate->getBasePtr()); in LowerStatepoint()
834 SI.Ptrs.push_back(Relocate->getDerivedPtr()); in LowerStatepoint()
[all …]
DSelectionDAGBuilder.h945 void visitGCRelocate(const GCRelocateInst &Relocate);
/external/e2fsprogs/tests/f_badtable/
Dexpect.14 Group 0's block bitmap (3) is bad. Relocate? yes
6 Group 0's inode bitmap (4) is bad. Relocate? yes
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DStatepoint.h434 if (auto *Relocate = dyn_cast<GCRelocateInst>(U)) in getRelocates() local
435 Result.push_back(Relocate); in getRelocates()
446 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser)) in getRelocates() local
447 Result.push_back(Relocate); in getRelocates()
/external/llvm/include/llvm/IR/
DStatepoint.h410 if (auto *Relocate = dyn_cast<GCRelocateInst>(U)) in getRelocates() local
411 Result.push_back(Relocate); in getRelocates()
422 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser)) in getRelocates() local
423 Result.push_back(Relocate); in getRelocates()
/external/e2fsprogs/tests/f_overfsblks/
Dexpect.16 Relocate? yes
/external/e2fsprogs/tests/f_illitable_flexbg/
Dexpect.15 Relocate? yes
/external/e2fsprogs/tests/f_illibitmap/
Dexpect.19 Relocate? yes
/external/e2fsprogs/tests/f_illbbitmap/
Dexpect.19 Relocate? yes
/external/e2fsprogs/tests/f_boundscheck/
Dexpect.112 Relocate? yes
Dexpect.212 Relocate? yes
/external/e2fsprogs/tests/f_misstable/
Dexpect.15 Relocate? yes
/external/e2fsprogs/tests/f_illitable/
Dexpect.110 Relocate? yes
/external/e2fsprogs/tests/f_bbfile/
Dexpect.14 Group 0's inode bitmap (4) is bad. Relocate? yes
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1496 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() local
1497 if (!Relocate) in insertRelocationStores()
1500 Value *OriginalValue = Relocate->getDerivedPtr(); in insertRelocationStores()
1507 assert(Relocate->getNextNode() && in insertRelocationStores()
1509 IRBuilder<> Builder(Relocate->getNextNode()); in insertRelocationStores()
1511 Builder.CreateBitCast(Relocate, in insertRelocationStores()
1513 suffixed_name_or(Relocate, ".casted", "")); in insertRelocationStores()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1641 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() local
1642 if (!Relocate) in insertRelocationStores()
1645 Value *OriginalValue = Relocate->getDerivedPtr(); in insertRelocationStores()
1652 assert(Relocate->getNextNode() && in insertRelocationStores()
1654 IRBuilder<> Builder(Relocate->getNextNode()); in insertRelocationStores()
1656 Builder.CreateBitCast(Relocate, in insertRelocationStores()
1658 suffixed_name_or(Relocate, ".casted", "")); in insertRelocationStores()
/external/opencensus-java/contrib/agent/
Dbuild.gradle71 // Relocate third party packages to avoid any conflicts of the agent's classes with the app's
/external/llvm/lib/IR/
DAsmWriter.cpp2117 void printGCRelocateComment(const GCRelocateInst &Relocate);
2801 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment() argument
2803 writeOperand(Relocate.getBasePtr(), false); in printGCRelocateComment()
2805 writeOperand(Relocate.getDerivedPtr(), false); in printGCRelocateComment()
2813 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local
2814 printGCRelocateComment(*Relocate); in printInfoComment()
DVerifier.cpp4039 GCRelocateInst &Relocate = cast<GCRelocateInst>(*CS.getInstruction()); in visitIntrinsicCallSite() local
4040 Assert(Relocate.getDerivedPtr()->getType()->getScalarType()->isPointerTy(), in visitIntrinsicCallSite()
4044 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCallSite()
/external/v8/src/objects/
Dcode.h308 void Relocate(intptr_t delta);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2375 void printGCRelocateComment(const GCRelocateInst &Relocate);
3476 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment() argument
3478 writeOperand(Relocate.getBasePtr(), false); in printGCRelocateComment()
3480 writeOperand(Relocate.getDerivedPtr(), false); in printGCRelocateComment()
3487 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local
3488 printGCRelocateComment(*Relocate); in printInfoComment()
DVerifier.cpp4366 GCRelocateInst &Relocate = cast<GCRelocateInst>(*CS.getInstruction()); in visitIntrinsicCallSite() local
4367 Assert(Relocate.getDerivedPtr()->getType()->isPtrOrPtrVectorTy(), in visitIntrinsicCallSite()
4371 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCallSite()
/external/antlr/runtime/C/
DChangeLog251 Relocate the code generating templates to exist in the directory set
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp715 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local
717 AllRelocateCalls.push_back(Relocate); in simplifyOffsetableRelocate()

123