Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h40 FixedStack, enumerator
97 : PseudoSourceValue(FixedStack, TM), FI(FI) {} in FixedStackPseudoSourceValue()
100 return V->kind() == FixedStack; in classof()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp216 BasePseudoVal0->kind() == PseudoSourceValue::FixedStack) { in getHazardType()
H A DARMLatencyMutations.cpp574 SrcPseudoVal->kind() == PseudoSourceValue::FixedStack) { in memoryRAWHazard()
H A DARMLowOverheadLoops.cpp1125 if (PseudoValue && PseudoValue->kind() == PseudoSourceValue::FixedStack) { in ValidateMVEStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1515 MemOperand->getPseudoValue()->kind() == PseudoSourceValue::FixedStack
H A DVarLocBasedImpl.cpp1310 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()
H A DInstrRefBasedImpl.cpp1404 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1231 case PseudoSourceValue::FixedStack: { in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1034 case PseudoSourceValue::FixedStack: in getAddressSpaceForPseudoSourceKind()