Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1593 SETFALSE2, // 1 X 0 0 0 Always false (always folded) enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp527 case ISD::SETFALSE2: return "setfalse2"; in getOperationName()
H A DSelectionDAG.cpp2545 case ISD::SETFALSE2: return getBoolConstant(false, dl, VT, OpVT); in FoldSetCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td155 // ISD::SETFALSE2 cannot occur
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1608 case ISD::SETFALSE2: in combineFMinMaxLegacyImpl()