Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h621 bool isBoolSGPR(SDValue V);
H A DSIISelLowering.cpp12172 bool llvm::isBoolSGPR(SDValue V) { in isBoolSGPR() function in llvm
12185 return isBoolSGPR(V.getOperand(0)) && isBoolSGPR(V.getOperand(1)); in isBoolSGPR()
12405 if (isBoolSGPR(RHS.getOperand(0))) in performAndCombine()
15105 if (!isBoolSGPR(Cond)) in performAddCombine()
15195 if (!isBoolSGPR(Cond)) in performSubCombine()
15523 isBoolSGPR(LHS.getOperand(0))) { in performSetCCCombine()
15547 isBoolSGPR(LHS.getOperand(0))) { in performSetCCCombine()
H A DAMDGPUISelDAGToDAG.cpp2540 if (isBoolSGPR(Cond)) { in combineBallotPattern()