Home
last modified time | relevance | path

Searched refs:SlotType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp53 enum SlotType { enum
67 SlotType SlotTy;
77 SlotTy = SlotType::Spill; in SlotData()
79 SlotTy = SlotType::Fixed; in SlotData()
81 SlotTy = SlotType::VariableSized; in SlotData()
84 SlotTy = SlotType::StackProtector; in SlotData()
86 SlotTy = SlotType::Variable; in SlotData()
89 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize()
124 std::string getTypeString(SlotType Ty) { in getTypeString()
126 case SlotType::Spill: in getTypeString()
[all …]
H A DAnalysis.cpp691 Type *SlotType = in returnTypeIsEligibleForTailCall() local
693 CallVal = UndefValue::get(SlotType); in returnTypeIsEligibleForTailCall()