Home
last modified time | relevance | path

Searched refs:GetCondFromBranchOpc (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreInstrInfo.cpp130 static XCore::CondCode GetCondFromBranchOpc(unsigned BrOpc) in GetCondFromBranchOpc() function
214 XCore::CondCode BranchCode = GetCondFromBranchOpc(LastInst->getOpcode()); in AnalyzeBranch()
236 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc); in AnalyzeBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp134 static XCore::CondCode GetCondFromBranchOpc(unsigned BrOpc) in GetCondFromBranchOpc() function
213 XCore::CondCode BranchCode = GetCondFromBranchOpc(LastInst->getOpcode()); in analyzeBranch()
234 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc); in analyzeBranch()
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp134 static XCore::CondCode GetCondFromBranchOpc(unsigned BrOpc) in GetCondFromBranchOpc() function
213 XCore::CondCode BranchCode = GetCondFromBranchOpc(LastInst->getOpcode()); in analyzeBranch()
234 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc); in analyzeBranch()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp1838 static X86::CondCode GetCondFromBranchOpc(unsigned BrOpc) { in GetCondFromBranchOpc() function
1973 X86::CondCode BranchCode = GetCondFromBranchOpc(I->getOpcode()); in AnalyzeBranch()
2071 GetCondFromBranchOpc(I->getOpcode()) == X86::COND_INVALID) in RemoveBranch()