Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1247 unsigned N0Opc = And.getMachineOpcode(); in PostprocessISelDAG() local
1248 if (N0Opc == X86::AND8rr || N0Opc == X86::AND16rr || in PostprocessISelDAG()
1249 N0Opc == X86::AND32rr || N0Opc == X86::AND64rr) { in PostprocessISelDAG()
1258 if (N0Opc == X86::AND8rm || N0Opc == X86::AND16rm || in PostprocessISelDAG()
1259 N0Opc == X86::AND32rm || N0Opc == X86::AND64rm) { in PostprocessISelDAG()
1261 switch (N0Opc) { in PostprocessISelDAG()
1295 unsigned N0Opc = And.getMachineOpcode(); in PostprocessISelDAG() local
1298 if (N0Opc == X86::KANDBrr || in PostprocessISelDAG()
1299 (N0Opc == X86::KANDWrr && Subtarget->hasDQI()) || in PostprocessISelDAG()
1300 N0Opc == X86::KANDDrr || N0Opc == X86::KANDQrr) { in PostprocessISelDAG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3280 unsigned N0Opc = N0->getOpcode(); in SimplifySetCC() local
3281 bool SExt = (N0Opc == ISD::SIGN_EXTEND); in SimplifySetCC()
3284 (N0Opc == ISD::ZERO_EXTEND || N0Opc == ISD::SIGN_EXTEND) && in SimplifySetCC()