Home
last modified time | relevance | path

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

12

/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)
Dtied-def-operand-invalid.mir22 INLINEASM $"$foo", 1, 2818058, def %rdi, 2147483657, killed %rdi(tied-def 0)
Ddef-register-already-tied-error.mir22INLINEASM $"$foo", 1, 2818058, def %rdi, 2147483657, killed %rdi(tied-def 3), killed %rdi(tied-def…
/external/llvm/include/llvm/Target/
DTargetOpcodes.h27 INLINEASM = 1, enumerator
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp145 if (Insert->getOpcode() == TargetOpcode::INLINEASM) in runOnMachineFunction()
179 if (Def->getOpcode() == TargetOpcode::INLINEASM) in runOnMachineFunction()
/external/llvm/test/CodeGen/PowerPC/
D2009-07-16-InlineAsm-M-Operand.ll11 ; INLINEASM <es:fake $0>, 10, %R2, 20, -4, %R1
Daantidep-def-ec.mir104 INLINEASM $"#compiler barrier", 25
105INLINEASM $"\0Alwsync \0A1:\09lwarx\09$0,0,$1\09\09# atomic_dec_return\0A\09addic\09$0,$0,-1\0A\09…
/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()
DInstrEmitter.cpp934 case ISD::INLINEASM: { in EmitSpecialNode()
941 TII->get(TargetOpcode::INLINEASM)); in EmitSpecialNode()
DSelectionDAGDumper.cpp147 case ISD::INLINEASM: return "inlineasm"; in getOperationName()
DScheduleDAGFast.cpp491 if (Node->getOpcode() == ISD::INLINEASM) { in DelayForLiveRegsBottomUp()
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp315 SDValue New = CurDAG->getNode(ISD::INLINEASM, SDLoc(N), in SelectInlineAsm()
330 case ISD::INLINEASM: { in Select()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h588 INLINEASM, enumerator
DMachineInstr.h767 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
769 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/Mips/
DMipsInstrInfo.cpp265 case TargetOpcode::INLINEASM: { // Inline Asm: Variable size. in GetInstSizeInBytes()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp306 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/ARM/
DThumb2InstrInfo.cpp455 if (Opcode == ARM::INLINEASM) in rewriteT2FrameIndex()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp236 STRINGIFY_CODE(CST_CODE, INLINEASM) in GetCodeName()
/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp423 case PPC::INLINEASM: in gatherVectorInstructions()

12