Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h38 FixedStack, enumerator
95 : PseudoSourceValue(FixedStack, TM), FI(FI) {} in FixedStackPseudoSourceValue()
98 return V->kind() == FixedStack; in classof()
/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp216 BasePseudoVal0->kind() == PseudoSourceValue::FixedStack) { in getHazardType()
H A DARMLowOverheadLoops.cpp1128 if (PseudoValue && PseudoValue->kind() == PseudoSourceValue::FixedStack) { in ValidateMVEStore()
/llvm-project/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp206 case PseudoSourceValue::FixedStack: in cloneMemOperands()
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1513 MemOperand->getPseudoValue()->kind() == PseudoSourceValue::FixedStack
H A DVarLocBasedImpl.cpp1311 assert(PVal->kind() == PseudoSourceValue::FixedStack && in cleanupEntryValueTransfers()
H A DInstrRefBasedImpl.cpp1389 assert(PVal->kind() == PseudoSourceValue::FixedStack && in transferDebugValue()
/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1226 case PseudoSourceValue::FixedStack: { in print()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp965 case PseudoSourceValue::FixedStack: