/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveRegUnits.cpp | 48 removeRegsNotPreserved(MOP.getRegMask()); in stepBackward() 68 addRegsInMask(MOP.getRegMask()); in accumulate()
|
D | DeadMachineInstructionElim.cpp | 164 LivePhysRegs.clearBitsNotInMask(MO.getRegMask()); in runOnMachineFunction()
|
D | MachineOperand.cpp | 310 const uint32_t *RegMask = getRegMask(); in isIdenticalTo() 311 const uint32_t *OtherRegMask = Other.getRegMask(); in isIdenticalTo() 376 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getRegMask()); in hash_value() 866 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
|
D | LivePhysRegs.cpp | 109 MachineOperand::clobbersPhysReg(Reg.second->getRegMask(), Reg.first)) in stepForward()
|
D | MIRPrinter.cpp | 867 auto RegMaskInfo = RegisterMaskIds.find(Op.getRegMask()); in print() 871 printCustomRegMask(Op.getRegMask(), OS, TRI); in print()
|
D | VirtRegMap.cpp | 513 MRI->addPhysRegsUsedFromRegMask(MO.getRegMask()); in rewrite()
|
D | RegisterScavenging.cpp | 330 Candidates.clearBitsNotInMask(MO.getRegMask()); in findSurvivorReg()
|
D | MachineLICM.cpp | 456 PhysRegClobbers.setBitsNotInMask(MO.getRegMask()); in ProcessMI()
|
D | RegAllocFast.cpp | 1043 MRI->addPhysRegsUsedFromRegMask(MO.getRegMask()); in allocateInstruction()
|
D | PeepholeOptimizer.cpp | 1676 const uint32_t *RegMask = MO.getRegMask(); in runOnMachineFunction()
|
D | LiveIntervals.cpp | 235 RegMaskBits.push_back(MO.getRegMask()); in computeRegMasks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveRegUnits.h | 53 ModifiedRegUnits.addRegsInMask(O->getRegMask()); in accumulateUsedDefed()
|
D | MachineOperand.h | 623 return clobbersPhysReg(getRegMask(), PhysReg); in clobbersPhysReg() 628 const uint32_t *getRegMask() const { in getRegMask() function
|
D | SelectionDAGNodes.h | 2067 const uint32_t *getRegMask() const { return RegMask; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/ |
D | MIParser.h | 108 const uint32_t *getRegMask(StringRef Identifier);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr()
|
D | RDFRegisters.cpp | 81 RegMasks.insert(Op.getRegMask()); in PhysicalRegisterInfo()
|
D | HexagonBlockRanges.cpp | 353 const uint32_t *BM = Op.getRegMask(); in computeInitialLiveRanges()
|
D | RDFGraph.cpp | 977 return RegisterRef(PRI.getRegMaskId(Op.getRegMask()), LaneBitmask::getAll()); in makeRegRef() 1327 const uint32_t *RM = Op.getRegMask(); in buildStmt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 467 const uint32_t *RegMask = MO.getRegMask(); in handleNormalInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 648 RegMask = MBBI->getOperand(2).getRegMask(); in fuseCompareOperations()
|
D | SystemZInstrInfo.cpp | 741 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); in PredicateInstruction() 754 const uint32_t *RegMask = MI.getOperand(0).getRegMask(); in PredicateInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 627 MRI.addPhysRegsUsedFromRegMask(MO.getRegMask()); in setupRegisterInfo()
|
D | MIParser.cpp | 166 const uint32_t *PerTargetMIParsingState::getRegMask(StringRef Identifier) { in getRegMask() function in PerTargetMIParsingState 2596 if (const auto *RegMask = PFS.Target.getRegMask(Token.stringValue())) { in parseMachineOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 400 MIB.addRegMask(RM->getRegMask()); in AddOperand()
|