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.h606 bool isBoolSGPR(SDValue V);
H A DSIISelLowering.cpp11424 bool llvm::isBoolSGPR(SDValue V) { in isBoolSGPR() function in llvm
11436 return isBoolSGPR(V.getOperand(0)) && isBoolSGPR(V.getOperand(1)); in isBoolSGPR()
11635 if (isBoolSGPR(RHS.getOperand(0))) in performAndCombine()
14220 if (!isBoolSGPR(Cond)) in performAddCombine()
14261 if (!isBoolSGPR(Cond)) in performSubCombine()
14524 isBoolSGPR(LHS.getOperand(0))) { in performSetCCCombine()
14548 isBoolSGPR(LHS.getOperand(0))) { in performSetCCCombine()
H A DAMDGPUISelDAGToDAG.cpp2423 if (isBoolSGPR(Cond)) { in combineBallotPattern()