reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
74291 /*156657*/ /*SwitchOpcode*/ 40|128,2/*296*/, TARGET_VAL(X86ISD::FXOR),// ->156957
gen/lib/Target/X86/X86GenFastISel.inc13567 case X86ISD::FXOR: return fastEmit_X86ISD_FXOR_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
lib/Target/X86/X86ISelDAGToDAG.cpp900 case X86ISD::FXOR: { 925 case X86ISD::FXOR: Opc = ISD::XOR; break;lib/Target/X86/X86ISelLowering.cpp
19786 X86ISD::FXOR; 28559 case X86ISD::FXOR: return "X86ISD::FXOR"; 29005 case X86ISD::FXOR: 35662 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; 38875 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; 41459 if (Opc != X86ISD::FXOR && Opc != ISD::XOR && Opc != ISD::FSUB) 41705 case X86ISD::FXOR: IntOpcode = ISD::XOR; break; 41737 MVT::v4i32, DAG.getNode(X86ISD::FXOR, SDLoc(N), MVT::v4f32, 41831 if (N0.getOpcode() == X86ISD::FXOR && isAllOnesConstantFP(N0.getOperand(1))) 41835 if (N1.getOpcode() == X86ISD::FXOR && isAllOnesConstantFP(N1.getOperand(1))) 41875 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR); 44942 case X86ISD::FXOR: