Home
last modified time | relevance | path

Searched refs:FixedStack (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h42 FixedStack, enumerator
99 : PseudoSourceValue(FixedStack, TM), FI(FI) {} in FixedStackPseudoSourceValue()
102 return V->kind() == FixedStack; in classof()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp218 BasePseudoVal0->kind() == PseudoSourceValue::FixedStack) { in getHazardType()
H A DARMLowOverheadLoops.cpp1142 if (PseudoValue && PseudoValue->kind() == PseudoSourceValue::FixedStack) { in ValidateMVEStore()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp163 case PseudoSourceValue::FixedStack: in cloneMemOperands()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1151 MemOperand->getPseudoValue()->kind() == PseudoSourceValue::FixedStack in hasFoldedStackStore()
H A DVarLocBasedImpl.cpp1219 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()
H A DInstrRefBasedImpl.cpp998 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOperand.cpp1153 case PseudoSourceValue::FixedStack: { in print()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp842 case PseudoSourceValue::FixedStack: in getAddressSpaceForPseudoSourceKind()