HomeSort by relevance Sort by last modified time
    Searched refs:MID (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 119 bool DFAPacketizer::canReserveResources(const llvm::MCInstrDesc *MID) {
120 unsigned InsnClass = MID->getSchedClass();
130 void DFAPacketizer::reserveResources(const llvm::MCInstrDesc *MID) {
131 unsigned InsnClass = MID->getSchedClass();
143 const llvm::MCInstrDesc &MID = MI.getDesc();
144 return canReserveResources(&MID);
151 const llvm::MCInstrDesc &MID = MI.getDesc();
152 reserveResources(&MID);
  /device/google/muskie/
thermal-engine.conf 3 [SKIN-MID-FLOOR-BC]
13 [SKIN-MID-LOW-FLOOR-BC]
  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 104 bool canReserveResources(const llvm::MCInstrDesc *MID);
108 void reserveResources(const llvm::MCInstrDesc *MID);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFAPacketizer.h 110 bool canReserveResources(const MCInstrDesc *MID);
114 void reserveResources(const MCInstrDesc *MID);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DFAPacketizer.cpp 130 bool DFAPacketizer::canReserveResources(const MCInstrDesc *MID) {
131 unsigned InsnClass = MID->getSchedClass();
140 void DFAPacketizer::reserveResources(const MCInstrDesc *MID) {
141 unsigned InsnClass = MID->getSchedClass();
152 const MCInstrDesc &MID = MI.getDesc();
153 return canReserveResources(&MID);
159 const MCInstrDesc &MID = MI.getDesc();
160 reserveResources(&MID);
  /device/google/taimen/
thermal-engine.conf 1 [SKIN-MID-FLOOR2]
11 [SKIN-MID-LOW-FLOOR2]
96 [SKIN-MID-FLOOR]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp 127 const MCInstrDesc &MID = MI.getDesc();
129 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(MI))
132 if (MID.mayStore()) {
357 const MCInstrDesc &MID = MI->getDesc();
358 if ((!MID.mayLoad() && !MID.mayStore()) ||
363 MachineOperand BaseOp = MID.mayLoad() ? MI->getOperand(1)
369 MachineOperand OffsetOp = MID.mayLoad() ? MI->getOperand(2)
416 const MCInstrDesc &MID = UseMI->getDesc()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZHazardRecognizer.cpp 121 const MCInstrDesc &MID = MI->getDesc();
123 for (unsigned OpIdx = 0; OpIdx < MID.getNumOperands(); OpIdx++) {
124 const TargetRegisterClass *RC = TII->getRegClass(MID, OpIdx, TRI, MF);
127 if (OpIdx >= MID.getNumDefs() &&
128 MID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
  /device/google/bonito/
thermal-engine-bonito.conf 1 [SS-SKIN-MID-CPU6]
thermal-engine-sargo.conf 1 [SS-SKIN-MID-CPU6]
  /device/google/crosshatch/
thermal-engine-blueline-novr-evt.conf 11 [SS-SKIN-MID-CPU4]
thermal-engine-blueline-novr-prod.conf 11 [SS-SKIN-MID-CPU4]
thermal-engine-crosshatch-novr-evt.conf 11 [SS-SKIN-MID-CPU4]
thermal-engine-crosshatch-novr-prod.conf 11 [SS-SKIN-MID-CPU4]
  /device/google/marlin/
thermal-engine-marlin.conf 29 [SKIN-MID-FLOOR]
  /external/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp 108 const MCInstrDesc &MID = MI->getDesc();
110 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(*MI))
113 if (MID.mayStore()) {
265 const MCInstrDesc &MID = MI->getDesc();
266 if ((MID.mayLoad() || MID.mayStore())) {
491 const MCInstrDesc &MID = UseMI->getDesc();
493 if (MID.mayLoad())
495 else if (MID.mayStore()
    [all...]
  /external/llvm/lib/IR/
Module.cpp 51 Module::Module(StringRef MID, LLVMContext &C)
52 : Context(C), Materializer(), ModuleID(MID), SourceFileName(MID), DL("") {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Module.cpp 72 Module::Module(StringRef MID, LLVMContext &C)
73 : Context(C), Materializer(), ModuleID(MID), SourceFileName(MID), DL("") {
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.h 61 UINT8 MID; // Manufacturer ID [127:120]
  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
bullet_7.pass.cpp 174 typedef MethodID<CallSig ClassType::*> MID;
175 BasicTest<MID, Arity, ObjCaster, ArgCaster> t;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Module.cpp 45 Module::Module(StringRef MID, LLVMContext& C)
46 : Context(C), Materializer(NULL), ModuleID(MID) {
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
MMC.h 135 UINT8 MID; // Manufacturer ID
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
Mmc.h 147 UINT8 MID; // Manufacturer ID
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 644 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(),
648 for (auto &InstDep : MID) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineLICM.cpp     [all...]

Completed in 1494 milliseconds

1 2