Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9950 std::list<HandleSDNode> PromOpHandles; in DAGCombineTruncBoolExt() local
9952 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
9959 while (!PromOpHandles.empty()) { in DAGCombineTruncBoolExt()
9960 SDValue PromOp = PromOpHandles.back().getValue(); in DAGCombineTruncBoolExt()
9961 PromOpHandles.pop_back(); in DAGCombineTruncBoolExt()
9970 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
9997 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
10204 std::list<HandleSDNode> PromOpHandles; in DAGCombineExtBoolTrunc() local
10206 PromOpHandles.emplace_back(PromOp); in DAGCombineExtBoolTrunc()
10212 while (!PromOpHandles.empty()) { in DAGCombineExtBoolTrunc()
[all …]