Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14061 std::list<HandleSDNode> PromOpHandles; in DAGCombineTruncBoolExt() local
14063 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
14070 while (!PromOpHandles.empty()) { in DAGCombineTruncBoolExt()
14072 PromOpHandles.pop_back(); in DAGCombineTruncBoolExt()
14081 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
14108 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
14308 std::list<HandleSDNode> PromOpHandles; in DAGCombineExtBoolTrunc() local
14310 PromOpHandles.emplace_back(PromOp); in DAGCombineExtBoolTrunc()
14316 while (!PromOpHandles.empty()) { in DAGCombineExtBoolTrunc()
14318 PromOpHandles.pop_back(); in DAGCombineExtBoolTrunc()
[all …]