Searched refs:setLiveReg (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ExecutionDomainFix.cpp | 70 void ExecutionDomainFix::setLiveReg(int rx, DomainValue *dv) { in setLiveReg() function in ExecutionDomainFix 108 setLiveReg(rx, alloc(domain)); in force() 124 setLiveReg(rx, alloc(domain)); in collapse() 147 setLiveReg(rx, A); in merge() 183 setLiveReg(rx, pdv); in enterBasicBlock() 390 setLiveReg(rx, dv); in visitSoftInstr()
|
/external/llvm/lib/CodeGen/ |
D | ExecutionDepsFix.cpp | 194 void setLiveReg(int rx, DomainValue *DV); 272 void ExeDepsFix::setLiveReg(int rx, DomainValue *dv) { in setLiveReg() function in ExeDepsFix 312 setLiveReg(rx, alloc(domain)); in force() 330 setLiveReg(rx, alloc(domain)); in collapse() 354 setLiveReg(rx, A); in merge() 413 setLiveReg(rx, pdv); in enterBasicBlock() 722 setLiveReg(rx, dv); in visitSoftInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ExecutionDomainFix.h | 172 void setLiveReg(int rx, DomainValue *DV);
|