Home
last modified time | relevance | path

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

12

/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.cpp1317 case ISD::INLINEASM: in EmitSpecialNode()
1326 : TargetOpcode::INLINEASM; in EmitSpecialNode()
H A DScheduleDAGFast.cpp487 if (Node->getOpcode() == ISD::INLINEASM || in DelayForLiveRegsBottomUp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp79 if (MI.getOpcode() == AArch64::INLINEASM || in computeBlockSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp417 case RISCV::INLINEASM: in foldIntoMemoryOps()
497 if (UseMI.getOpcode() == RISCV::INLINEASM || in foldIntoMemoryOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorPrint.cpp103 BuildMI(*MBB, I, DL, QII->get(TargetOpcode::INLINEASM)) in addAsmInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp103 case Mips::INLINEASM: { in getLoadStoreOffsetSizeInBits()
H A DMipsInstrInfo.cpp671 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp298 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1135 INLINEASM, enumerator
H A DMachineInstr.h1399 return getOpcode() == TargetOpcode::INLINEASM ||
/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.cpp339 case ISD::INLINEASM: in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp87 case TargetOpcode::INLINEASM: in hasSourceMods()
/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/AVR/
H A DAVRInstrInfo.cpp493 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp114 case INLINEASM: in offsetToDisp()
/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/LoongArch/
H A DLoongArchInstrInfo.cpp223 if (Opcode == TargetOpcode::INLINEASM || in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp713 assert(MI->getOpcode() == WebAssembly::INLINEASM); in PrintAsmOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp425 case PPC::INLINEASM: in gatherVectorInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp566 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp720 MI.getOpcode() == TargetOpcode::INLINEASM) in insertInlineAsm()

12