Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp90 case ISD::INLINEASM: break; in numberRCValPredInSU()
127 case ISD::INLINEASM: break; in numberRCValSuccInSU()
453 case ISD::INLINEASM: in SUSchedulingCost()
556 case ISD::INLINEASM: in initNumRegDefsLeft()
H A DInstrEmitter.cpp1171 case ISD::INLINEASM: in EmitSpecialNode()
1180 : TargetOpcode::INLINEASM; in EmitSpecialNode()
H A DScheduleDAGFast.cpp482 if (Node->getOpcode() == ISD::INLINEASM || in DelayForLiveRegsBottomUp()
H A DSelectionDAGDumper.cpp176 case ISD::INLINEASM: return "inlineasm"; in getOperationName()
H A DScheduleDAGRRList.cpp716 case ISD::INLINEASM: in EmitNode()
1362 if (Node->getOpcode() == ISD::INLINEASM || in DelayForLiveRegsBottomUp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp79 if (MI.getOpcode() == AArch64::INLINEASM || in computeBlockSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp103 case Mips::INLINEASM: { in getLoadStoreOffsetSizeInBits()
H A DMipsInstrInfo.cpp581 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorPrint.cpp103 BuildMI(*MBB, I, DL, QII->get(TargetOpcode::INLINEASM)) in addAsmInstr()
H A DHexagonMachineScheduler.cpp114 case TargetOpcode::INLINEASM: in isResourceAvailable()
170 case TargetOpcode::INLINEASM: in reserveResources()
H A DHexagonInstrInfo.cpp2367 case TargetOpcode::INLINEASM: in isLateResultInstr()
2823 case Hexagon::INLINEASM: in isValidOffset()
4487 if (BranchRelaxAsmLarge && MI.getOpcode() == Hexagon::INLINEASM) { in getSize()
H A DHexagonISelLowering.cpp666 if ((Op.getOpcode() != ISD::INLINEASM && in LowerINLINEASM()
1503 setOperationAction(ISD::INLINEASM, MVT::Other, Custom); in HexagonTargetLowering()
3120 if (Opc == ISD::INLINEASM || Opc == ISD::INLINEASM_BR) in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h970 INLINEASM, enumerator
H A DMachineInstr.h1250 return getOpcode() == TargetOpcode::INLINEASM ||
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp298 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp331 case ISD::INLINEASM: in Select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp490 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp354 auto Inst = MIRBuilder.buildInstrNoInsert(TargetOpcode::INLINEASM) in lowerInlineAsm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp551 assert(MI->getOpcode() == WebAssembly::INLINEASM); in PrintAsmOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp425 case PPC::INLINEASM: in gatherVectorInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp532 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR) in rewriteT2FrameIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp218 STRINGIFY_CODE(CST_CODE, INLINEASM) in GetCodeName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetOpcodes.def30 HANDLE_TARGET_OPCODE(INLINEASM)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp766 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1494 case TargetOpcode::INLINEASM: in handleSpecialFP()

12