Home
last modified time | relevance | path

Searched refs:INLINEASM (Results 1 – 25 of 68) sorted by relevance

123

/external/llvm/test/CodeGen/MIR/X86/
Dinline-asm-registers.mir32 ; CHECK: INLINEASM $foo, 0, 2818058, def %rsi, 2818058, def dead %rdi,
33INLINEASM $foo, 0, 2818058, def %rsi, 2818058, def dead %rdi, 2147549193, killed %rdi, 2147483657,…
50 …; CHECK: INLINEASM $foo, 0, 2818058, def %rsi, 2818058, def dead %rdi, 2147549193, killed %rdi(tie…
51INLINEASM $foo, 0, 2818058, def %rsi, 2818058, def dead %rdi, 2147549193, killed %rdi(tied-def 5),…
Dearly-clobber-register-flag.mir39 …; CHECK: INLINEASM $nop, 1, 12, implicit-def dead early-clobber %ax, 12, implicit-def dead early-c…
40INLINEASM $nop, 1, 12, implicit-def dead early-clobber %ax, 12, implicit-def dead early-clobber %di
Dexpected-tied-def-after-lparen.mir22 INLINEASM $"$foo", 1, 2818058, def %rdi, 2147483657, killed %rdi(3)
Dexpected-integer-after-tied-def.mir22 INLINEASM $"$foo", 1, 2818058, def %rdi, 2147483657, killed %rdi(tied-def)
Dinvalid-tied-def-index-error.mir22 INLINEASM $"$foo", 1, 2818058, def %rdi, 2147483657, killed %rdi(tied-def 300)
Ddef-register-already-tied-error.mir22INLINEASM $"$foo", 1, 2818058, def %rdi, 2147483657, killed %rdi(tied-def 3), killed %rdi(tied-def…
Dtied-def-operand-invalid.mir22 INLINEASM $"$foo", 1, 2818058, def %rdi, 2147483657, killed %rdi(tied-def 0)
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOpcodes.h27 INLINEASM = 1, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp90 case ISD::INLINEASM: break; in numberRCValPredInSU()
127 case ISD::INLINEASM: break; in numberRCValSuccInSU()
461 case ISD::INLINEASM: in SUSchedulingCost()
565 case ISD::INLINEASM: in initNumRegDefsLeft()
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2009-07-16-InlineAsm-M-Operand.ll11 ; INLINEASM <es:fake $0>, 10, %R2, 20, -4, %R1
/external/llvm/test/CodeGen/PowerPC/
D2009-07-16-InlineAsm-M-Operand.ll11 ; INLINEASM <es:fake $0>, 10, %R2, 20, -4, %R1
Daantidep-def-ec.mir105 INLINEASM $"#compiler barrier", 25
106INLINEASM $"\0Alwsync \0A1:\09lwarx\09$0,0,$1\09\09# atomic_dec_return\0A\09addic\09$0,$0,-1\0A\09…
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp314 SDValue New = CurDAG->getNode(ISD::INLINEASM, SDLoc(N), in tryInlineAsm()
330 case ISD::INLINEASM: { in Select()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h511 INLINEASM, enumerator
DMachineInstr.h273 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h597 INLINEASM, enumerator
DMachineInstr.h799 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
801 return getOpcode() == TargetOpcode::INLINEASM && getInlineAsmDialect();
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp59 case TargetOpcode::INLINEASM: in isResourceAvailable()
114 case TargetOpcode::INLINEASM: in reserveResources()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp727 if (Insert->getOpcode() == TargetOpcode::INLINEASM) in runOnMachineFunction()
760 if (Def->getOpcode() == TargetOpcode::INLINEASM) in runOnMachineFunction()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp309 case TargetOpcode::INLINEASM: { in GetInstSizeInBytes()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430InstrInfo.cpp312 case TargetOpcode::INLINEASM: { in GetInstSizeInBytes()
/external/llvm/test/CodeGen/X86/
Dinline-asm-fpstack.ll349 ; INLINEASM <es:frndint> [sideeffect] [attdialect], $0:[regdef], %ST0<imp-def,tied5>, $1:[reguse ti…
350 ; INLINEASM <es:fldcw $0> [sideeffect] [mayload] [attdialect], $0:[mem], %EAX<undef>, 1, %noreg, 0,…
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp384 case TargetOpcode::INLINEASM: { // Inline Asm: Variable size. in GetInstSizeInBytes()
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp456 case TargetOpcode::INLINEASM: { in GetInstSizeInBytes()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp832 case ISD::INLINEASM: { in EmitSpecialNode()
839 TII->get(TargetOpcode::INLINEASM)); in EmitSpecialNode()

123