Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp76 static bool IsIntegerCC(unsigned CC) in IsIntegerCC() function
262 if (IsIntegerCC(CC)) in insertBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp76 static bool IsIntegerCC(unsigned CC) in IsIntegerCC() function
262 if (IsIntegerCC(CC)) in insertBranch()
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp77 static bool IsIntegerCC(unsigned CC) in IsIntegerCC() function
261 if (IsIntegerCC(CC)) in InsertBranch()
/external/llvm-project/llvm/lib/Target/VE/
DVEInstrInfo.cpp41 static bool IsIntegerCC(unsigned CC) { return (CC < VECC::CC_AF); } in IsIntegerCC() function
252 if (IsIntegerCC(Cond[0].getImm())) { in insertBranch()