Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13614 std::list<HandleSDNode> PromOpHandles; in DAGCombineTruncBoolExt() local
13616 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
13623 while (!PromOpHandles.empty()) { in DAGCombineTruncBoolExt()
13625 PromOpHandles.pop_back(); in DAGCombineTruncBoolExt()
13634 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
13661 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
13861 std::list<HandleSDNode> PromOpHandles; in DAGCombineExtBoolTrunc() local
13863 PromOpHandles.emplace_back(PromOp); in DAGCombineExtBoolTrunc()
13869 while (!PromOpHandles.empty()) { in DAGCombineExtBoolTrunc()
13871 PromOpHandles.pop_back(); in DAGCombineExtBoolTrunc()
[all …]