Searched refs:LCC (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h202 [&L](const LoopCacheCostTy &LCC) { return LCC.first == &L; });
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp525 [L](const LoopCacheCostTy &LCC) {
526 return LCC.first == L;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8798 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); local
8806 if (LCC == ISD::SETO) {
8840 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); local
8844 if ((LCC == ISD::SETO || LCC == ISD::SETUO) && Mask &&
8848 unsigned NewMask = LCC == ISD::SETO ?

Completed in 72 milliseconds