Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp12568 std::list<HandleSDNode> PromOpHandles; in DAGCombineTruncBoolExt() local
12570 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
12577 while (!PromOpHandles.empty()) { in DAGCombineTruncBoolExt()
12578 SDValue PromOp = PromOpHandles.back().getValue(); in DAGCombineTruncBoolExt()
12579 PromOpHandles.pop_back(); in DAGCombineTruncBoolExt()
12588 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
12615 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
12822 std::list<HandleSDNode> PromOpHandles; in DAGCombineExtBoolTrunc() local
12824 PromOpHandles.emplace_back(PromOp); in DAGCombineExtBoolTrunc()
12830 while (!PromOpHandles.empty()) { in DAGCombineExtBoolTrunc()
[all …]