Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp218 BasePseudoVal0->kind() == PseudoSourceValue::FixedStack) { in getHazardType()
H A DARMLowOverheadLoops.cpp1149 if (PseudoValue && PseudoValue->kind() == PseudoSourceValue::FixedStack) { in ValidateMVEStore()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp182 case PseudoSourceValue::FixedStack: in cloneMemOperands()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1432 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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp1200 case PseudoSourceValue::FixedStack: { in print()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp791 case PseudoSourceValue::FixedStack: in getAddressSpaceForPseudoSourceKind()