Home
last modified time | relevance | path

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

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