Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14274 std::list<HandleSDNode> PromOpHandles; in DAGCombineTruncBoolExt() local
14276 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
14283 while (!PromOpHandles.empty()) { in DAGCombineTruncBoolExt()
14284 SDValue PromOp = PromOpHandles.back().getValue(); in DAGCombineTruncBoolExt()
14285 PromOpHandles.pop_back(); in DAGCombineTruncBoolExt()
14294 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
14321 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
14521 std::list<HandleSDNode> PromOpHandles; in DAGCombineExtBoolTrunc() local
14523 PromOpHandles.emplace_back(PromOp); in DAGCombineExtBoolTrunc()
14529 while (!PromOpHandles.empty()) { in DAGCombineExtBoolTrunc()
[all …]