HomeSort by: relevance | last modified time | path
    Searched refs:useLoadStackGuardNode (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.h 112 bool useLoadStackGuardNode() const override;
SparcISelLowering.cpp 3417 bool SparcTargetLowering::useLoadStackGuardNode() const {
3419 return TargetLowering::useLoadStackGuardNode();
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 503 bool useLoadStackGuardNode() const override {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 668 bool useLoadStackGuardNode() const override;
AArch64ISelLowering.cpp 16804 bool AArch64TargetLowering::useLoadStackGuardNode() const {
16806 return TargetLowering::useLoadStackGuardNode();
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 658 bool useLoadStackGuardNode() const override;
ARMISelLowering.cpp 19412 bool ARMTargetLowering::useLoadStackGuardNode() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 1074 bool useLoadStackGuardNode() const override;
PPCISelLowering.cpp 16403 bool PPCTargetLowering::useLoadStackGuardNode() const {
16405 return TargetLowering::useLoadStackGuardNode();
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1362 bool useLoadStackGuardNode() const override;
X86ISelLowering.cpp 2086 bool X86TargetLowering::useLoadStackGuardNode() const {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1760 /// DEPRECATED: please override useLoadStackGuardNode and customize
4583 virtual bool useLoadStackGuardNode() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 2680 // If useLoadStackGuardNode returns true, generate LOAD_STACK_GUARD.
2683 if (TLI.useLoadStackGuardNode()) {
6536 if (TLI.useLoadStackGuardNode()) {
6558 if (TLI.useLoadStackGuardNode())

Completed in 163 milliseconds