Searched refs:TCmp (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp181 static Value *handleOtherCmpSelSimplifications(Value *TCmp, Value *FCmp, argument
186 // is equal to "Cond && TCmp". This also catches the case when the false
189 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse))
193 if (match(TCmp, m_One()))
198 if (match(FCmp, m_One()) && match(TCmp, m_Zero()))
492 Value *TCmp = simplifyCmpSelTrueCase(Pred, TV, RHS, Cond, Q, MaxRecurse); local
493 if (!TCmp)
503 if (TCmp == FCmp)
504 return TCmp;
509 return handleOtherCmpSelSimplifications(TCmp, FCm
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3883 auto TCmp = MIRBuilder.buildICmp(CmpInst::ICMP_EQ, S1, T, C); local
3887 auto Select0 = MIRBuilder.buildSelect(S32, TCmp, VTrunc1, Zero32);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2461 SDValue TCmp = DAG.getSetCC(SL, SetCCVT, T, C, ISD::SETEQ); local
2470 DAG.getSelect(SL, MVT::i32, TCmp, VTrunc1, ZeroI32));

Completed in 124 milliseconds