Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp216 BasePseudoVal0->kind() == PseudoSourceValue::FixedStack) { in getHazardType()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d1036 struct FixedStack(T) in postprocess()
1046 auto counterRange = FixedStack!uint(new uint[maxCounterDepth+1], -1); in postprocess()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d1572 struct FixedStack(T) in postprocess()
1582 auto counterRange = FixedStack!uint(new uint[maxCounterDepth+1], -1); in postprocess()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp1131 case PseudoSourceValue::FixedStack: { in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp1482 case PseudoSourceValue::FixedStack: in getAddressSpaceForPseudoSourceKind()
H A DSIInstrInfo.cpp2669 case PseudoSourceValue::FixedStack: in getAddressSpaceForPseudoSourceKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1219 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()
H A DInstrRefBasedImpl.cpp1578 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()