Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrVIS.td105 def FXOR : VISInst<0b001101100, "fxor">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h51 FXOR, enumerator
DX86InstrFragmentsSIMD.td53 def X86fxor : SDNode<"X86ISD::FXOR", SDTFPBinOp,
DX86ISelDAGToDAG.cpp945 case X86ISD::FXOR: { in PreprocessISelDAG()
970 case X86ISD::FXOR: Opc = ISD::XOR; break; in PreprocessISelDAG()
DX86ISelLowering.cpp20464 X86ISD::FXOR; in LowerFABSorFNEG()
29607 case X86ISD::FXOR: return "X86ISD::FXOR"; in getTargetNodeName()
30064 case X86ISD::FXOR: in isCommutativeBinOp()
36665 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in combineBitcast()
39966 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in convertIntLogicToFPLogic()
42482 case X86ISD::FXOR: { in isFNEG()
42728 case X86ISD::FXOR: IntOpcode = ISD::XOR; break; in lowerX86FPLogicOp()
42759 MVT::v4i32, DAG.getNode(X86ISD::FXOR, SDLoc(N), MVT::v4f32, in combineXor()
42853 if (N0.getOpcode() == X86ISD::FXOR && isAllOnesConstantFP(N0.getOperand(1))) in combineFAndFNotToFAndn()
42857 if (N1.getOpcode() == X86ISD::FXOR && isAllOnesConstantFP(N1.getOperand(1))) in combineFAndFNotToFAndn()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc12157 // FastEmit functions for X86ISD::FXOR.
15176 case X86ISD::FXOR: return fastEmit_X86ISD_FXOR_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);