Home
last modified time | relevance | path

Searched refs:classifySecondCondCodeInMacroFusion (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MacroFusion.cpp28 return X86::classifySecondCondCodeInMacroFusion(CC); in classifySecond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h282 classifySecondCondCodeInMacroFusion(X86::CondCode CC) { in classifySecondCondCodeInMacroFusion() function
DX86AsmBackend.cpp302 return classifySecondCondCodeInMacroFusion(CC); in classifySecondInstInMacroFusion()