Home
last modified time | relevance | path

Searched refs:StatepointInstr (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp505 const Instruction *StatepointInstr = SI.StatepointInstr; in lowerStatepointMetaArgs() local
506 auto &SpillMap = Builder.FuncInfo.StatepointSpillMaps[StatepointInstr]; in lowerStatepointMetaArgs()
530 if (Relocate->getParent() != StatepointInstr->getParent()) in lowerStatepointMetaArgs()
550 if (Reloc->getParent() == SI.StatepointInstr->getParent()) in LowerAsSTATEPOINT()
559 FuncInfo.StatepointSpillMaps[SI.StatepointInstr]); in LowerAsSTATEPOINT()
779 SI.StatepointInstr = ISP.getInstruction(); in LowerStatepoint()
DSelectionDAGBuilder.h738 const Instruction *StatepointInstr = nullptr; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp564 const Instruction *StatepointInstr = SI.StatepointInstr; in lowerStatepointMetaArgs() local
565 auto &SpillMap = Builder.FuncInfo.StatepointSpillMaps[StatepointInstr]; in lowerStatepointMetaArgs()
589 if (Relocate->getParent() != StatepointInstr->getParent()) in lowerStatepointMetaArgs()
609 if (Reloc->getParent() == SI.StatepointInstr->getParent()) in LowerAsSTATEPOINT()
618 FuncInfo.StatepointSpillMaps[SI.StatepointInstr]); in LowerAsSTATEPOINT()
838 SI.StatepointInstr = ISP.getInstruction(); in LowerStatepoint()
DSelectionDAGBuilder.h763 const Instruction *StatepointInstr = nullptr; member