Home
last modified time | relevance | path

Searched refs:SrcCond (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp891 const MachineOperand &SrcCond = MI.getOperand(3); in expandPostRAPseudo() local
896 .addReg(SrcCond.getReg()) in expandPostRAPseudo()
901 .addReg(SrcCond.getReg(), getKillRegState(SrcCond.isKill())) in expandPostRAPseudo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp3386 unsigned SrcCond = MI.getOperand(3).getReg(); in EmitInstrWithCustomInserter() local
3393 .addReg(SrcCond); in EmitInstrWithCustomInserter()