Searched defs:CombineTo (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3080 bool CombineTo(SDValue O, SDValue N) { function in struct:llvm::TargetLoweringBase::TargetLowering::TargetLoweringOpt
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp284 SDValue CombineTo(SDNode *N, SDValue Res, bool AddTo = true) { function in class:__anon4640::DAGCombiner
289 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, function in class:__anon4640::DAGCombiner
759 CombineTo(SDNode *N, ArrayRef<SDValue> To, bool AddTo) { function in class:TargetLowering::DAGCombinerInfo
764 CombineTo(SDNode *N, SDValue Res, bool AddTo) { function in class:TargetLowering::DAGCombinerInfo
769 CombineTo(SDNod function in class:TargetLowering::DAGCombinerInfo
1005 SDValue DAGCombiner::CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, function in class:DAGCombiner
[all...]

Completed in 172 milliseconds