HomeSort by relevance Sort by last modified time
    Searched refs:TFL (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 106 const X86FrameLowering *TFL;
133 (MF.getFunction()->needsUnwindTableEntry() && !TFL->hasFP(MF))))
182 unsigned StackAlign = TFL->getStackAlignment();
219 TFL = STI->getFrameLowering();
532 if (!TFL->hasFP(MF))
533 TFL->BuildCFI(
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 127 const X86FrameLowering *TFL;
151 (MF.getFunction().needsUnwindTableEntry() && !TFL->hasFP(MF))))
200 unsigned StackAlign = TFL->getStackAlignment();
237 TFL = STI->getFrameLowering();
578 if (!TFL->hasFP(MF))
579 TFL->BuildCFI(
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsCallLowering.cpp 371 const TargetFrameLowering *TFL = MF.getSubtarget().getFrameLowering();
372 unsigned StackAlignment = TFL->getStackAlignment();
MipsISelLowering.cpp     [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
LDMLConstants.java 121 public static final String TFL = "timeFormatLength";
505 public static final String TFL_O = "<" + TFL + ">";
506 public static final String TFL_C = "</" + TFL + ">";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegisterScavenging.cpp 788 const TargetFrameLowering &TFL = *STI.getFrameLowering();
795 TFL.determineCalleeSaves(MF, SavedRegs, &RS);
796 TFL.processFunctionBeforeFrameFinalized(MF, &RS);
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp     [all...]
R600ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp     [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
LDMLUtilities.java 502 } else if (token.indexOf(LDMLConstants.TFL) > -1) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 741 milliseconds