Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h42 FixedStack, enumerator
99 : PseudoSourceValue(FixedStack, TII), FI(FI) {} in FixedStackPseudoSourceValue()
102 return V->kind() == FixedStack; in classof()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp216 BasePseudoVal0->kind() == PseudoSourceValue::FixedStack) { in getHazardType()
H A DARMLowOverheadLoops.cpp1091 if (PseudoValue && PseudoValue->kind() == PseudoSourceValue::FixedStack) { in ValidateMVEStore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1148 case PseudoSourceValue::FixedStack: { in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp1482 case PseudoSourceValue::FixedStack: in getAddressSpaceForPseudoSourceKind()
H A DSIInstrInfo.cpp2722 case PseudoSourceValue::FixedStack: in getAddressSpaceForPseudoSourceKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1219 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()
H A DInstrRefBasedImpl.cpp1731 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()