Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h1576 SETFALSE, // 0 0 0 0 Always false (always folded) enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelLowering.h101 case ISD::SETFALSE: in fpCondCode2Fcc()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAnalysis.cpp201 case FCmpInst::FCMP_FALSE: return ISD::SETFALSE; in getFCmpCondCode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp526 case ISD::SETFALSE: return "setfalse"; in getOperationName()
HDSelectionDAG.cpp666 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT in getSetCCAndOperation()
2544 case ISD::SETFALSE: in FoldSetCC()
HDDAGCombiner.cpp6203 CCL != ISD::SETFALSE && CCL != ISD::SETO && CCL != ISD::SETUO && in foldAndOrOfSETCC()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsMSAInstrInfo.td113 // ISD::SETFALSE cannot occur
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.cpp1607 case ISD::SETFALSE: in combineFMinMaxLegacyImpl()