/external/llvm/test/CodeGen/MIR/X86/ |
D | inline-asm-registers.mir | 32 ; CHECK: INLINEASM $foo, 0, 2818058, def %rsi, 2818058, def dead %rdi, 33 …INLINEASM $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… 51 …INLINEASM $foo, 0, 2818058, def %rsi, 2818058, def dead %rdi, 2147549193, killed %rdi(tied-def 5),…
|
D | early-clobber-register-flag.mir | 39 …; CHECK: INLINEASM $nop, 1, 12, implicit-def dead early-clobber %ax, 12, implicit-def dead early-c… 40 …INLINEASM $nop, 1, 12, implicit-def dead early-clobber %ax, 12, implicit-def dead early-clobber %di
|
D | expected-tied-def-after-lparen.mir | 22 INLINEASM $"$foo", 1, 2818058, def %rdi, 2147483657, killed %rdi(3)
|
D | expected-integer-after-tied-def.mir | 22 INLINEASM $"$foo", 1, 2818058, def %rdi, 2147483657, killed %rdi(tied-def)
|
D | invalid-tied-def-index-error.mir | 22 INLINEASM $"$foo", 1, 2818058, def %rdi, 2147483657, killed %rdi(tied-def 300)
|
D | def-register-already-tied-error.mir | 22 …INLINEASM $"$foo", 1, 2818058, def %rdi, 2147483657, killed %rdi(tied-def 3), killed %rdi(tied-def…
|
D | tied-def-operand-invalid.mir | 22 INLINEASM $"$foo", 1, 2818058, def %rdi, 2147483657, killed %rdi(tied-def 0)
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetOpcodes.h | 27 INLINEASM = 1, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ResourcePriorityQueue.cpp | 90 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/ |
D | 2009-07-16-InlineAsm-M-Operand.ll | 11 ; INLINEASM <es:fake $0>, 10, %R2, 20, -4, %R1
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2009-07-16-InlineAsm-M-Operand.ll | 11 ; INLINEASM <es:fake $0>, 10, %R2, 20, -4, %R1
|
D | aantidep-def-ec.mir | 105 INLINEASM $"#compiler barrier", 25 106 …INLINEASM $"\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/ |
D | SparcISelDAGToDAG.cpp | 314 SDValue New = CurDAG->getNode(ISD::INLINEASM, SDLoc(N), in tryInlineAsm() 330 case ISD::INLINEASM: { in Select()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 511 INLINEASM, enumerator
|
D | MachineInstr.h | 273 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 597 INLINEASM, enumerator
|
D | MachineInstr.h | 799 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; } 801 return getOpcode() == TargetOpcode::INLINEASM && getInlineAsmDialect();
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 59 case TargetOpcode::INLINEASM: in isResourceAvailable() 114 case TargetOpcode::INLINEASM: in reserveResources()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 727 if (Insert->getOpcode() == TargetOpcode::INLINEASM) in runOnMachineFunction() 760 if (Def->getOpcode() == TargetOpcode::INLINEASM) in runOnMachineFunction()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 309 case TargetOpcode::INLINEASM: { in GetInstSizeInBytes()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 312 case TargetOpcode::INLINEASM: { in GetInstSizeInBytes()
|
/external/llvm/test/CodeGen/X86/ |
D | inline-asm-fpstack.ll | 349 ; 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/ |
D | MipsInstrInfo.cpp | 384 case TargetOpcode::INLINEASM: { // Inline Asm: Variable size. in GetInstSizeInBytes()
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 456 case TargetOpcode::INLINEASM: { in GetInstSizeInBytes()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 832 case ISD::INLINEASM: { in EmitSpecialNode() 839 TII->get(TargetOpcode::INLINEASM)); in EmitSpecialNode()
|