Home
last modified time | relevance | path

Searched refs:getEndClobberMask (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h373 const uint32_t *getEndClobberMask(const TargetRegisterInfo *TRI) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1489 MachineBasicBlock::getEndClobberMask(const TargetRegisterInfo *TRI) const { in getEndClobberMask() function in MachineBasicBlock
DLiveIntervals.cpp242 if (const uint32_t *Mask = MBB.getEndClobberMask(TRI)) { in computeRegMasks()