Searched refs:CmpLT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXInstrInfo.td | 75 def CmpLT : PatLeaf<(i32 2)>; 2267 defm : ISET_FORMAT_SIGNED<setlt, CmpLT>; 2273 defm : ISET_FORMAT_UNSIGNED<setult, CmpLT>; 2307 (SETP_s32rr (BFE_S32rri $a, $oa, 8), (BFE_S32rri $b, $ob, 8), CmpLT)>; 2310 (SETP_s32rr (BFE_S32rii $a, imm:$oa, 8), (BFE_S32rii $b, imm:$ob, 8), CmpLT)>; 2496 defm FSetOLT : FSET_FORMAT<setolt, CmpLT, CmpLT_FTZ>; 2510 defm FSetLT : FSET_FORMAT<setlt, CmpLT, CmpLT_FTZ>;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 4390 BasicBlock *CmpLT = createBasicBlock("wmemcmp.lt"); in EmitBuiltinExpr() local 4408 Builder.CreateCondBr(DstGtSrc, Exit, CmpLT); in EmitBuiltinExpr() 4410 EmitBlock(CmpLT); in EmitBuiltinExpr() 4429 Ret->addIncoming(ConstantInt::get(IntTy, -1), CmpLT); in EmitBuiltinExpr()
|