Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15107 std::list<HandleSDNode> PromOpHandles; in DAGCombineTruncBoolExt() local
15109 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
15116 while (!PromOpHandles.empty()) { in DAGCombineTruncBoolExt()
15117 SDValue PromOp = PromOpHandles.back().getValue(); in DAGCombineTruncBoolExt()
15118 PromOpHandles.pop_back(); in DAGCombineTruncBoolExt()
15127 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
15154 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
15332 std::list<HandleSDNode> PromOpHandles; in DAGCombineExtBoolTrunc() local
15334 PromOpHandles.emplace_back(PromOp); in DAGCombineExtBoolTrunc()
15363 while (!PromOpHandles.empty()) { in DAGCombineExtBoolTrunc()
[all …]