Searched refs:CBO (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 725 Constant *CBO = dyn_cast<Constant>(BO.getOperand(SelOpNo ^ 1)); in foldBinOpIntoSelect() local 726 if (!CBO || !CT || !CF) in foldBinOpIntoSelect() 739 ConstantFoldBinaryOpOperands(BO.getOpcode(), CBO, CT, *DL) : in foldBinOpIntoSelect() 740 ConstantFoldBinaryOpOperands(BO.getOpcode(), CT, CBO, *DL); in foldBinOpIntoSelect() 745 ConstantFoldBinaryOpOperands(BO.getOpcode(), CBO, CF, *DL) : in foldBinOpIntoSelect() 746 ConstantFoldBinaryOpOperands(BO.getOpcode(), CF, CBO, *DL); in foldBinOpIntoSelect()
|
| /freebsd-14.2/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
| H A D | cert-threecolumn.pem | 45 CBO
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 2581 SDValue CBO = BO->getOperand(SelOpNo ^ 1); in foldBinOpIntoSelect() local 2583 !isConstantOrConstantVector(CBO, true) && in foldBinOpIntoSelect() 2584 !DAG.isConstantFPBuildVectorOrConstantFP(CBO)) in foldBinOpIntoSelect() 2596 NewCT = CBO; in foldBinOpIntoSelect() 2602 NewCF = CBO; in foldBinOpIntoSelect() 2608 NewCT = SelOpNo ? DAG.FoldConstantArithmetic(BinOpcode, DL, VT, {CBO, CT}) in foldBinOpIntoSelect() 2609 : DAG.FoldConstantArithmetic(BinOpcode, DL, VT, {CT, CBO}); in foldBinOpIntoSelect() 2613 NewCF = SelOpNo ? DAG.FoldConstantArithmetic(BinOpcode, DL, VT, {CBO, CF}) in foldBinOpIntoSelect() 2614 : DAG.FoldConstantArithmetic(BinOpcode, DL, VT, {CF, CBO}); in foldBinOpIntoSelect()
|