OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCmp
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
184
static Value *handleOtherCmpSelSimplifications(Value *
TCmp
, Value *FCmp,
189
// is equal to "Cond &&
TCmp
". This also catches the case when the false
192
if (Value *V = SimplifyAndInst(Cond,
TCmp
, Q, MaxRecurse))
196
if (match(
TCmp
, m_One()))
201
if (match(FCmp, m_One()) && match(
TCmp
, m_Zero()))
487
Value *
TCmp
= simplifyCmpSelTrueCase(Pred, TV, RHS, Cond, Q, MaxRecurse);
488
if (!
TCmp
)
498
if (
TCmp
== FCmp)
499
return
TCmp
;
504
return handleOtherCmpSelSimplifications(
TCmp
, FCmp, Cond, Q, MaxRecurse)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp
2464
SDValue
TCmp
= DAG.getSetCC(SL, SetCCVT, T, C, ISD::SETEQ);
2473
DAG.getSelect(SL, MVT::i32,
TCmp
, VTrunc1, ZeroI32));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp
5639
auto
TCmp
= MIRBuilder.buildICmp(CmpInst::ICMP_EQ, S1, T, C);
5643
auto Select0 = MIRBuilder.buildSelect(S32,
TCmp
, VTrunc1, Zero32);
Completed in 24 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026