/external/llvm/include/llvm/CodeGen/ |
FunctionLoweringInfo.h | 107 APInt KnownOne, KnownZero; 108 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0), 172 const APInt &KnownZero, const APInt &KnownOne) { 174 if (NumSignBits == 1 && KnownZero == 0 && KnownOne == 0) 180 LOI.KnownOne = KnownOne;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | 425 APInt KnownOne; 455 CurDAG->ComputeMaskedBits(Src, Mask, KnownZero, KnownOne); 456 FuncInfo->AddLiveOutRegInfo(DestReg, NumSignBits, KnownZero, KnownOne); [all...] |
TargetLowering.cpp | [all...] |
LegalizeIntegerTypes.cpp | [all...] |
SelectionDAG.cpp | [all...] |
DAGCombiner.cpp | 644 APInt KnownZero, KnownOne; 645 if (!TLI.SimplifyDemandedBits(Op, Demanded, KnownZero, KnownOne, TLO)) [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |