Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11572 std::list<HandleSDNode> PromOpHandles; in DAGCombineTruncBoolExt() local
11574 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
11581 while (!PromOpHandles.empty()) { in DAGCombineTruncBoolExt()
11583 PromOpHandles.pop_back(); in DAGCombineTruncBoolExt()
11592 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
11619 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
11826 std::list<HandleSDNode> PromOpHandles; in DAGCombineExtBoolTrunc() local
11828 PromOpHandles.emplace_back(PromOp); in DAGCombineExtBoolTrunc()
11834 while (!PromOpHandles.empty()) { in DAGCombineExtBoolTrunc()
11836 PromOpHandles.pop_back(); in DAGCombineExtBoolTrunc()
[all …]