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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1073 SETTRUE2, // 1 X 1 1 1 Always true (always folded) enumerator in enum:llvm::ISD::CondCode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp432 case ISD::SETTRUE2: return "settrue2";
H A DSelectionDAG.cpp366 if (Operation > ISD::SETTRUE2)
411 if (Op > ISD::SETTRUE2)
2016 case ISD::SETTRUE2: return getBoolConstant(true, dl, VT, OpVT);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1276 case ISD::SETTRUE2:

Completed in 90 milliseconds