Home
last modified time | relevance | path

Searched refs:addPhysRegsUsedFromRegMask (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DVirtRegMap.cpp513 MRI->addPhysRegsUsedFromRegMask(MO.getRegMask()); in rewrite()
DRegAllocFast.cpp1043 MRI->addPhysRegsUsedFromRegMask(MO.getRegMask()); in allocateInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h848 void addPhysRegsUsedFromRegMask(const uint32_t *RegMask) { in addPhysRegsUsedFromRegMask() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp627 MRI.addPhysRegsUsedFromRegMask(MO.getRegMask()); in setupRegisterInfo()