Home
last modified time | relevance | path

Searched refs:CBL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp712 if (auto *CBL = dyn_cast<CallBase>(L)) { in cmpOperations() local
714 if (int Res = cmpNumbers(CBL->getCallingConv(), CBR->getCallingConv())) in cmpOperations()
716 if (int Res = cmpAttrs(CBL->getAttributes(), CBR->getAttributes())) in cmpOperations()
718 if (int Res = cmpOperandBundlesSchema(*CBL, *CBR)) in cmpOperations()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp3930 unsigned CBL = STI.getConstantBusLimit(Opc); in selectBITOP3() local
3938 if (CBL > 0) { in selectBITOP3()
3939 --CBL; in selectBITOP3()