HomeSort by relevance Sort by last modified time
    Searched refs:GetCondFromBranchOpc (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreInstrInfo.cpp 128 /// GetCondFromBranchOpc - Return the XCore CC that matches
130 static XCore::CondCode GetCondFromBranchOpc(unsigned BrOpc)
214 XCore::CondCode BranchCode = GetCondFromBranchOpc(LastInst->getOpcode());
236 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 132 /// GetCondFromBranchOpc - Return the XCore CC that matches
134 static XCore::CondCode GetCondFromBranchOpc(unsigned BrOpc)
213 XCore::CondCode BranchCode = GetCondFromBranchOpc(LastInst->getOpcode());
234 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 132 /// GetCondFromBranchOpc - Return the XCore CC that matches
134 static XCore::CondCode GetCondFromBranchOpc(unsigned BrOpc)
213 XCore::CondCode BranchCode = GetCondFromBranchOpc(LastInst->getOpcode());
234 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 85 milliseconds