Home
last modified time | relevance | path

Searched refs:AD_Intel (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h35 AD_Intel enumerator
384 if (Dialect == InlineAsm::AD_Intel) in getExtraInfoNames()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp230 case InlineAsm::AD_Intel: in PrintOperand()
602 if (MI->getInlineAsmDialect() == InlineAsm::AD_Intel) { in PrintAsmMemoryOperand()
609 if (MI->getInlineAsmDialect() == InlineAsm::AD_Intel) { in PrintAsmMemoryOperand()
617 if (MI->getInlineAsmDialect() == InlineAsm::AD_Intel) { in PrintAsmMemoryOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp121 if (Dialect == InlineAsm::AD_Intel) in emitInlineAsm()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1269 return isInlineAsm() && getInlineAsmDialect() == InlineAsm::AD_Intel;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1706 if (getInlineAsmDialect() == InlineAsm::AD_Intel) in print()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2614 llvm::InlineAsm::AD_Intel : llvm::InlineAsm::AD_ATT; in EmitAsmStmt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2458 if (IA->getDialect() == InlineAsm::AD_Intel) in WriteAsOperandInternal()
H A DCore.cpp474 AD = InlineAsm::AD_Intel; in LLVMGetInlineAsm()