Searched refs:Relocate (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp131 if (const auto *Relocate = dyn_cast<GCRelocateInst>(Val)) {
133 Builder.FuncInfo.StatepointRelocatedValues[Relocate->getStatepoint()];
135 auto It = SpillMap.find(Relocate->getDerivedPtr());
402 for (const GCRelocateInst *Relocate : StatepointSite.getRelocates()) {
403 Relocs.push_back(Relocate);
404 Bases.push_back(Relocate->getBasePtr());
405 Ptrs.push_back(Relocate->getDerivedPtr());
605 for (const GCRelocateInst *Relocate : StatepointSite.getRelocates()) {
606 const Value *V = Relocate->getDerivedPtr();
627 if (Relocate
861 visitGCRelocate(const GCRelocateInst &Relocate) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DStatepoint.h386 if (auto *Relocate = dyn_cast<GCRelocateInst>(U))
387 Result.push_back(Relocate);
398 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser))
399 Result.push_back(Relocate);
/freebsd-11.0-release/sys/boot/i386/mbr/
H A Dmbr.s41 # Relocate ourself to a lower address so that we are out of the way when
47 rep # Relocate
/freebsd-11.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S448 # Relocate the loader and BTX using a very lazy protected mode
470 rep # Relocate the
475 rep # Relocate the
487 rep # Relocate
510 rep # Relocate the
520 rep # Relocate
/freebsd-11.0-release/sys/boot/i386/pmbr/
H A Dpmbr.s73 # Relocate ourself to a lower address so that we have more room to load
79 rep # Relocate
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1633 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); local
1634 if (!Relocate)
1637 Value *OriginalValue = const_cast<Value *>(Relocate->getDerivedPtr());
1644 assert(Relocate->getNextNode() &&
1646 IRBuilder<> Builder(Relocate->getNextNode());
1648 Builder.CreateBitCast(Relocate,
1650 suffixed_name_or(Relocate, ".casted", ""));
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S130 rep # Relocate
/freebsd-11.0-release/sys/boot/i386/boot0/
H A Dboot0.S194 rep # Relocate
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot1.S127 * Relocate ourself to MEM_REL. Since %cx == 0, the inc %ch sets
197 rep # Relocate
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp2063 void printGCRelocateComment(const GCRelocateInst &Relocate);
2725 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { argument
2727 writeOperand(Relocate.getBasePtr(), false);
2729 writeOperand(Relocate.getDerivedPtr(), false);
2737 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V))
2738 printGCRelocateComment(*Relocate);
H A DVerifier.cpp3981 GCRelocateInst &Relocate = cast<GCRelocateInst>(*CS.getInstruction()); local
3982 Assert(Relocate.getDerivedPtr()->getType()->getScalarType()->isPointerTy(),
3986 auto DerivedType = Relocate.getDerivedPtr()->getType();
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp687 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U))
689 AllRelocateCalls.push_back(Relocate);

Completed in 180 milliseconds