Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrVIS.td105 def FXOR : VISInst<0b001101100, "fxor">;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h52 FXOR, enumerator
H A DX86InstrFragmentsSIMD.td53 def X86fxor : SDNode<"X86ISD::FXOR", SDTFPBinOp,
H A DX86ISelDAGToDAG.cpp1183 case X86ISD::FXOR: { in PreprocessISelDAG()
1211 case X86ISD::FXOR: Opc = ISD::XOR; break; in PreprocessISelDAG()
H A DX86ISelLowering.cpp23233 X86ISD::FXOR; in LowerFABSorFNEG()
33451 NODE_NAME_CASE(FXOR) in getTargetNodeName()
33945 case X86ISD::FXOR: in isCommutativeBinOp()
42206 case ISD::XOR: return X86ISD::FXOR; in getAltBitOpcode()
42869 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in combineBitcast()
47467 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in convertIntLogicToFPLogicOpcode()
50650 case X86ISD::FXOR: { in isFNEG()
50868 case X86ISD::FXOR: IntOpcode = ISD::XOR; break; in lowerX86FPLogicOp()
50902 DAG.getNode(X86ISD::FXOR, SDLoc(N), MVT::v4f32, in combineXor()
51074 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR); in combineFOr()
[all …]