Home
last modified time | relevance | path

Searched refs:getCondFromBranchOpc (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp195 AVRCC::CondCodes AVRInstrInfo::getCondFromBranchOpc(unsigned Opc) const { in getCondFromBranchOpc() function in llvm::AVRInstrInfo
302 AVRCC::CondCodes BranchCode = getCondFromBranchOpc(I->getOpcode()); in analyzeBranch()
419 getCondFromBranchOpc(I->getOpcode()) == AVRCC::COND_INVALID) { in RemoveBranch()
DAVRInstrInfo.h71 AVRCC::CondCodes getCondFromBranchOpc(unsigned Opc) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp255 assert(X86::getCondFromBranchOpc(SplitI.getOpcode()) != X86::COND_INVALID && in splitBlock()
261 assert(X86::getCondFromBranchOpc(PrevI.getOpcode()) != X86::COND_INVALID && in splitBlock()
591 if (X86::getCondFromBranchOpc(MI.getOpcode()) != X86::COND_INVALID) { in runOnMachineFunction()
597 X86::getCondFromBranchOpc(JmpIt->getOpcode()) != in runOnMachineFunction()
870 X86::CondCode Cond = X86::getCondFromBranchOpc(JmpI.getOpcode()); in rewriteCondJmp()
DX86InstrInfo.h88 CondCode getCondFromBranchOpc(unsigned Opc);
DX86SpeculativeLoadHardening.cpp651 if (X86::getCondFromBranchOpc(MI.getOpcode()) == X86::COND_INVALID) { in collectBlockCondInfo()
779 X86::CondCode Cond = X86::getCondFromBranchOpc(CondBr->getOpcode()); in tracePredStateThroughCFG()
DX86InstrInfo.cpp2121 X86::CondCode X86::getCondFromBranchOpc(unsigned BrOpc) { in getCondFromBranchOpc() function in X86
2522 X86::CondCode CC = X86::getCondFromBranchOpc(I->getOpcode()); in replaceBranchWithTailCall()
2629 X86::CondCode BranchCode = X86::getCondFromBranchOpc(I->getOpcode()); in AnalyzeBranchImpl()
2825 X86::getCondFromBranchOpc(I->getOpcode()) == X86::COND_INVALID) in removeBranch()
3789 OldCC = X86::getCondFromBranchOpc(Instr.getOpcode()); in optimizeCompareInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp218 AVRCC::CondCodes AVRInstrInfo::getCondFromBranchOpc(unsigned Opc) const { in getCondFromBranchOpc() function in llvm::AVRInstrInfo
325 AVRCC::CondCodes BranchCode = getCondFromBranchOpc(I->getOpcode()); in analyzeBranch()
453 getCondFromBranchOpc(I->getOpcode()) == AVRCC::COND_INVALID) { in removeBranch()
DAVRInstrInfo.h71 AVRCC::CondCodes getCondFromBranchOpc(unsigned Opc) const;
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrInfo.cpp266 SystemZCC::CondCodes BranchCode = getCondFromBranchOpc(I->getOpcode()); in AnalyzeBranch()
308 getCondFromBranchOpc(I->getOpcode()) == SystemZCC::INVALID) in RemoveBranch()
373 SystemZInstrInfo::getCondFromBranchOpc(unsigned Opc) const { in getCondFromBranchOpc() function in SystemZInstrInfo
DSystemZInstrInfo.h99 SystemZCC::CondCodes getCondFromBranchOpc(unsigned Opc) const;
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp3686 static X86::CondCode getCondFromBranchOpc(unsigned BrOpc) { in getCondFromBranchOpc() function
4014 X86::CondCode BranchCode = getCondFromBranchOpc(I->getOpcode()); in AnalyzeBranchImpl()
4207 getCondFromBranchOpc(I->getOpcode()) == X86::COND_INVALID) in RemoveBranch()
5213 OldCC = getCondFromBranchOpc(Instr.getOpcode()); in optimizeCompareInstr()