Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: lib/Target/ARM/ARMISelLowering.h

Issue 10874034: Remove the llvm.nacl.thread.stack.padding intrinsic (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp ('k') | lib/Target/ARM/ARMISelLowering.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //===-- ARMISelLowering.h - ARM DAG Lowering Interface ----------*- C++ -*-===// 1 //===-- ARMISelLowering.h - ARM DAG Lowering Interface ----------*- C++ -*-===//
2 // 2 //
3 // The LLVM Compiler Infrastructure 3 // The LLVM Compiler Infrastructure
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 // 9 //
10 // This file defines the interfaces that ARM uses to lower LLVM code into a 10 // This file defines the interfaces that ARM uses to lower LLVM code into a
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 SDValue LowerGlobalAddressELF(SDValue Op, SelectionDAG &DAG) const; 427 SDValue LowerGlobalAddressELF(SDValue Op, SelectionDAG &DAG) const;
428 SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const; 428 SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
429 SDValue LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA, 429 SDValue LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA,
430 SelectionDAG &DAG) const; 430 SelectionDAG &DAG) const;
431 SDValue LowerToTLSExecModels(GlobalAddressSDNode *GA, 431 SDValue LowerToTLSExecModels(GlobalAddressSDNode *GA,
432 SelectionDAG &DAG, 432 SelectionDAG &DAG,
433 TLSModel::Model model) const; 433 TLSModel::Model model) const;
434 // @LOCALMOD-START 434 // @LOCALMOD-START
435 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const; 435 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
436 SDValue LowerEH_RETURN(SDValue Op, SelectionDAG &DAG) const; 436 SDValue LowerEH_RETURN(SDValue Op, SelectionDAG &DAG) const;
437 SDValue LowerNaClThreadStackPadding(SDValue Op, SelectionDAG &DAG) const;
438 SDValue LowerNaClTpAlign(SDValue Op, SelectionDAG &DAG) const; 437 SDValue LowerNaClTpAlign(SDValue Op, SelectionDAG &DAG) const;
439 SDValue LowerNaClTpTlsOffset(SDValue Op, SelectionDAG &DAG) const; 438 SDValue LowerNaClTpTlsOffset(SDValue Op, SelectionDAG &DAG) const;
440 SDValue LowerNaClTpTdbOffset(SDValue Op, SelectionDAG &DAG) const; 439 SDValue LowerNaClTpTdbOffset(SDValue Op, SelectionDAG &DAG) const;
441 SDValue LowerNaClTargetArch(SDValue Op, SelectionDAG &DAG) const; 440 SDValue LowerNaClTargetArch(SDValue Op, SelectionDAG &DAG) const;
442 // @LOCALMOD-END 441 // @LOCALMOD-END
443 442
444 SDValue LowerGLOBAL_OFFSET_TABLE(SDValue Op, SelectionDAG &DAG) const; 443 SDValue LowerGLOBAL_OFFSET_TABLE(SDValue Op, SelectionDAG &DAG) const;
445 SDValue LowerBR_JT(SDValue Op, SelectionDAG &DAG) const; 444 SDValue LowerBR_JT(SDValue Op, SelectionDAG &DAG) const;
446 SDValue LowerSELECT(SDValue Op, SelectionDAG &DAG) const; 445 SDValue LowerSELECT(SDValue Op, SelectionDAG &DAG) const;
447 SDValue LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const; 446 SDValue LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const;
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 OtherModImm 554 OtherModImm
556 }; 555 };
557 556
558 557
559 namespace ARM { 558 namespace ARM {
560 FastISel *createFastISel(FunctionLoweringInfo &funcInfo); 559 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
561 } 560 }
562 } 561 }
563 562
564 #endif // ARMISELLOWERING_H 563 #endif // ARMISELLOWERING_H
OLDNEW
« no previous file with comments | « lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp ('k') | lib/Target/ARM/ARMISelLowering.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698