Home
last modified time | relevance | path

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

12

/trueos/contrib/llvm/include/llvm/Target/
HDTargetOpcodes.h27 INLINEASM = 1, enumerator
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDResourcePriorityQueue.cpp91 case ISD::INLINEASM: break; in numberRCValPredInSU()
128 case ISD::INLINEASM: break; in numberRCValSuccInSU()
462 case ISD::INLINEASM: in SUSchedulingCost()
566 case ISD::INLINEASM: in initNumRegDefsLeft()
HDInstrEmitter.cpp919 case ISD::INLINEASM: { in EmitSpecialNode()
926 TII->get(TargetOpcode::INLINEASM)); in EmitSpecialNode()
HDSelectionDAGDumper.cpp129 case ISD::INLINEASM: return "inlineasm"; in getOperationName()
HDScheduleDAGFast.cpp485 if (Node->getOpcode() == ISD::INLINEASM) { in DelayForLiveRegsBottomUp()
HDSelectionDAGISel.cpp1805 SDValue New = CurDAG->getNode(ISD::INLINEASM, SDLoc(N), in Select_INLINEASM()
1942 UserOpcode == ISD::INLINEASM || in WalkChainUsers()
2387 case ISD::INLINEASM: return Select_INLINEASM(NodeToMatch); in SelectCodeCommon()
HDScheduleDAGRRList.cpp686 case ISD::INLINEASM: in EmitNode()
1272 if (Node->getOpcode() == ISD::INLINEASM) { in DelayForLiveRegsBottomUp()
HDFastISel.cpp576 TII.get(TargetOpcode::INLINEASM)) in SelectCall()
/trueos/contrib/llvm/include/llvm/CodeGen/
HDISDOpcodes.h513 INLINEASM, enumerator
HDMachineInstr.h651 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
653 return getOpcode() == TargetOpcode::INLINEASM && getInlineAsmDialect();
/trueos/contrib/llvm/lib/Target/Hexagon/
HDHexagonMachineScheduler.cpp59 case TargetOpcode::INLINEASM: in isResourceAvailable()
114 case TargetOpcode::INLINEASM: in reserveResources()
HDHexagonISelLowering.cpp694 case ISD::INLINEASM: { in LowerINLINEASM()
1466 setOperationAction(ISD::INLINEASM , MVT::Other, Custom); in HexagonTargetLowering()
1581 case ISD::INLINEASM: return LowerINLINEASM(Op, DAG); in LowerOperation()
HDHexagonVLIWPacketizer.cpp1014 if (I->getOpcode() == Hexagon::INLINEASM) in isLegalToPacketizeTogether()
HDHexagonInstrInfo.cpp1176 case Hexagon::INLINEASM: in isValidOffset()
/trueos/contrib/llvm/lib/Target/Sparc/
HDSparcCodeEmitter.cpp136 case TargetOpcode::INLINEASM: { in emitInstruction()
/trueos/contrib/llvm/lib/Target/Mips/
HDMipsInstrInfo.cpp272 case TargetOpcode::INLINEASM: { // Inline Asm: Variable size. in GetInstSizeInBytes()
/trueos/contrib/llvm/lib/Target/MSP430/
HDMSP430InstrInfo.cpp308 case TargetOpcode::INLINEASM: { in GetInstSizeInBytes()
/trueos/contrib/llvm/lib/Target/ARM/
HDThumb2InstrInfo.cpp447 if (Opcode == ARM::INLINEASM) in rewriteT2FrameIndex()
HDARMCodeEmitter.cpp861 case TargetOpcode::INLINEASM: { in emitPseudoInstruction()
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCRegisterInfo.cpp670 else if (OpC != TargetOpcode::INLINEASM) { in eliminateFrameIndex()
HDPPCInstrInfo.cpp1371 case PPC::INLINEASM: { // Inline Asm: Variable size. in GetInstSizeInBytes()
/trueos/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.cpp587 if (MI.getOpcode() == AArch64::INLINEASM) in getInstSizeInBytes()
/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.cpp1032 if (MI->getOpcode() == TargetOpcode::INLINEASM) { in getInstSizeInBytes()
/trueos/contrib/llvm/lib/Target/X86/
HDX86CodeEmitter.cpp1183 case TargetOpcode::INLINEASM: in emitInstruction()
HDX86FloatingPoint.cpp1438 case TargetOpcode::INLINEASM: { in handleSpecialFP()

12