Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp86 case ISD::INLINEASM: break; in numberRCValPredInSU()
123 case ISD::INLINEASM: break; in numberRCValSuccInSU()
448 case ISD::INLINEASM: in SUSchedulingCost()
551 case ISD::INLINEASM: in initNumRegDefsLeft()
H A DInstrEmitter.cpp1318 case ISD::INLINEASM: in EmitSpecialNode()
1327 : TargetOpcode::INLINEASM; in EmitSpecialNode()
H A DScheduleDAGFast.cpp480 if (Node->getOpcode() == ISD::INLINEASM || in DelayForLiveRegsBottomUp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp74 if (MI.getOpcode() == AArch64::INLINEASM || in computeBlockSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp439 case RISCV::INLINEASM: in foldIntoMemoryOps()
519 if (UseMI.getOpcode() == RISCV::INLINEASM || in foldIntoMemoryOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorPrint.cpp95 BuildMI(*MBB, I, DL, QII->get(TargetOpcode::INLINEASM)) in addAsmInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp99 case Mips::INLINEASM: { in getLoadStoreOffsetSizeInBits()
H A DMipsInstrInfo.cpp710 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp293 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMergeBaseOffset.cpp639 case LoongArch::INLINEASM: in foldIntoMemoryOps()
743 if (UseMI.getOpcode() == LoongArch::INLINEASM || in foldIntoMemoryOps()
H A DLoongArchInstrInfo.cpp236 if (Opcode == TargetOpcode::INLINEASM || in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1204 INLINEASM, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp125 case TargetOpcode::INLINEASM: in isResourceAvailable()
175 case TargetOpcode::INLINEASM: in reserveResources()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp337 case ISD::INLINEASM: in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp112 case ISD::INLINEASM: in INITIALIZE_PASS()
H A DCSKYInstrInfo.cpp613 case TargetOpcode::INLINEASM: { in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp94 case TargetOpcode::INLINEASM: in hasSourceMods()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp490 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp299 auto Inst = MIRBuilder.buildInstrNoInsert(TargetOpcode::INLINEASM) in lowerInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp110 case INLINEASM: in offsetToDisp()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp724 assert(MI->getOpcode() == WebAssembly::INLINEASM); in PrintAsmOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.cpp201 case TargetOpcode::INLINEASM: { // Inline Asm: Variable size. in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp423 case PPC::INLINEASM: in gatherVectorInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp568 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR) in rewriteT2FrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp220 STRINGIFY_CODE(CST_CODE, INLINEASM) in GetCodeName()

123