Home
last modified time | relevance | path

Searched refs:CombineTo (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp523 return TLO.CombineTo(Op, NewOp); in ShrinkDemandedConstant()
574 return TLO.CombineTo(Op, Z); in ShrinkDemandedOp()
847 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(VT)); in SimplifyDemandedBits()
859 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(VT)); in SimplifyDemandedBits()
898 return TLO.CombineTo(Op, Vec); in SimplifyDemandedBits()
1049 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
1068 return TLO.CombineTo(Op, Op0); in SimplifyDemandedBits()
1083 return TLO.CombineTo(Op, Xor); in SimplifyDemandedBits()
1106 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
1113 return TLO.CombineTo(Op, Op0); in SimplifyDemandedBits()
[all …]
DDAGCombiner.cpp280 SDValue CombineTo(SDNode *N, const SDValue *To, unsigned NumTo,
284 SDValue CombineTo(SDNode *N, SDValue Res, bool AddTo = true) { in CombineTo() function in __anon0eaaf1da0111::DAGCombiner
285 return CombineTo(N, &Res, 1, AddTo); in CombineTo()
289 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, in CombineTo() function in __anon0eaaf1da0111::DAGCombiner
292 return CombineTo(N, To, 2, AddTo); in CombineTo()
759 CombineTo(SDNode *N, ArrayRef<SDValue> To, bool AddTo) { in CombineTo() function in TargetLowering::DAGCombinerInfo
760 return ((DAGCombiner*)DC)->CombineTo(N, &To[0], To.size(), AddTo); in CombineTo()
764 CombineTo(SDNode *N, SDValue Res, bool AddTo) { in CombineTo() function in TargetLowering::DAGCombinerInfo
765 return ((DAGCombiner*)DC)->CombineTo(N, Res, AddTo); in CombineTo()
769 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo) { in CombineTo() function in TargetLowering::DAGCombinerInfo
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp947 return DCI.CombineTo(N, Op0.getOperand(0), Op0.getOperand(1)); in PerformDAGCombine()
958 return DCI.CombineTo(N, Lo, Hi); in PerformDAGCombine()
977 return DCI.CombineTo(N, Lo, NewHi); in PerformDAGCombine()
982 return DCI.CombineTo(N, Lo, NewHi); in PerformDAGCombine()
1006 return DCI.CombineTo(N, AExtOp); in PerformDAGCombine()
1020 return DCI.CombineTo(N, in PerformDAGCombine()
1025 return DCI.CombineTo(N, in PerformDAGCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3080 bool CombineTo(SDValue O, SDValue N) { in CombineTo() function
3287 SDValue CombineTo(SDNode *N, ArrayRef<SDValue> To, bool AddTo = true);
3288 SDValue CombineTo(SDNode *N, SDValue Res, bool AddTo = true);
3289 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo = true);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp11619 return DCI.CombineTo(N, SDValue(N, 0), LHS->getOperand(2)); in PerformAddcSubcCombine()
12066 DCI.CombineTo(N, Res, false); in PerformMULCombine()
12335 DCI.CombineTo(N, Res, false); in PerformORCombineToBFI()
12362 DCI.CombineTo(N, Res, false); in PerformORCombineToBFI()
12379 DCI.CombineTo(N, Res, false); in PerformORCombineToBFI()
12400 DCI.CombineTo(N, Res, false); in PerformORCombineToBFI()
12743 return DCI.CombineTo(N, InDouble.getOperand(0), InDouble.getOperand(1)); in PerformVMOVRRDCombine()
12772 SDValue Result = DCI.CombineTo(N, NewLD1, NewLD2); in PerformVMOVRRDCombine()
13278 DCI.CombineTo(N, NewResults); in CombineBaseUpdate()
13279 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in CombineBaseUpdate()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp32537 return TLO.CombineTo(Op, NewOp); in targetShrinkDemandedConstant()
34618 DCI.CombineTo(N.getNode(), BcastLd); in combineTargetShuffle()
34625 DCI.CombineTo(LN, Scl, BcastLd.getValue(1)); in combineTargetShuffle()
35425 return TLO.CombineTo(Op, Src); in SimplifyDemandedVectorEltsForTargetNode()
35442 return TLO.CombineTo( in SimplifyDemandedVectorEltsForTargetNode()
35464 return TLO.CombineTo(Op, Src); in SimplifyDemandedVectorEltsForTargetNode()
35481 return TLO.CombineTo( in SimplifyDemandedVectorEltsForTargetNode()
35535 return TLO.CombineTo(Op, in SimplifyDemandedVectorEltsForTargetNode()
35603 return TLO.CombineTo(Op, Src); in SimplifyDemandedVectorEltsForTargetNode()
35664 return TLO.CombineTo(Op, Insert); in SimplifyDemandedVectorEltsForTargetNode()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1056 return TLO.CombineTo(Op, New); in optimizeLogicalImm()
11581 DCI.CombineTo(LD, NewResults); in performPostLD1Combine()
11582 DCI.CombineTo(N, SDValue(UpdN.getNode(), 0)); // Dup/Inserted Result in performPostLD1Combine()
11583 DCI.CombineTo(User, SDValue(UpdN.getNode(), 1)); // Write back register in performPostLD1Combine()
11752 DCI.CombineTo(N, NewResults); in performNEONPostLDSTCombine()
11753 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in performNEONPostLDSTCombine()
12073 DCI.CombineTo(N, BR, false); in performBRCONDCombine()
12538 DCI.CombineTo(N, ExtLoad); in performSignExtendInRegCombine()
12539 DCI.CombineTo(Src.getNode(), ExtLoad, ExtLoad.getValue(1)); in performSignExtendInRegCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5605 DCI.CombineTo(N0.getNode(), TruncSelect); in combineZERO_EXTEND()
5849 DCI.CombineTo(N, ESLoad); in combineVECTOR_SHUFFLE()
5853 DCI.CombineTo(Load.getNode(), ESLoad, ESLoad.getValue(1)); in combineVECTOR_SHUFFLE()
6089 DCI.CombineTo(N, ResVal); in combineBSWAP()
6093 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in combineBSWAP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp13925 DCI.CombineTo(Bitcast2, FloatLoad); in PerformDAGCombine()
13926 DCI.CombineTo(Bitcast, FloatLoad2); in PerformDAGCombine()
14077 DCI.CombineTo(N, Perm, TF); in PerformDAGCombine()
14225 DCI.CombineTo(N, ResVal); in PerformDAGCombine()
14229 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp4534 DCI.CombineTo(N, Val, AddTo); in PerformANDCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2922 DCI.CombineTo(N, BC, NewLoad.getValue(1)); in performLoadCombine()