/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ResourcePriorityQueue.cpp | 86 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 D | InstrEmitter.cpp | 1269 case ISD::INLINEASM: in EmitSpecialNode() 1278 : TargetOpcode::INLINEASM; in EmitSpecialNode()
|
H A D | ScheduleDAGFast.cpp | 491 if (Node->getOpcode() == ISD::INLINEASM || in DelayForLiveRegsBottomUp()
|
H A D | SelectionDAGDumper.cpp | 180 case ISD::INLINEASM: return "inlineasm"; in getOperationName()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64CompressJumpTables.cpp | 79 if (MI.getOpcode() == AArch64::INLINEASM || in computeBlockSize()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorPrint.cpp | 103 BuildMI(*MBB, I, DL, QII->get(TargetOpcode::INLINEASM)) in addAsmInstr()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSERegisterInfo.cpp | 103 case Mips::INLINEASM: { in getLoadStoreOffsetSizeInBits()
|
H A D | MipsInstrInfo.cpp | 671 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1024 INLINEASM, enumerator
|
H A D | MachineInstr.h | 1315 return getOpcode() == TargetOpcode::INLINEASM ||
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.cpp | 298 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCombinerHelper.cpp | 85 case TargetOpcode::INLINEASM: in hasSourceMods()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | VLIWMachineScheduler.cpp | 125 case TargetOpcode::INLINEASM: in isResourceAvailable() 175 case TargetOpcode::INLINEASM: in reserveResources()
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcISelDAGToDAG.cpp | 337 case ISD::INLINEASM: in Select()
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.cpp | 183 if (Opcode == TargetOpcode::INLINEASM || in getInstSizeInBytes()
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.cpp | 488 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYISelDAGToDAG.cpp | 104 case ISD::INLINEASM: in INITIALIZE_PASS()
|
H A D | CSKYInstrInfo.cpp | 613 case TargetOpcode::INLINEASM: { in getInstSizeInBytes()
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VERegisterInfo.cpp | 114 case INLINEASM: in offsetToDisp()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 353 auto Inst = MIRBuilder.buildInstrNoInsert(TargetOpcode::INLINEASM) in lowerInlineAsm()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 667 assert(MI->getOpcode() == WebAssembly::INLINEASM); in PrintAsmOperand()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 425 case PPC::INLINEASM: in gatherVectorInstructions()
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/ |
H A D | ReducerWorkItem.cpp | 523 Opc == TargetOpcode::INLINEASM || Opc == TargetOpcode::INLINEASM_BR) in computeMIRComplexityScoreImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | Thumb2InstrInfo.cpp | 548 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR) in rewriteT2FrameIndex()
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 220 STRINGIFY_CODE(CST_CODE, INLINEASM) in GetCodeName()
|