HomeSort by relevance Sort by last modified time
    Searched refs:GCRelocateInst (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/IR/
Statepoint.h 41 class GCRelocateInst;
250 std::vector<const GCRelocateInst *> getRelocates() const;
352 class GCRelocateInst : public GCProjectionInst {
398 std::vector<const GCRelocateInst *>
402 std::vector<const GCRelocateInst *> Result;
410 if (auto *Relocate = dyn_cast<GCRelocateInst>(U))
422 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser))
  /external/llvm/lib/IR/
Statepoint.cpp 44 return CS.getInstruction() && isa<GCRelocateInst>(CS.getInstruction());
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Analysis/
Loads.cpp 96 if (const GCRelocateInst *RelocateInst = dyn_cast<GCRelocateInst>(V))
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 125 if (const auto *Relocate = dyn_cast<GCRelocateInst>(Val)) {
251 SmallVectorImpl<const GCRelocateInst *> &Relocs,
257 SmallVector<const GCRelocateInst *, 64> NewRelocs;
508 for (const GCRelocateInst *Relocate : SI.GCRelocates) {
772 for (const GCRelocateInst *Relocate : ISP.getRelocates()) {
    [all...]
SelectionDAGBuilder.h 732 SmallVector<const GCRelocateInst *, 16> GCRelocates;
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 562 const SmallVectorImpl<GCRelocateInst *> &AllRelocateCalls,
563 DenseMap<GCRelocateInst *, SmallVector<GCRelocateInst *, 2>>
568 DenseMap<std::pair<unsigned, unsigned>, GCRelocateInst *> RelocateIdxMap;
580 GCRelocateInst *I = Item.second;
613 simplifyRelocatesOffABase(GCRelocateInst *RelocatedBase,
614 const SmallVectorImpl<GCRelocateInst *> &Targets) {
616 for (GCRelocateInst *ToReplace : Targets) {
712 SmallVector<GCRelocateInst *, 2> AllRelocateCalls;
715 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 2475 milliseconds