| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Context.h | 58 InterpStack &getStack() { return Stk; } in getStack() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 108 const PseudoSourceValue *PseudoSourceValueManager::getStack() { in getStack() function in PseudoSourceValueManager
|
| H A D | MachineOperand.cpp | 1019 MachinePointerInfo MachinePointerInfo::getStack(MachineFunction &MF, in getStack() function in MachinePointerInfo 1021 return MachinePointerInfo(MF.getPSVManager().getStack(), Offset, ID); in getStack()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValue.h | 170 const PseudoSourceValue *getStack();
|
| H A D | MachineMemOperand.h | 111 static MachinePointerInfo getStack(MachineFunction &MF, int64_t Offset,
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kCallLowering.cpp | 64 MPO = MachinePointerInfo::getStack(MIRBuilder.getMF(), Offset); in getStackAddress()
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRCore.cpp | 593 std::vector<PyThreadContextEntry> &PyThreadContextEntry::getStack() { in getStack() function in PyThreadContextEntry 599 auto &stack = getStack(); in getTopOfStack() 608 auto &stack = getStack(); in push() 669 auto &stack = getStack(); in popContext() 691 auto &stack = getStack(); in popInsertionPoint() 713 auto &stack = getStack(); in popLocation()
|
| H A D | IRModule.h | 140 static std::vector<PyThreadContextEntry> &getStack();
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.cpp | 103 MPO = MachinePointerInfo::getStack(MIRBuilder.getMF(), Offset); in getStackAddress()
|
| H A D | X86FastISel.cpp | 3401 MachinePointerInfo::getStack(*FuncInfo.MF, LocMemOffset), in fastLowerCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 108 MPO = MachinePointerInfo::getStack(MIRBuilder.getMF(), Offset); in getStackAddress()
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/ |
| H A D | ReducerWorkItem.cpp | 152 NewPtrInfo.V = PSVMgr.getStack(); in cloneMemOperands()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 232 MPO = MachinePointerInfo::getStack(MF, Offset); in getStackAddress()
|
| H A D | MipsFastISel.cpp | 1259 MachinePointerInfo::getStack(*FuncInfo.MF, Addr.getOffset()), in processCallArgs()
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 565 ArrayRef<PPConditionalInfo> getStack() const { in getStack() function 2561 return PreambleConditionalStack.getStack(); in getPreambleConditionalStack()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 687 CurPPLexer->setConditionalLevels(PreambleConditionalStack.getStack()); in replayPreambleConditionalStack()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 270 MPO = MachinePointerInfo::getStack(MF, Offset); in getStackAddress()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 214 MPO = MachinePointerInfo::getStack(MF, Offset); in getStackAddress()
|
| H A D | AMDGPUISelLowering.cpp | 4196 auto SrcPtrInfo = MachinePointerInfo::getStack(MF, Offset); in loadStackInputValue() 4210 MachinePointerInfo DstInfo = MachinePointerInfo::getStack(MF, Offset); in storeStackInputValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 898 auto *MMO = MF.getMachineMemOperand(MachinePointerInfo::getStack(MF, 0), in insertAllocframe()
|
| H A D | HexagonISelLowering.cpp | 510 MachinePointerInfo LocPI = MachinePointerInfo::getStack( in LowerCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 1426 MachinePointerInfo::getStack(MF, VA.getLocMemOffset()))); in LowerCall()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 3062 PSV = MF.getPSVManager().getStack(); in parseMemoryPseudoSourceValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 463 MachinePointerInfo::getStack(DAG.getMachineFunction(), LocMemOffset)); in LowerMemOpCallTo()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3071 MachinePointerInfo::getStack(*FuncInfo.MF, Addr.getOffset()), in processCallArgs()
|