Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13756 std::list<HandleSDNode> PromOpHandles; in DAGCombineTruncBoolExt() local
13758 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
13765 while (!PromOpHandles.empty()) { in DAGCombineTruncBoolExt()
13767 PromOpHandles.pop_back(); in DAGCombineTruncBoolExt()
13776 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
13803 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
14003 std::list<HandleSDNode> PromOpHandles; in DAGCombineExtBoolTrunc() local
14005 PromOpHandles.emplace_back(PromOp); in DAGCombineExtBoolTrunc()
14011 while (!PromOpHandles.empty()) { in DAGCombineExtBoolTrunc()
14013 PromOpHandles.pop_back(); in DAGCombineExtBoolTrunc()
[all …]