|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/TargetLowering.h 3275 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo = true);
References
lib/Target/AMDGPU/AMDGPUISelLowering.cpp 2890 DCI.CombineTo(N, BC, NewLoad.getValue(1));
lib/Target/ARM/ARMISelLowering.cpp11476 return DCI.CombineTo(N, SDValue(N, 0), LHS->getOperand(2));
12578 return DCI.CombineTo(N, InDouble.getOperand(0), InDouble.getOperand(1));
12607 SDValue Result = DCI.CombineTo(N, NewLD1, NewLD2);
lib/Target/PowerPC/PPCISelLowering.cpp13761 DCI.CombineTo(N, Perm, TF);
13913 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1));
lib/Target/RISCV/RISCVISelLowering.cpp 935 return DCI.CombineTo(N, Op0.getOperand(0), Op0.getOperand(1));
946 return DCI.CombineTo(N, Lo, Hi);
965 return DCI.CombineTo(N, Lo, NewHi);
970 return DCI.CombineTo(N, Lo, NewHi);
lib/Target/SystemZ/SystemZISelLowering.cpp 5674 DCI.CombineTo(Load.getNode(), ESLoad, ESLoad.getValue(1));
5871 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1));
lib/Target/X86/X86ISelLowering.cpp33531 DCI.CombineTo(LN, Scl, BcastLd.getValue(1));
40243 return DCI.CombineTo(N, NewVec, TF, true);
40257 return DCI.CombineTo(N, BoolVec, IntLoad.getValue(1), true);
40351 return DCI.CombineTo(ML, Insert, Load.getValue(1), true);
40375 return DCI.CombineTo(ML, Blend, VecLd.getValue(1), true);
40399 return DCI.CombineTo(ML, Blend, NewML.getValue(1), true);
43518 return DCI.CombineTo(N, Res1, CarryOut);