/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ResourcePriorityQueue.cpp | 86 case ISD::INLINEASM: break; in numberRCValPredInSU() 123 case ISD::INLINEASM: break; in numberRCValSuccInSU() 449 case ISD::INLINEASM: in SUSchedulingCost() 552 case ISD::INLINEASM: in initNumRegDefsLeft()
|
D | InstrEmitter.cpp | 1045 case ISD::INLINEASM: in EmitSpecialNode() 1054 : TargetOpcode::INLINEASM; in EmitSpecialNode()
|
D | ScheduleDAGFast.cpp | 482 if (Node->getOpcode() == ISD::INLINEASM || in DelayForLiveRegsBottomUp()
|
D | SelectionDAGDumper.cpp | 174 case ISD::INLINEASM: return "inlineasm"; in getOperationName()
|
D | ScheduleDAGRRList.cpp | 716 case ISD::INLINEASM: in EmitNode() 1362 if (Node->getOpcode() == ISD::INLINEASM || in DelayForLiveRegsBottomUp()
|
D | SelectionDAGISel.cpp | 2244 SDValue New = CurDAG->getNode(Branch ? ISD::INLINEASM_BR : ISD::INLINEASM, DL, VTs, Ops); in Select_INLINEASM() 2810 case ISD::INLINEASM: in SelectCodeCommon()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSERegisterInfo.cpp | 103 case Mips::INLINEASM: { in getLoadStoreOffsetSizeInBits()
|
D | MipsInstrInfo.cpp | 580 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonVectorPrint.cpp | 102 BuildMI(*MBB, I, DL, QII->get(TargetOpcode::INLINEASM)) in addAsmInstr()
|
D | HexagonMachineScheduler.cpp | 114 case TargetOpcode::INLINEASM: in isResourceAvailable() 170 case TargetOpcode::INLINEASM: in reserveResources()
|
D | HexagonISelLowering.cpp | 635 if ((Op.getOpcode() != ISD::INLINEASM && in LowerINLINEASM() 1353 setOperationAction(ISD::INLINEASM, MVT::Other, Custom); in HexagonTargetLowering() 2886 if (Opc == ISD::INLINEASM || Opc == ISD::INLINEASM_BR) in LowerOperation()
|
D | HexagonInstrInfo.cpp | 2339 case TargetOpcode::INLINEASM: in isLateResultInstr() 2793 case Hexagon::INLINEASM: in isValidOffset() 4306 if (BranchRelaxAsmLarge && MI.getOpcode() == Hexagon::INLINEASM) { in getSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 725 INLINEASM, enumerator
|
D | MachineInstr.h | 1086 return getOpcode() == TargetOpcode::INLINEASM ||
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 310 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 331 case ISD::INLINEASM: in Select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 393 assert(MI->getOpcode() == WebAssembly::INLINEASM); in PrintAsmOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 490 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.cpp | 482 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 424 case PPC::INLINEASM: in gatherVectorInstructions()
|
D | PPCRegisterInfo.cpp | 1148 else if (OpC != TargetOpcode::INLINEASM && in eliminateFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 487 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR) in rewriteT2FrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 213 STRINGIFY_CODE(CST_CODE, INLINEASM) in GetCodeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TargetOpcodes.def | 30 HANDLE_TARGET_OPCODE(INLINEASM)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 1491 case TargetOpcode::INLINEASM: in handleSpecialFP()
|