Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DBugpoint.rst207 LLVM_DEBUG(dbgs() << "visitXOR calledCount: " << calledCount << "\n");
210 could be added to ``visitXOR`` to limit ``visitXor`` to being applied only to
/external/llvm/docs/
DBugpoint.rst202 DEBUG(dbgs() << "visitXOR calledCount: " << calledCount << "\n");
205 could be added to ``visitXOR`` to limit ``visitXor`` to being applied only to
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/
Dfloat-br-fcmp.ll56 ; DAGCombiner::visitXOR converting the legal setoeq to setune, which requires
Ddouble-br-fcmp.ll59 ; DAGCombiner::visitXOR converting the legal setoeq to setune, which requires
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp178 SDValue visitXOR(SDNode *N);
1069 case ISD::XOR: return visitXOR(N); in visit()
3048 SDValue DAGCombiner::visitXOR(SDNode *N) { in visitXOR() function in DAGCombiner
5790 SDValue Tmp = visitXOR(TheXor); in visitBRCOND()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp255 SDValue visitXOR(SDNode *N);
1377 case ISD::XOR: return visitXOR(N); in visit()
4127 SDValue DAGCombiner::visitXOR(SDNode *N) { in visitXOR() function in DAGCombiner
9534 if (SDValue Tmp = visitXOR(TheXor)) { in visitBRCOND()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp316 SDValue visitXOR(SDNode *N);
1529 case ISD::XOR: return visitXOR(N); in visit()
5962 SDValue DAGCombiner::visitXOR(SDNode *N) { in visitXOR() function in DAGCombiner
12093 SDValue Tmp = visitXOR(N.getNode()); in rebuildSetCC()