Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Target/
DTargetOpcodes.h27 INLINEASM = 1, enumerator
/external/llvm/test/CodeGen/PowerPC/
D2009-07-16-InlineAsm-M-Operand.ll11 ; INLINEASM <es:fake $0>, 10, %R2, 20, -4, %R1
/external/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp91 case ISD::INLINEASM: break; in numberRCValPredInSU()
128 case ISD::INLINEASM: break; in numberRCValSuccInSU()
463 case ISD::INLINEASM: in SUSchedulingCost()
567 case ISD::INLINEASM: in initNumRegDefsLeft()
DInstrEmitter.cpp888 case ISD::INLINEASM: { in EmitSpecialNode()
895 TII->get(TargetOpcode::INLINEASM)); in EmitSpecialNode()
DSelectionDAGDumper.cpp129 case ISD::INLINEASM: return "inlineasm"; in getOperationName()
DSelectionDAGISel.cpp1617 SDValue New = CurDAG->getNode(ISD::INLINEASM, SDLoc(N), in Select_INLINEASM()
1754 UserOpcode == ISD::INLINEASM || in WalkChainUsers()
2181 case ISD::INLINEASM: return Select_INLINEASM(NodeToMatch); in SelectCodeCommon()
DScheduleDAGFast.cpp485 if (Node->getOpcode() == ISD::INLINEASM) { in DelayForLiveRegsBottomUp()
DScheduleDAGRRList.cpp686 case ISD::INLINEASM: in EmitNode()
1272 if (Node->getOpcode() == ISD::INLINEASM) { in DelayForLiveRegsBottomUp()
DFastISel.cpp576 TII.get(TargetOpcode::INLINEASM)) in SelectCall()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h509 INLINEASM, enumerator
DMachineInstr.h644 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
646 return getOpcode() == TargetOpcode::INLINEASM && getInlineAsmDialect();
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp59 case TargetOpcode::INLINEASM: in isResourceAvailable()
114 case TargetOpcode::INLINEASM: in reserveResources()
DHexagonISelLowering.cpp681 case ISD::INLINEASM: { in LowerINLINEASM()
1453 setOperationAction(ISD::INLINEASM , MVT::Other, Custom); in HexagonTargetLowering()
1568 case ISD::INLINEASM: return LowerINLINEASM(Op, DAG); in LowerOperation()
DHexagonVLIWPacketizer.cpp1014 if (I->getOpcode() == Hexagon::INLINEASM) in isLegalToPacketizeTogether()
DHexagonInstrInfo.cpp1174 case Hexagon::INLINEASM: in isValidOffset()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp269 case TargetOpcode::INLINEASM: { // Inline Asm: Variable size. in GetInstSizeInBytes()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp305 case TargetOpcode::INLINEASM: { in GetInstSizeInBytes()
/external/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp432 if (Opcode == ARM::INLINEASM) in rewriteT2FrameIndex()
DARMCodeEmitter.cpp943 case TargetOpcode::INLINEASM: { in emitPseudoInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp668 else if (OpC != TargetOpcode::INLINEASM) { in eliminateFrameIndex()
DPPCInstrInfo.cpp1360 case PPC::INLINEASM: { // Inline Asm: Variable size. in GetInstSizeInBytes()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp664 if (MI->getOpcode() == TargetOpcode::INLINEASM) { in getInstSizeInBytes()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp559 if (MI.getOpcode() == AArch64::INLINEASM) in getInstSizeInBytes()
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp1177 case TargetOpcode::INLINEASM: in emitInstruction()
DX86FloatingPoint.cpp1438 case TargetOpcode::INLINEASM: { in handleSpecialFP()

12