Searched refs:N0Opc (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1247 unsigned N0Opc = And.getMachineOpcode(); local
1248 if (N0Opc == X86::AND8rr || N0Opc == X86::AND16rr ||
1249 N0Opc == X86::AND32rr || N0Opc == X86::AND64rr) {
1258 if (N0Opc == X86::AND8rm || N0Opc == X86::AND16rm ||
1259 N0Opc == X86::AND32rm || N0Opc == X86::AND64rm) {
1261 switch (N0Opc) {
1295 unsigned N0Opc = And.getMachineOpcode(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3280 unsigned N0Opc = N0->getOpcode(); local
3281 bool SExt = (N0Opc == ISD::SIGN_EXTEND);
3284 (N0Opc == ISD::ZERO_EXTEND || N0Opc == ISD::SIGN_EXTEND) &&

Completed in 189 milliseconds