Home
last modified time | relevance | path

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

12

/external/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()
DInstrEmitter.cpp932 case ISD::INLINEASM: { in EmitSpecialNode()
939 TII->get(TargetOpcode::INLINEASM)); in EmitSpecialNode()
DSelectionDAGDumper.cpp139 case ISD::INLINEASM: return "inlineasm"; in getOperationName()
DScheduleDAGFast.cpp492 if (Node->getOpcode() == ISD::INLINEASM) { in DelayForLiveRegsBottomUp()
DSelectionDAGISel.cpp1985 SDValue New = CurDAG->getNode(ISD::INLINEASM, SDLoc(N), VTs, Ops); in Select_INLINEASM()
2149 UserOpcode == ISD::INLINEASM || in WalkChainUsers()
2644 case ISD::INLINEASM: return Select_INLINEASM(NodeToMatch); in SelectCodeCommon()
DScheduleDAGRRList.cpp687 case ISD::INLINEASM: in EmitNode()
1279 if (Node->getOpcode() == ISD::INLINEASM) { in DelayForLiveRegsBottomUp()
/external/llvm/test/CodeGen/PowerPC/
D2009-07-16-InlineAsm-M-Operand.ll11 ; INLINEASM <es:fake $0>, 10, %R2, 20, -4, %R1
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h562 INLINEASM, enumerator
DMachineInstr.h760 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
762 return getOpcode() == TargetOpcode::INLINEASM && getInlineAsmDialect();
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp59 case TargetOpcode::INLINEASM: in isResourceAvailable()
114 case TargetOpcode::INLINEASM: in reserveResources()
DHexagonVLIWPacketizer.cpp1006 if (I->getOpcode() == Hexagon::INLINEASM) in isLegalToPacketizeTogether()
DHexagonISelLowering.cpp708 case ISD::INLINEASM: { in LowerINLINEASM()
1781 setOperationAction(ISD::INLINEASM, MVT::Other, Custom); in HexagonTargetLowering()
2417 case ISD::INLINEASM: return LowerINLINEASM(Op, DAG); in LowerOperation()
DHexagonInstrInfo.cpp1242 case Hexagon::INLINEASM: in isValidOffset()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp266 case TargetOpcode::INLINEASM: { // Inline Asm: Variable size. in GetInstSizeInBytes()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp308 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.cpp454 if (Opcode == ARM::INLINEASM) in rewriteT2FrameIndex()
DARMBaseInstrInfo.cpp610 if (MI->getOpcode() == ARM::INLINEASM) in GetInstSizeInBytes()
2109 if (Opcode == ARM::INLINEASM) in rewriteARMFrameIndex()
DARMISelDAGToDAG.cpp2446 case ISD::INLINEASM: { in Select()
3467 SDValue New = CurDAG->getNode(ISD::INLINEASM, SDLoc(N), in SelectInlineAsm()
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp848 else if (OpC != TargetOpcode::INLINEASM) { in eliminateFrameIndex()
DPPCInstrInfo.cpp1687 if (Opcode == PPC::INLINEASM) { in GetInstSizeInBytes()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1034 if (MI->getOpcode() == TargetOpcode::INLINEASM) { in getInstSizeInBytes()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1343 case TargetOpcode::INLINEASM: { in handleSpecialFP()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp830 case TargetOpcode::INLINEASM: in EmitFunctionBody()

12