/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 432 TargetLoweringOpt &TLO, in SimplifyDemandedBits() argument 439 auto &DL = TLO.DAG.getDataLayout(); in SimplifyDemandedBits() 449 TLO.DAG.computeKnownBits(Op, KnownZero, KnownOne, Depth); in SimplifyDemandedBits() 458 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(Op.getValueType())); in SimplifyDemandedBits() 479 TLO.DAG.computeKnownBits(Op.getOperand(0), LHSZero, LHSOne, Depth); in SimplifyDemandedBits() 482 return TLO.CombineTo(Op, Op.getOperand(0)); in SimplifyDemandedBits() 485 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask)) in SimplifyDemandedBits() 490 KnownOne, TLO, Depth+1)) in SimplifyDemandedBits() 494 KnownZero2, KnownOne2, TLO, Depth+1)) in SimplifyDemandedBits() 501 return TLO.CombineTo(Op, Op.getOperand(0)); in SimplifyDemandedBits() [all …]
|
D | DAGCombiner.cpp | 176 void CommitTargetLoweringOpt(const TargetLowering::TargetLoweringOpt &TLO); 560 CommitTargetLoweringOpt(const TargetLowering::TargetLoweringOpt &TLO) { in CommitTargetLoweringOpt() argument 561 return ((DAGCombiner*)DC)->CommitTargetLoweringOpt(TLO); in CommitTargetLoweringOpt() 897 CommitTargetLoweringOpt(const TargetLowering::TargetLoweringOpt &TLO) { in CommitTargetLoweringOpt() argument 901 DAG.ReplaceAllUsesOfValueWith(TLO.Old, TLO.New); in CommitTargetLoweringOpt() 904 AddToWorklist(TLO.New.getNode()); in CommitTargetLoweringOpt() 905 AddUsersToWorklist(TLO.New.getNode()); in CommitTargetLoweringOpt() 910 if (TLO.Old.getNode()->use_empty()) in CommitTargetLoweringOpt() 911 deleteAndRecombine(TLO.Old.getNode()); in CommitTargetLoweringOpt() 917 TargetLowering::TargetLoweringOpt TLO(DAG, LegalTypes, LegalOperations); in SimplifyDemandedBits() local [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1210 TargetLoweringOpt &TLO, in SimplifyDemandedBits() argument 1226 TLO.DAG.ComputeMaskedBits(Op, DemandedMask, KnownZero, KnownOne, Depth); in SimplifyDemandedBits() 1235 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(Op.getValueType())); in SimplifyDemandedBits() 1256 TLO.DAG.ComputeMaskedBits(Op.getOperand(0), NewMask, in SimplifyDemandedBits() 1260 return TLO.CombineTo(Op, Op.getOperand(0)); in SimplifyDemandedBits() 1263 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask)) in SimplifyDemandedBits() 1268 KnownOne, TLO, Depth+1)) in SimplifyDemandedBits() 1272 KnownZero2, KnownOne2, TLO, Depth+1)) in SimplifyDemandedBits() 1279 return TLO.CombineTo(Op, Op.getOperand(0)); in SimplifyDemandedBits() 1281 return TLO.CombineTo(Op, Op.getOperand(1)); in SimplifyDemandedBits() [all …]
|
D | DAGCombiner.cpp | 114 void CommitTargetLoweringOpt(const TargetLowering::TargetLoweringOpt &TLO); 353 CommitTargetLoweringOpt(const TargetLowering::TargetLoweringOpt &TLO) { in CommitTargetLoweringOpt() argument 354 return ((DAGCombiner*)DC)->CommitTargetLoweringOpt(TLO); in CommitTargetLoweringOpt() 614 CommitTargetLoweringOpt(const TargetLowering::TargetLoweringOpt &TLO) { in CommitTargetLoweringOpt() argument 618 DAG.ReplaceAllUsesOfValueWith(TLO.Old, TLO.New, &DeadNodes); in CommitTargetLoweringOpt() 621 AddToWorkList(TLO.New.getNode()); in CommitTargetLoweringOpt() 622 AddUsersToWorkList(TLO.New.getNode()); in CommitTargetLoweringOpt() 627 if (TLO.Old.getNode()->use_empty()) { in CommitTargetLoweringOpt() 628 removeFromWorkList(TLO.Old.getNode()); in CommitTargetLoweringOpt() 632 for (unsigned i = 0, e = TLO.Old.getNode()->getNumOperands(); i != e; ++i) in CommitTargetLoweringOpt() [all …]
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 1619 TargetLowering::TargetLoweringOpt TLO(DAG, !DCI.isBeforeLegalize(), in PerformDAGCombine() local 1622 if (TLO.ShrinkDemandedConstant(OutVal, DemandedMask) || in PerformDAGCombine() 1624 TLO)) in PerformDAGCombine() 1625 DCI.CommitTargetLoweringOpt(TLO); in PerformDAGCombine() 1636 TargetLowering::TargetLoweringOpt TLO(DAG, !DCI.isBeforeLegalize(), in PerformDAGCombine() local 1639 if (TLO.ShrinkDemandedConstant(Time, DemandedMask) || in PerformDAGCombine() 1641 TLO)) in PerformDAGCombine() 1642 DCI.CommitTargetLoweringOpt(TLO); in PerformDAGCombine()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 862 TargetLoweringOpt &TLO, unsigned Depth = 0) const; 903 void CommitTargetLoweringOpt(const TargetLoweringOpt &TLO);
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 2144 TargetLowering::TargetLoweringOpt TLO(DAG, true, true); in simplifyI24() local 2145 if (TLI.SimplifyDemandedBits(Op, Demanded, KnownZero, KnownOne, TLO)) in simplifyI24() 2146 DCI.CommitTargetLoweringOpt(TLO); in simplifyI24() 2709 TargetLowering::TargetLoweringOpt TLO(DAG, !DCI.isBeforeLegalize(), in PerformDAGCombine() local 2712 if (TLO.ShrinkDemandedConstant(BitsFrom, Demanded) || in PerformDAGCombine() 2714 KnownZero, KnownOne, TLO)) { in PerformDAGCombine() 2715 DCI.CommitTargetLoweringOpt(TLO); in PerformDAGCombine()
|
D | SIISelLowering.cpp | 2908 TargetLowering::TargetLoweringOpt TLO(DAG, !DCI.isBeforeLegalize(), in PerformDAGCombine() local 2911 if (TLO.ShrinkDemandedConstant(Src, Demanded) || in PerformDAGCombine() 2912 TLI.SimplifyDemandedBits(Src, Demanded, KnownZero, KnownOne, TLO)) { in PerformDAGCombine() 2913 DCI.CommitTargetLoweringOpt(TLO); in PerformDAGCombine()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2296 TargetLoweringOpt &TLO, unsigned Depth = 0) const; 2336 void CommitTargetLoweringOpt(const TargetLoweringOpt &TLO);
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 26887 TargetLowering::TargetLoweringOpt TLO(DAG, DCI.isBeforeLegalize(), in combineSelect() local 26889 if (TLO.ShrinkDemandedConstant(Cond, DemandedMask) || in combineSelect() 26891 TLO)) { in combineSelect() 26898 if (Cond != TLO.Old) { in combineSelect() 26917 DCI.CommitTargetLoweringOpt(TLO); in combineSelect() 26926 TLO.New, N->getOperand(1), N->getOperand(2))); in combineSelect() 29936 TargetLowering::TargetLoweringOpt TLO(DAG, !DCI.isBeforeLegalize(), in combineBT() local 29939 if (TLO.ShrinkDemandedConstant(Op1, DemandedMask) || in combineBT() 29940 TLI.SimplifyDemandedBits(Op1, DemandedMask, KnownZero, KnownOne, TLO)) in combineBT() 29941 DCI.CommitTargetLoweringOpt(TLO); in combineBT()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 14014 TargetLowering::TargetLoweringOpt TLO(DAG, !DCI.isBeforeLegalize(), in PerformBTCombine() local 14017 if (TLO.ShrinkDemandedConstant(Op1, DemandedMask) || in PerformBTCombine() 14018 TLI.SimplifyDemandedBits(Op1, DemandedMask, KnownZero, KnownOne, TLO)) in PerformBTCombine() 14019 DCI.CommitTargetLoweringOpt(TLO); in PerformBTCombine()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8915 TargetLowering::TargetLoweringOpt TLO(DAG, DCI.isBeforeLegalize(), in performTBISimplification() local 8918 if (TLI.SimplifyDemandedBits(Addr, DemandedMask, KnownZero, KnownOne, TLO)) { in performTBISimplification() 8919 DCI.CommitTargetLoweringOpt(TLO); in performTBISimplification()
|
/external/icu/icu4c/source/data/unidata/ |
D | CaseFolding.txt | 1247 ABB0; C; 13E0; # CHEROKEE SMALL LETTER TLO
|
D | UnicodeData.txt | 4422 13E0;CHEROKEE LETTER TLO;Lu;0;L;;;;;N;;;;ABB0; 5021 163B;CANADIAN SYLLABICS CARRIER TLO;Lo;0;L;;;;;N;;;;; 14818 ABB0;CHEROKEE SMALL LETTER TLO;Ll;0;L;;;;;N;;;13E0;;13E0
|
D | ppucd.txt | 6375 cp;13E0;na=CHEROKEE LETTER TLO;slc=ABB0 6984 cp;163B;na=CANADIAN SYLLABICS CARRIER TLO 18088 cp;ABB0;cf=13E0;na=CHEROKEE SMALL LETTER TLO;NFKC_CF=13E0;scf=13E0;stc=13E0;suc=13E0
|
/external/icu/icu4c/source/data/unidata/norm2/ |
D | uts46.txt | 4264 ABB0 >13E0 # 8.0 CHEROKEE SMALL LETTER TLO
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | UnicodeData.txt | 4422 13E0;CHEROKEE LETTER TLO;Lu;0;L;;;;;N;;;;ABB0; 5021 163B;CANADIAN SYLLABICS CARRIER TLO;Lo;0;L;;;;;N;;;;; 14818 ABB0;CHEROKEE SMALL LETTER TLO;Ll;0;L;;;;;N;;;13E0;;13E0
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | UnicodeData.txt | 4422 13E0;CHEROKEE LETTER TLO;Lu;0;L;;;;;N;;;;ABB0; 5021 163B;CANADIAN SYLLABICS CARRIER TLO;Lo;0;L;;;;;N;;;;; 14818 ABB0;CHEROKEE SMALL LETTER TLO;Ll;0;L;;;;;N;;;13E0;;13E0
|