Home
last modified time | relevance | path

Searched defs:GetCondBranchFromCond (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h97 static inline unsigned GetCondBranchFromCond(M68k::CondCode CC) { in GetCondBranchFromCond() function
/aosp_15_r20/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp147 static inline unsigned GetCondBranchFromCond(XCore::CondCode CC) in GetCondBranchFromCond() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp146 static inline unsigned GetCondBranchFromCond(XCore::CondCode CC) in GetCondBranchFromCond() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp146 static inline unsigned GetCondBranchFromCond(XCore::CondCode CC) in GetCondBranchFromCond() function
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3786 unsigned X86::GetCondBranchFromCond(X86::CondCode CC) { in GetCondBranchFromCond() function in X86