Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp86 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()
DInstrEmitter.cpp1045 case ISD::INLINEASM: in EmitSpecialNode()
1054 : TargetOpcode::INLINEASM; in EmitSpecialNode()
DScheduleDAGFast.cpp482 if (Node->getOpcode() == ISD::INLINEASM || in DelayForLiveRegsBottomUp()
DSelectionDAGDumper.cpp174 case ISD::INLINEASM: return "inlineasm"; in getOperationName()
DScheduleDAGRRList.cpp716 case ISD::INLINEASM: in EmitNode()
1362 if (Node->getOpcode() == ISD::INLINEASM || in DelayForLiveRegsBottomUp()
DSelectionDAGISel.cpp2244 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/
DMipsSERegisterInfo.cpp103 case Mips::INLINEASM: { in getLoadStoreOffsetSizeInBits()
DMipsInstrInfo.cpp580 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVectorPrint.cpp102 BuildMI(*MBB, I, DL, QII->get(TargetOpcode::INLINEASM)) in addAsmInstr()
DHexagonMachineScheduler.cpp114 case TargetOpcode::INLINEASM: in isResourceAvailable()
170 case TargetOpcode::INLINEASM: in reserveResources()
DHexagonISelLowering.cpp635 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()
DHexagonInstrInfo.cpp2339 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/
DISDOpcodes.h725 INLINEASM, enumerator
DMachineInstr.h1086 return getOpcode() == TargetOpcode::INLINEASM ||
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp310 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp331 case ISD::INLINEASM: in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp393 assert(MI->getOpcode() == WebAssembly::INLINEASM); in PrintAsmOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp490 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp482 case TargetOpcode::INLINEASM: in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp424 case PPC::INLINEASM: in gatherVectorInstructions()
DPPCRegisterInfo.cpp1148 else if (OpC != TargetOpcode::INLINEASM && in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp487 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/
DBitcodeAnalyzer.cpp213 STRINGIFY_CODE(CST_CODE, INLINEASM) in GetCodeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetOpcodes.def30 HANDLE_TARGET_OPCODE(INLINEASM)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1491 case TargetOpcode::INLINEASM: in handleSpecialFP()

123