/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | DFAPacketizer.cpp | 57 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 D | MachinePipeliner.cpp | 2933 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 D | MachineLICM.cpp | 1338 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 D | HexagonOptAddrMode.cpp | 127 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 D | HexagonInstrInfo.cpp | 2178 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 D | SystemZHazardRecognizer.cpp | 120 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 D | vktSpvAsmTrinaryMinMaxTests.cpp | 64 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 D | vktSpvAsmTrinaryMinMaxTests.cpp | 64 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 D | DFAPacketizer.h | 79 bool canReserveResources(const MCInstrDesc *MID); 83 void reserveResources(const MCInstrDesc *MID);
|
H A D | MachinePipeliner.h | 456 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 D | ARCInstrInfo.cpp | 413 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 D | Module.cpp | 73 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 D | mpegvideo_motion.c | 466 #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 D | LoopDistribute.cpp | 716 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 D | LLParser.cpp | 678 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()
|