Searched refs:SETFALSE2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1066 SETFALSE2, // 1 X 0 0 0 Always false (always folded) enumerator in enum:llvm::ISD::CondCode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp434 case ISD::SETFALSE2: return "setfalse2";
H A DSelectionDAG.cpp2014 case ISD::SETFALSE2: return getBoolConstant(false, dl, VT, OpVT);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1274 case ISD::SETFALSE2:

Completed in 207 milliseconds