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/ |
D | LiveRegUnits.cpp | 46 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 …]
|
D | LivePhysRegs.cpp | 46 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/ |
D | AArch64LoadStoreOptimizer.cpp | 757 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/ |
D | LiveRegUnits.h | 169 [](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/ |
D | zh_Hant_MO.txt | 6 MOP{ 7 "MOP$",
|
D | en_MO.txt | 6 MOP{ 7 "MOP$",
|
D | pt_MO.txt | 6 MOP{ 7 "MOP$",
|
D | zh_Hans_MO.txt | 9 MOP{ 10 "MOP$",
|
D | ps.txt | 365 MOP{ 366 "MOP", 367 "MOP", 1106 MOP{ 1107 one{"MOP"} 1108 other{"MOP"}
|
D | mt.txt | 337 MOP{ 338 "MOP", 339 "MOP", 1205 MOP{ 1206 few{"MOP"} 1207 many{"MOP"} 1208 one{"MOP"} 1209 other{"MOP"}
|
D | mzn.txt | 353 MOP{ 354 "MOP", 957 MOP{
|
/third_party/icu/icu4c/source/data/curr/ |
D | zh_Hant_MO.txt | 7 MOP{ 8 "MOP$",
|
D | pt_MO.txt | 7 MOP{ 8 "MOP$",
|
D | en_MO.txt | 7 MOP{ 8 "MOP$",
|
D | zh_Hans_MO.txt | 10 MOP{ 11 "MOP$",
|
D | mt.txt | 334 MOP{ 335 "MOP", 336 "MOP",
|
D | mzn.txt | 354 MOP{ 355 "MOP", 958 MOP{
|
D | kok.txt | 362 MOP{ 363 "MOP", 994 MOP{
|
/third_party/skia/third_party/externals/icu/source/data/curr/ |
D | zh_Hant_MO.txt | 7 MOP{ 8 "MOP$",
|
D | en_MO.txt | 7 MOP{ 8 "MOP$",
|
D | pt_MO.txt | 7 MOP{ 8 "MOP$",
|
D | zh_Hans_MO.txt | 10 MOP{ 11 "MOP$",
|
D | mt.txt | 334 MOP{ 335 "MOP", 336 "MOP",
|
D | mzn.txt | 354 MOP{ 355 "MOP", 958 MOP{
|
D | kok.txt | 362 MOP{ 363 "MOP", 994 MOP{
|
12345678910>>...16