Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDPseudoSourceValue.h38 FixedStack, enumerator
95 : PseudoSourceValue(FixedStack, TM), FI(FI) {} in FixedStackPseudoSourceValue()
98 return V->kind() == FixedStack; in classof()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMHazardRecognizer.cpp218 BasePseudoVal0->kind() == PseudoSourceValue::FixedStack) { in getHazardType()
HDARMLowOverheadLoops.cpp1131 if (PseudoValue && PseudoValue->kind() == PseudoSourceValue::FixedStack) { in ValidateMVEStore()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineOperand.cpp1211 case PseudoSourceValue::FixedStack: { in print()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDInstrRefBasedImpl.h1523 MemOperand->getPseudoValue()->kind() == PseudoSourceValue::FixedStack
HDVarLocBasedImpl.cpp1297 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()
HDInstrRefBasedImpl.cpp1369 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetMachine.cpp828 case PseudoSourceValue::FixedStack: in getAddressSpaceForPseudoSourceKind()