OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVCC
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h
292
MCRegister
getVCC
() const;
SIPreEmitPeephole.cpp
81
const unsigned CondReg = TRI->
getVCC
();
SIInsertWaitcnts.cpp
1563
TRI->
getVCC
())
1564
.addReg(TRI->
getVCC
());
SIPeepholeSDWA.cpp
1013
SDWAInst.addReg(TRI->
getVCC
(), RegState::Define);
SIInstrInfo.cpp
6778
User.getOperand(4).setReg(RI.
getVCC
());
6781
User.getOperand(5).setReg(RI.
getVCC
());
6811
.addReg(RI.
getVCC
());
7312
MRI.setRegAllocationHint(UnusedCarry, 0, RI.
getVCC
());
7328
? Register(RI.
getVCC
())
SIRegisterInfo.cpp
2356
MCRegister SIRegisterInfo::
getVCC
() const {
AMDGPUISelDAGToDAG.cpp
2275
Register CondReg = UseSCCBr ? AMDGPU::SCC : TRI->
getVCC
();
AMDGPUInstructionSelector.cpp
2455
CondPhysReg = TRI.
getVCC
();
SIISelLowering.cpp
4209
I.addReg(TRI->
getVCC
(), RegState::Define);
Completed in 118 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026