Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp6187 bool RHSisZero = MI->getOpcode() == ARM::BCCZi64; in EmitInstrWithCustomInserter() local
6191 if (RHSisZero) { in EmitInstrWithCustomInserter()
6209 MachineBasicBlock *destMBB = MI->getOperand(RHSisZero ? 3 : 5).getMBB(); in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp8352 bool RHSisZero = MI.getOpcode() == ARM::BCCZi64; in EmitInstrWithCustomInserter() local
8356 if (RHSisZero) { in EmitInstrWithCustomInserter()
8374 MachineBasicBlock *destMBB = MI.getOperand(RHSisZero ? 3 : 5).getMBB(); in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp9388 bool RHSisZero = MI.getOpcode() == ARM::BCCZi64; in EmitInstrWithCustomInserter() local
9392 if (RHSisZero) { in EmitInstrWithCustomInserter()
9412 MachineBasicBlock *destMBB = MI.getOperand(RHSisZero ? 3 : 5).getMBB(); in EmitInstrWithCustomInserter()