HomeSort by relevance Sort by last modified time
    Searched refs:Asm (Results 51 - 75 of 75) sorted by null

1 23

  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.h 1 //===-- AMDGPUInstPrinter.h - AMDGPU MC Inst -> ASM interface ---*- C++ -*-===//
45 StringRef Asm, StringRef Default = "");
AMDGPUInstPrinter.cpp 1 //===-- AMDGPUInstPrinter.cpp - AMDGPU MC Inst -> ASM ---------------------===//
196 raw_ostream &O, StringRef Asm,
201 O << Asm;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 1 //===-- MipsAsmBackend.cpp - Mips Asm Backend ----------------------------===//
380 void MipsAsmBackend::processFixupValue(const MCAssembler &Asm,
391 (void)adjustFixupValue(Fixup, Value, &Asm.getContext());
  /external/llvm/include/llvm/MC/
MCExpr.h 49 bool EvaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm,
55 bool EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
87 bool EvaluateAsAbsolute(int64_t &Res, const MCAssembler &Asm) const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 81 /// Asm - Target of Dwarf emission.
82 AsmPrinter *Asm;
164 Asm->GetTempSymbol(Section->getLabelBeginName(), getUniqueID());
166 Asm->GetTempSymbol(Section->getLabelEndName(), getUniqueID());
DIE.h 96 /// Emit - Print the abbreviation using the specified asm printer.
454 void EmitValue(AsmPrinter *Asm, dwarf::Form Form) const override;
DwarfDebug.h 10 // This file contains support for writing dwarf debug info into asm files.
154 AsmPrinter *Asm;
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.h 157 void fixELFSymbolsInTLSFixups(MCAssembler &Asm) const override;
AArch64AsmBackend.cpp 502 void processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout,
512 const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup,
  /external/llvm/lib/IR/
ConstantsContext.h 498 static ValType getValType(InlineAsm *Asm) {
499 return InlineAsmKeyType(Asm->getAsmString(), Asm->getConstraintString(),
500 Asm->hasSideEffects(), Asm->isAlignStack(),
501 Asm->getDialect());
AsmWriter.cpp     [all...]
Core.cpp 214 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm) {
215 unwrap(M)->setModuleInlineAsm(StringRef(Asm));
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 149 void processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout,
592 void ARMAsmBackend::processFixupValue(const MCAssembler &Asm,
609 if (Asm.isThumbFunc(&Sym))
618 const MCSymbolData &SymData = Asm.getSymbolData(Sym);
633 (void)adjustFixupValue(Fixup, Value, false, &Asm.getContext(),
    [all...]
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 157 void processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout,
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 469 // Try to change the name of the function in module inline asm. We only do
470 // this for specific asm directives, currently only ".symver", to try to avoid
471 // corrupting asm which happens to contain the symbol name as a substring.
474 std::string Asm = GV->getParent()->getModuleInlineAsm();
476 size_t Pos = Asm.find(SearchStr);
478 Asm.replace(Pos, SearchStr.size(),
480 GV->getParent()->setModuleInlineAsm(Asm);
    [all...]
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 565 case eHexStyleAsm: m_instr_printer_ap->setPrintImmHex(llvm::HexStyle::Asm); break;
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 208 CAMLprim value llvm_set_module_inline_asm(LLVMModuleRef M, value Asm) {
209 LLVMSetModuleInlineAsm(M, String_val(Asm));
857 CAMLprim LLVMValueRef llvm_const_inline_asm(LLVMTypeRef Ty, value Asm,
860 return LLVMConstInlineAsm(Ty, String_val(Asm), String_val(Constraints),
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86
19 ; ml64.exe /Flgvmat64 /c /Zi /DINFOZIP gvmat64.asm
22 ; ml64.exe /Flgvmat64 /c /Zi gvmat64.asm
78 ; in the deflate_state structure since the asm code was first written
96 ; in zlib in the deflate_state structure since the asm code was first written
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
39 ; ml64.exe /Flgvmat64 /c /Zi /DINFOZIP gvmat64.asm
42 ; ml64.exe /Flgvmat64 /c /Zi gvmat64.asm
115 ; in the deflate_state structure since the asm code was first written
133 ; in zlib in the deflate_state structure since the asm code was first written
  /external/zlib/src/contrib/masmx86/
match686.asm 1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
22 ; compile the asm file running
23 ; ml /coff /Zi /c /Flmatch686.lst match686.asm
75 ; in zlib in the deflate_state structure since the asm code was first written
162 ;;; match686.asm -- Pentium-Pro-optimized version of longest_match()
  /external/llvm/include/llvm-c/
Core.h 628 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 1536 milliseconds

1 23