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.cpp52 enum SlotType { enum
66 SlotType SlotTy;
76 SlotTy = SlotType::Spill; in SlotData()
78 SlotTy = SlotType::Fixed; in SlotData()
80 SlotTy = SlotType::VariableSized; in SlotData()
83 SlotTy = SlotType::StackProtector; in SlotData()
85 SlotTy = SlotType::Variable; in SlotData()
88 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize()
135 std::string getTypeString(SlotType Ty) { in getTypeString()
137 case SlotType::Spill: in getTypeString()
[all …]
H A DAnalysis.cpp690 Type *SlotType = in returnTypeIsEligibleForTailCall() local
692 CallVal = UndefValue::get(SlotType); in returnTypeIsEligibleForTailCall()