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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 677 Value *getSDagStackGuard(const Module &M) const override;
AArch64ISelLowering.cpp 17044 Value *AArch64TargetLowering::getSDagStackGuard(const Module &M) const {
17048 return TargetLowering::getSDagStackGuard(M);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 661 Value *getSDagStackGuard(const Module &M) const override;
ARMISelLowering.cpp 19432 Value *ARMTargetLowering::getSDagStackGuard(const Module &M) const {
19436 return TargetLowering::getSDagStackGuard(M);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1365 Value *getSDagStackGuard(const Module &M) const override;
X86ISelLowering.cpp 2561 Value *X86TargetLowering::getSDagStackGuard(const Module &M) const {
2567 return TargetLowering::getSDagStackGuard(M);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 1960 Value *TargetLoweringBase::getSDagStackGuard(const Module &M) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1771 virtual Value *getSDagStackGuard(const Module &M) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 1621 Value *Global = TLI.getSDagStackGuard(*MF->getFunction().getParent());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 2605 Value *Global = TLI.getSDagStackGuard(*MF.getFunction().getParent());
2686 const Value *IRGuard = TLI.getSDagStackGuard(M);
6540 const Value *Global = TLI.getSDagStackGuard(M);

Completed in 92 milliseconds