OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifyMultipleUseDemandedBits
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
641
SDValue TargetLowering::
SimplifyMultipleUseDemandedBits
(
670
if (SDValue V =
SimplifyMultipleUseDemandedBits
(
692
if (SDValue V =
SimplifyMultipleUseDemandedBits
(
711
if (SDValue V =
SimplifyMultipleUseDemandedBits
(
873
SDValue TargetLowering::
SimplifyMultipleUseDemandedBits
(
880
return
SimplifyMultipleUseDemandedBits
(Op, DemandedBits, DemandedElts, DAG,
888
return
SimplifyMultipleUseDemandedBits
(Op, DemandedBits, DemandedElts, DAG,
1070
SDValue NewSub =
SimplifyMultipleUseDemandedBits
(
1072
SDValue NewSrc =
SimplifyMultipleUseDemandedBits
(
1099
SDValue DemandedSrc =
SimplifyMultipleUseDemandedBits
(
[
all
...]
SelectionDAG.cpp
2368
///
SimplifyMultipleUseDemandedBits
and not generate any new nodes.
2385
///
SimplifyMultipleUseDemandedBits
and not generate any new nodes.
2390
return TLI->
SimplifyMultipleUseDemandedBits
(V, DemandedBits, DemandedElts,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp
146
return
SimplifyMultipleUseDemandedBits
(I, DemandedMask, Known, Depth, CxtI);
859
Value *InstCombinerImpl::
SimplifyMultipleUseDemandedBits
(
InstCombineInternal.h
584
Value *
SimplifyMultipleUseDemandedBits
(Instruction *I,
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
3353
SDValue
SimplifyMultipleUseDemandedBits
(SDValue Op, const APInt &DemandedBits,
3358
/// Helper wrapper around
SimplifyMultipleUseDemandedBits
, demanding all
3360
SDValue
SimplifyMultipleUseDemandedBits
(SDValue Op, const APInt &DemandedBits,
3364
/// Helper wrapper around
SimplifyMultipleUseDemandedBits
, demanding all
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp
2802
// First try to simplify using
SimplifyMultipleUseDemandedBits
which allows
2805
SDValue DemandedLHS = TLI.
SimplifyMultipleUseDemandedBits
(LHS, Demanded, DAG);
2806
SDValue DemandedRHS = TLI.
SimplifyMultipleUseDemandedBits
(RHS, Demanded, DAG);
SIISelLowering.cpp
10802
TLI.
SimplifyMultipleUseDemandedBits
(Src, DemandedBits, DAG))
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 93 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026