Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h215 unsigned BROpcode) const;
DSparcISelLowering.cpp3115 unsigned BROpcode) const { in expandSelectCC()
3149 BuildMI(BB, dl, TII.get(BROpcode)).addMBB(sinkMBB).addImm(CC); in expandSelectCC()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp1168 unsigned BROpcode; in EmitInstrWithCustomInserter() local
1177 BROpcode = SP::BCOND; in EmitInstrWithCustomInserter()
1182 BROpcode = SP::FBCOND; in EmitInstrWithCustomInserter()
1218 BuildMI(BB, dl, TII.get(BROpcode)).addMBB(sinkMBB).addImm(CC); in EmitInstrWithCustomInserter()