Home
last modified time | relevance | path

Searched refs:SETFALSE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1576 SETFALSE, // 0 0 0 0 Always false (always folded) enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp201 case FCmpInst::FCMP_FALSE: return ISD::SETFALSE; in getFCmpCondCode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp526 case ISD::SETFALSE: return "setfalse"; in getOperationName()
H A DSelectionDAG.cpp666 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT in getSetCCAndOperation()
2544 case ISD::SETFALSE: in FoldSetCC()
H A DDAGCombiner.cpp6203 CCL != ISD::SETFALSE && CCL != ISD::SETO && CCL != ISD::SETUO && in foldAndOrOfSETCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td113 // ISD::SETFALSE cannot occur
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1607 case ISD::SETFALSE: in combineFMinMaxLegacyImpl()