Home
last modified time | relevance | path

Searched refs:MID (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp57 bool DFAPacketizer::canReserveResources(const MCInstrDesc *MID) { in canReserveResources() argument
58 unsigned Action = ItinActions[MID->getSchedClass()]; in canReserveResources()
59 if (MID->getSchedClass() == 0 || Action == 0) in canReserveResources()
66 void DFAPacketizer::reserveResources(const MCInstrDesc *MID) { in reserveResources() argument
67 unsigned Action = ItinActions[MID->getSchedClass()]; in reserveResources()
68 if (MID->getSchedClass() == 0 || Action == 0) in reserveResources()
76 const MCInstrDesc &MID = MI.getDesc(); in canReserveResources() local
77 return canReserveResources(&MID); in canReserveResources()
83 const MCInstrDesc &MID = MI.getDesc(); in reserveResources() local
84 reserveResources(&MID); in reserveResources()
[all...]
H A DMachinePipeliner.cpp2933 bool ResourceManager::canReserveResources(const MCInstrDesc *MID) const { in canReserveResources()
2940 return DFAResources->canReserveResources(MID); in canReserveResources()
2942 unsigned InsnClass = MID->getSchedClass(); in canReserveResources()
2947 dbgs() << "isPseduo:" << MID->isPseudo() << "\n"; in canReserveResources()
2974 void ResourceManager::reserveResources(const MCInstrDesc *MID) { in reserveResources() argument
2980 return DFAResources->reserveResources(MID); in reserveResources()
2982 unsigned InsnClass = MID->getSchedClass(); in reserveResources()
2987 dbgs() << "isPseduo:" << MID->isPseudo() << "\n"; in reserveResources()
H A DMachineLICM.cpp1338 const MCInstrDesc &MID = TII->get(NewOpc); in ExtractHoistableLoad() local
1340 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp127 const MCInstrDesc &MID = MI.getDesc(); in hasRepForm() local
129 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(MI)) in hasRepForm()
132 if (MID.mayStore()) { in hasRepForm()
357 const MCInstrDesc &MID = MI->getDesc(); in processAddUses() local
358 if ((!MID.mayLoad() && !MID.mayStore()) || in processAddUses()
363 MachineOperand BaseOp = MID.mayLoad() ? MI->getOperand(1) in processAddUses()
369 MachineOperand OffsetOp = MID.mayLoad() ? MI->getOperand(2) in processAddUses()
416 const MCInstrDesc &MID in updateAddUses() local
444 const MCInstrDesc &MID = MI.getDesc(); analyzeUses() local
672 const MCInstrDesc &MID = UseMI->getDesc(); xformUseMI() local
[all...]
H A DHexagonInstrInfo.cpp2178 const MCInstrDesc &MID = MI.getDesc(); in isExtendable() local
2179 const uint64_t F = MID.TSFlags; in isExtendable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp120 const MCInstrDesc &MID = MI->getDesc(); in has4RegOps() local
122 for (unsigned OpIdx = 0; OpIdx < MID.getNumOperands(); OpIdx++) { in has4RegOps()
123 const TargetRegisterClass *RC = TII->getRegClass(MID, OpIdx, TRI, MF); in has4RegOps()
126 if (OpIdx >= MID.getNumDefs() && in has4RegOps()
127 MID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1) in has4RegOps()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp64 MID = 2, member in vkt::SpirVAssembly::__anon28779::OperationType
277 { { BaseType::TYPE_INT, TypeSize::SIZE_8BIT, OperationType::MID }, { genInt8, midInt8 } },
280 { { BaseType::TYPE_INT, TypeSize::SIZE_16BIT, OperationType::MID }, { genInt16, midInt16 } },
283 { { BaseType::TYPE_INT, TypeSize::SIZE_32BIT, OperationType::MID }, { genInt32, midInt32 } },
286 { { BaseType::TYPE_INT, TypeSize::SIZE_64BIT, OperationType::MID }, { genInt64, midInt64 } },
289 { { BaseType::TYPE_UINT, TypeSize::SIZE_8BIT, OperationType::MID }, { genUint8, midUint8 } },
292 { { BaseType::TYPE_UINT, TypeSize::SIZE_16BIT, OperationType::MID }, { genUint16, midUint16 } },
295 { { BaseType::TYPE_UINT, TypeSize::SIZE_32BIT, OperationType::MID }, { genUint32, midUint32 } },
298 { { BaseType::TYPE_UINT, TypeSize::SIZE_64BIT, OperationType::MID }, { genUint64, midUint64 } },
301 { { BaseType::TYPE_FLOAT, TypeSize::SIZE_16BIT, OperationType::MID }, { genFloat1
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp64 MID = 2, member in vkt::SpirVAssembly::__anon29928::OperationType
277 { { BaseType::TYPE_INT, TypeSize::SIZE_8BIT, OperationType::MID }, { genInt8, midInt8 } },
280 { { BaseType::TYPE_INT, TypeSize::SIZE_16BIT, OperationType::MID }, { genInt16, midInt16 } },
283 { { BaseType::TYPE_INT, TypeSize::SIZE_32BIT, OperationType::MID }, { genInt32, midInt32 } },
286 { { BaseType::TYPE_INT, TypeSize::SIZE_64BIT, OperationType::MID }, { genInt64, midInt64 } },
289 { { BaseType::TYPE_UINT, TypeSize::SIZE_8BIT, OperationType::MID }, { genUint8, midUint8 } },
292 { { BaseType::TYPE_UINT, TypeSize::SIZE_16BIT, OperationType::MID }, { genUint16, midUint16 } },
295 { { BaseType::TYPE_UINT, TypeSize::SIZE_32BIT, OperationType::MID }, { genUint32, midUint32 } },
298 { { BaseType::TYPE_UINT, TypeSize::SIZE_64BIT, OperationType::MID }, { genUint64, midUint64 } },
301 { { BaseType::TYPE_FLOAT, TypeSize::SIZE_16BIT, OperationType::MID }, { genFloat1
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h79 bool canReserveResources(const MCInstrDesc *MID);
83 void reserveResources(const MCInstrDesc *MID);
H A DMachinePipeliner.h456 bool canReserveResources(const MCInstrDesc *MID) const;
460 void reserveResources(const MCInstrDesc *MID);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp413 const MCInstrDesc &MID = MI.getDesc(); in isPostIncrement() local
414 const uint64_t F = MID.TSFlags; in isPostIncrement()
419 const MCInstrDesc &MID = MI.getDesc(); in isPreIncrement() local
420 const uint64_t F = MID.TSFlags; in isPreIncrement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModule.cpp73 Module::Module(StringRef MID, LLVMContext &C) in Module() argument
74 : Context(C), Materializer(), ModuleID(MID), SourceFileName(MID), DL("") { in Module()
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_motion.c466 #define MID 0 in obmc_motion() macro
474 if (i && mv[i][0] == mv[MID][0] && mv[i][1] == mv[MID][1]) { in obmc_motion()
475 ptr[i] = ptr[MID]; in obmc_motion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp716 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(), in processLoop()
720 for (auto &InstDep : MID) { in processLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp678 unsigned MID = 0; in ParseMDNodeID() local
679 if (ParseUInt32(MID)) in ParseMDNodeID()
683 if (NumberedMetadata.count(MID)) { in ParseMDNodeID()
684 Result = NumberedMetadata[MID]; in ParseMDNodeID()
689 auto &FwdRef = ForwardRefMDNodes[MID]; in ParseMDNodeID()
693 NumberedMetadata[MID].reset(Result); in ParseMDNodeID()

Completed in 33 milliseconds