Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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.cpp1269 case ISD::INLINEASM: in EmitSpecialNode()
1278 : TargetOpcode::INLINEASM; in EmitSpecialNode()
H A DScheduleDAGFast.cpp491 if (Node->getOpcode() == ISD::INLINEASM || in DelayForLiveRegsBottomUp()
H A DSelectionDAGDumper.cpp180 case ISD::INLINEASM: return "inlineasm"; in getOperationName()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp79 if (MI.getOpcode() == AArch64::INLINEASM || in computeBlockSize()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorPrint.cpp103 BuildMI(*MBB, I, DL, QII->get(TargetOpcode::INLINEASM)) in addAsmInstr()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp103 case Mips::INLINEASM: { in getLoadStoreOffsetSizeInBits()
H A DMipsInstrInfo.cpp671 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1024 INLINEASM, enumerator
H A DMachineInstr.h1315 return getOpcode() == TargetOpcode::INLINEASM ||
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp298 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp85 case TargetOpcode::INLINEASM: in hasSourceMods()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp125 case TargetOpcode::INLINEASM: in isResourceAvailable()
175 case TargetOpcode::INLINEASM: in reserveResources()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp337 case ISD::INLINEASM: in Select()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp183 if (Opcode == TargetOpcode::INLINEASM || in getInstSizeInBytes()
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp488 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp104 case ISD::INLINEASM: in INITIALIZE_PASS()
H A DCSKYInstrInfo.cpp613 case TargetOpcode::INLINEASM: { in getInstSizeInBytes()
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp114 case INLINEASM: in offsetToDisp()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp353 auto Inst = MIRBuilder.buildInstrNoInsert(TargetOpcode::INLINEASM) in lowerInlineAsm()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp667 assert(MI->getOpcode() == WebAssembly::INLINEASM); in PrintAsmOperand()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp425 case PPC::INLINEASM: in gatherVectorInstructions()
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp523 Opc == TargetOpcode::INLINEASM || Opc == TargetOpcode::INLINEASM_BR) in computeMIRComplexityScoreImpl()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp548 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR) in rewriteT2FrameIndex()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp220 STRINGIFY_CODE(CST_CODE, INLINEASM) in GetCodeName()

12