HomeSort by relevance Sort by last modified time
    Searched refs:MLoc (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 180 const MachineLocation &MLoc) const {
183 int Reg = MRI->getDwarfRegNum(MLoc.getReg(), false);
186 if (MLoc.isIndirect())
196 MLoc.getReg()))
202 if (MLoc.isIndirect())
203 Expr.AddRegIndirect(Reg, MLoc.getOffset());
DwarfDebug.cpp 749 MachineLocation MLoc;
753 MLoc.set(MI->getOperand(0).getReg());
755 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm());
756 return DebugLocEntry::Value(Expr, MLoc);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.h 102 virtual void EmitDwarfRegOp(const MachineLocation &MLoc) const;
ARMAsmPrinter.cpp 232 void ARMAsmPrinter::EmitDwarfRegOp(const MachineLocation &MLoc) const {
234 if (RI->getDwarfRegNum(MLoc.getReg(), false) != -1)
235 AsmPrinter::EmitDwarfRegOp(MLoc);
237 unsigned Reg = MLoc.getReg();
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 396 virtual void EmitDwarfRegOp(const MachineLocation &MLoc) const;
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 444 const MachineLocation &MLoc) const;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 855 MachineLocation MLoc = Asm->getDebugValueLocation(MI);
856 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var);
859 MachineLocation MLoc;
860 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm());
861 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var);
    [all...]
AsmPrinter.cpp 779 void AsmPrinter::EmitDwarfRegOp(const MachineLocation &MLoc) const {
781 int Reg = TRI->getDwarfRegNum(MLoc.getReg(), false);
783 for (const unsigned *SR = TRI->getSuperRegisters(MLoc.getReg());
797 if (int Offset = MLoc.getOffset()) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
OpenMPClause.h     [all...]

Completed in 2655 milliseconds

1 2