Searched refs:getCondFromBranchOpc (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h71 AVRCC::CondCodes getCondFromBranchOpc(unsigned Opc) const;
H A DAVRInstrInfo.cpp195 AVRCC::CondCodes AVRInstrInfo::getCondFromBranchOpc(unsigned Opc) const { function in class:llvm::AVRInstrInfo
302 AVRCC::CondCodes BranchCode = getCondFromBranchOpc(I->getOpcode());
419 getCondFromBranchOpc(I->getOpcode()) == AVRCC::COND_INVALID) {
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZInstrInfo.h99 SystemZCC::CondCodes getCondFromBranchOpc(unsigned Opc) const;
H A DSystemZInstrInfo.cpp266 SystemZCC::CondCodes BranchCode = getCondFromBranchOpc(I->getOpcode());
308 getCondFromBranchOpc(I->getOpcode()) == SystemZCC::INVALID)
373 SystemZInstrInfo::getCondFromBranchOpc(unsigned Opc) const { function in class:SystemZInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3686 static X86::CondCode getCondFromBranchOpc(unsigned BrOpc) { function
4014 X86::CondCode BranchCode = getCondFromBranchOpc(I->getOpcode());
4207 getCondFromBranchOpc(I->getOpcode()) == X86::COND_INVALID)
5213 OldCC = getCondFromBranchOpc(Instr.getOpcode());

Completed in 192 milliseconds