Home
last modified time | relevance | path

Searched refs:MOP (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRegUnits.cpp46 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) { in stepBackward() local
47 if (MOP.isRegMask()) { in stepBackward()
48 removeRegsNotPreserved(MOP.getRegMask()); in stepBackward()
52 if (MOP.isDef()) in stepBackward()
53 removeReg(MOP.getReg()); in stepBackward()
57 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) { in stepBackward() local
58 if (!MOP.isReg() || !MOP.readsReg()) in stepBackward()
60 addReg(MOP.getReg()); in stepBackward()
66 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) { in accumulate() local
67 if (MOP.isRegMask()) { in accumulate()
[all …]
DLivePhysRegs.cpp46 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) { in removeDefs() local
47 if (MOP.isRegMask()) { in removeDefs()
48 removeRegsInMask(MOP); in removeDefs()
52 if (MOP.isDef()) in removeDefs()
53 removeReg(MOP.getReg()); in removeDefs()
59 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) { in addUses() local
60 if (!MOP.isReg() || !MOP.readsReg()) in addUses()
62 addReg(MOP.getReg()); in addUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp757 bool isDef = any_of(I->operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() argument
758 return MOP.isReg() && MOP.isDef() && !MOP.isDebug() && MOP.getReg() && in forAllMIsUntilDef()
759 TRI->regsOverlap(MOP.getReg(), DefReg); in forAllMIsUntilDef()
772 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) in updateDefinedRegisters() local
773 if (MOP.isReg() && MOP.isKill()) in updateDefinedRegisters()
774 Units.removeReg(MOP.getReg()); in updateDefinedRegisters()
776 for (const MachineOperand &MOP : phys_regs_and_masks(MI)) in updateDefinedRegisters() local
777 if (MOP.isReg() && !MOP.isKill()) in updateDefinedRegisters()
778 Units.addReg(MOP.getReg()); in updateDefinedRegisters()
822 for (auto &MOP : MI.operands()) { in mergePairedInsns() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRegUnits.h169 [](const MachineOperand &MOP) { in phys_regs_and_masks()
170 return MOP.isRegMask() || (MOP.isReg() && !MOP.isDebug() && in phys_regs_and_masks()
171 Register::isPhysicalRegister(MOP.getReg())); in phys_regs_and_masks()
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/
Dzh_Hant_MO.txt6 MOP{
7 "MOP$",
Den_MO.txt6 MOP{
7 "MOP$",
Dpt_MO.txt6 MOP{
7 "MOP$",
Dzh_Hans_MO.txt9 MOP{
10 "MOP$",
Dps.txt365 MOP{
366 "MOP",
367 "MOP",
1106 MOP{
1107 one{"MOP"}
1108 other{"MOP"}
Dmt.txt337 MOP{
338 "MOP",
339 "MOP",
1205 MOP{
1206 few{"MOP"}
1207 many{"MOP"}
1208 one{"MOP"}
1209 other{"MOP"}
Dmzn.txt353 MOP{
354 "MOP",
957 MOP{
/third_party/icu/icu4c/source/data/curr/
Dzh_Hant_MO.txt7 MOP{
8 "MOP$",
Dpt_MO.txt7 MOP{
8 "MOP$",
Den_MO.txt7 MOP{
8 "MOP$",
Dzh_Hans_MO.txt10 MOP{
11 "MOP$",
Dmt.txt334 MOP{
335 "MOP",
336 "MOP",
Dmzn.txt354 MOP{
355 "MOP",
958 MOP{
Dkok.txt362 MOP{
363 "MOP",
994 MOP{
/third_party/skia/third_party/externals/icu/source/data/curr/
Dzh_Hant_MO.txt7 MOP{
8 "MOP$",
Den_MO.txt7 MOP{
8 "MOP$",
Dpt_MO.txt7 MOP{
8 "MOP$",
Dzh_Hans_MO.txt10 MOP{
11 "MOP$",
Dmt.txt334 MOP{
335 "MOP",
336 "MOP",
Dmzn.txt354 MOP{
355 "MOP",
958 MOP{
Dkok.txt362 MOP{
363 "MOP",
994 MOP{

12345678910>>...16