Home
last modified time | relevance | path

Searched defs:StatepointLoweringInfo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h583 struct StatepointLoweringInfo { struct
586 SmallVector<const Value *, 16> Bases;
587 SmallVector<const Value *, 16> Ptrs;
590 SmallVector<const GCRelocateInst *, 16> GCRelocates;
593 ArrayRef<const Use> GCArgs;
596 const Instruction *StatepointInstr = nullptr;
622 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {} in StatepointLoweringInfo() argument
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h574 struct StatepointLoweringInfo { struct
577 SmallVector<const Value *, 16> Bases;
578 SmallVector<const Value *, 16> Ptrs;
581 SmallVector<const GCRelocateInst *, 16> GCRelocates;
584 ArrayRef<const Use> GCArgs;
587 const Instruction *StatepointInstr = nullptr;
613 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {} in StatepointLoweringInfo() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h725 struct StatepointLoweringInfo { struct
728 SmallVector<const Value *, 16> Bases;
729 SmallVector<const Value *, 16> Ptrs;
732 SmallVector<const GCRelocateInst *, 16> GCRelocates;
735 ArrayRef<const Use> GCArgs;
738 const Instruction *StatepointInstr = nullptr;
764 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {} in StatepointLoweringInfo() function