OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShrinkDemandedOp
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
299
///
ShrinkDemandedOp
- Convert x+y to (VT)((SmallVT)x+(SmallVT)y) if the
304
TargetLowering::TargetLoweringOpt::
ShrinkDemandedOp
(SDValue Op,
309
"
ShrinkDemandedOp
only supports binary operators!");
311
"
ShrinkDemandedOp
only supports nodes with one result!");
433
if (TLO.
ShrinkDemandedOp
(Op, BitWidth, NewMask, dl))
467
if (TLO.
ShrinkDemandedOp
(Op, BitWidth, NewMask, dl))
492
if (TLO.
ShrinkDemandedOp
(Op, BitWidth, NewMask, dl))
[
all
...]
/external/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
Completed in 311 milliseconds