Searched refs:CmpNE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXInstrInfo.td | 74 def CmpNE : PatLeaf<(i32 1)>; 2271 defm : ISET_FORMAT_SIGNED<setne, CmpNE>; 2277 defm : ISET_FORMAT_UNSIGNED<setune, CmpNE>; 2350 (SETP_u32rr (BFE_U32rri $a, $oa, 8), (BFE_U32rri $b, $ob, 8), CmpNE)>; 2353 (SETP_u32rr (BFE_U32rii $a, imm:$oa, 8), (BFE_U32rii $b, imm:$ob, 8), CmpNE)>; 2500 defm FSetONE : FSET_FORMAT<setone, CmpNE, CmpNE_FTZ>; 2514 defm FSetNE : FSET_FORMAT<setne, CmpNE, CmpNE_FTZ>; 3802 (CBranch (SETP_u32ri Int32Regs:$a, 0, CmpNE), bb:$target)>;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 10663 Value *CmpNE = in EmitAArch64SVEBuiltinExpr() local 10666 Value *Dup = EmitSVEDupX(CmpNE, OverloadedTy); in EmitAArch64SVEBuiltinExpr()
|