Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp9568 static bool isBoolSGPR(SDValue V) { in isBoolSGPR() function
9580 return isBoolSGPR(V.getOperand(0)) && isBoolSGPR(V.getOperand(1)); in isBoolSGPR()
9781 if (isBoolSGPR(RHS.getOperand(0))) in performAndCombine()
11171 if (!isBoolSGPR(Cond)) in performAddCombine()
11212 if (!isBoolSGPR(Cond)) in performSubCombine()
11442 isBoolSGPR(LHS.getOperand(0))) { in performSetCCCombine()
11466 isBoolSGPR(LHS.getOperand(0))) { in performSetCCCombine()