/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 125 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/ |
D | StatepointLowering.cpp | 153 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 …]
|
D | SelectionDAGBuilder.h | 945 void visitGCRelocate(const GCRelocateInst &Relocate);
|
/external/e2fsprogs/tests/f_badtable/ |
D | expect.1 | 4 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/ |
D | Statepoint.h | 434 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/ |
D | Statepoint.h | 410 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/ |
D | expect.1 | 6 Relocate? yes
|
/external/e2fsprogs/tests/f_illitable_flexbg/ |
D | expect.1 | 5 Relocate? yes
|
/external/e2fsprogs/tests/f_illibitmap/ |
D | expect.1 | 9 Relocate? yes
|
/external/e2fsprogs/tests/f_illbbitmap/ |
D | expect.1 | 9 Relocate? yes
|
/external/e2fsprogs/tests/f_boundscheck/ |
D | expect.1 | 12 Relocate? yes
|
D | expect.2 | 12 Relocate? yes
|
/external/e2fsprogs/tests/f_misstable/ |
D | expect.1 | 5 Relocate? yes
|
/external/e2fsprogs/tests/f_illitable/ |
D | expect.1 | 10 Relocate? yes
|
/external/e2fsprogs/tests/f_bbfile/ |
D | expect.1 | 4 Group 0's inode bitmap (4) is bad. Relocate? yes
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1496 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/ |
D | RewriteStatepointsForGC.cpp | 1641 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/ |
D | build.gradle | 71 // Relocate third party packages to avoid any conflicts of the agent's classes with the app's
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 2117 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()
|
D | Verifier.cpp | 4039 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/ |
D | code.h | 308 void Relocate(intptr_t delta);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 2375 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()
|
D | Verifier.cpp | 4366 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/ |
D | ChangeLog | 251 Relocate the code generating templates to exist in the directory set
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 715 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local 717 AllRelocateCalls.push_back(Relocate); in simplifyOffsetableRelocate()
|