Home
last modified time | relevance | path

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

/src/contrib/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()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp218 BasePseudoVal0->kind() == PseudoSourceValue::FixedStack) { in getHazardType()
H A DARMLowOverheadLoops.cpp1131 if (PseudoValue && PseudoValue->kind() == PseudoSourceValue::FixedStack) { in ValidateMVEStore()
/src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1523 MemOperand->getPseudoValue()->kind() == PseudoSourceValue::FixedStack
H A DVarLocBasedImpl.cpp1297 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()
H A DInstrRefBasedImpl.cpp1369 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1211 case PseudoSourceValue::FixedStack: { in print()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp828 case PseudoSourceValue::FixedStack: in getAddressSpaceForPseudoSourceKind()