Searched defs:CombineTo (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 311 SDValue CombineTo(SDNode *N, SDValue Res, bool AddTo = true) { CombineTo() function in __anon29909ce20111::DAGCombiner 316 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, CombineTo() function in __anon29909ce20111::DAGCombiner 1038 CombineTo(SDNode *N, ArrayRef<SDValue> To, bool AddTo) { CombineTo() function in TargetLowering::DAGCombinerInfo 1043 CombineTo(SDNode *N, SDValue Res, bool AddTo) { CombineTo() function in TargetLowering::DAGCombinerInfo 1048 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo) { CombineTo() function in TargetLowering::DAGCombinerInfo 1418 SDValue DAGCombiner::CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, CombineTo() function in DAGCombiner [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3813 bool CombineTo(SDValue O, SDValue N) { CombineTo() function
|