/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPrologEpilogPass.cpp | 169 for (unsigned i = 0, e = MFI->getLocalFrameObjectCount(); i != e; ++i) { in calculateFrameObjectOffsets()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPrologEpilogPass.cpp | 199 for (unsigned i = 0, e = MFI.getLocalFrameObjectCount(); i != e; ++i) { in calculateFrameObjectOffsets()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPrologEpilogPass.cpp | 189 for (unsigned i = 0, e = MFI.getLocalFrameObjectCount(); i != e; ++i) { in calculateFrameObjectOffsets()
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 355 int64_t getLocalFrameObjectCount() const { return LocalFrameObjects.size(); } in getLocalFrameObjectCount() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 432 int64_t getLocalFrameObjectCount() const { return LocalFrameObjects.size(); } in getLocalFrameObjectCount() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 432 int64_t getLocalFrameObjectCount() const { return LocalFrameObjects.size(); } in getLocalFrameObjectCount() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 432 int64_t getLocalFrameObjectCount() const { return LocalFrameObjects.size(); } in getLocalFrameObjectCount() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 412 int64_t getLocalFrameObjectCount() const { return LocalFrameObjects.size(); } in getLocalFrameObjectCount() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 432 int64_t getLocalFrameObjectCount() const { return LocalFrameObjects.size(); } in getLocalFrameObjectCount() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 432 int64_t getLocalFrameObjectCount() const { return LocalFrameObjects.size(); } in getLocalFrameObjectCount() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 432 for (unsigned I = 0, E = MFI.getLocalFrameObjectCount(); I < E; ++I) { in convertStackObjects()
|
H A D | PrologEpilogInserter.cpp | 910 for (unsigned i = 0, e = MFI.getLocalFrameObjectCount(); i != e; ++i) { in calculateFrameObjectOffsets()
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 345 for (unsigned I = 0, E = MFI.getLocalFrameObjectCount(); I < E; ++I) { in convertStackObjects()
|
H A D | PrologEpilogInserter.cpp | 805 for (unsigned i = 0, e = MFI->getLocalFrameObjectCount(); i != e; ++i) { in calculateFrameObjectOffsets()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 470 for (unsigned I = 0, E = MFI.getLocalFrameObjectCount(); I < E; ++I) { in convertStackObjects()
|
H A D | PrologEpilogInserter.cpp | 949 for (unsigned i = 0, e = MFI.getLocalFrameObjectCount(); i != e; ++i) { in calculateFrameObjectOffsets()
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 849 .getLocalFrameObjectCount(); in hasFP()
|