Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrVIS.td105 def FXOR : VISInst<0b001101100, "fxor">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h51 FXOR, enumerator
H A DX86InstrFragmentsSIMD.td53 def X86fxor : SDNode<"X86ISD::FXOR", SDTFPBinOp,
H A DX86ISelDAGToDAG.cpp1117 case X86ISD::FXOR: { in PreprocessISelDAG()
1142 case X86ISD::FXOR: Opc = ISD::XOR; break; in PreprocessISelDAG()
H A DX86ISelLowering.cpp21921 X86ISD::FXOR; in LowerFABSorFNEG()
31300 NODE_NAME_CASE(FXOR) in getTargetNodeName()
31775 case X86ISD::FXOR: in isCommutativeBinOp()
39499 case ISD::XOR: return X86ISD::FXOR; in getAltBitOpcode()
40162 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in combineBitcast()
44225 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in convertIntLogicToFPLogicOpcode()
46926 case X86ISD::FXOR: { in isFNEG()
47140 case X86ISD::FXOR: IntOpcode = ISD::XOR; break; in lowerX86FPLogicOp()
47174 DAG.getNode(X86ISD::FXOR, SDLoc(N), MVT::v4f32, in combineXor()
47298 if (N0.getOpcode() == X86ISD::FXOR && isAllOnesConstantFP(N0.getOperand(1))) in combineFAndFNotToFAndn()
[all …]