Home
last modified time | relevance | path

Searched refs:USUB (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
DoptimizeSelect-DT.ll18 ; CHECK-NEXT: [[USUB:%.*]] = call { i32, i1 } @llvm.usub.with.overflow.i32(i32 [[T1:%.*]], i32 1)
19 ; CHECK-NEXT: [[NEG:%.*]] = extractvalue { i32, i1 } [[USUB]], 0
20 ; CHECK-NEXT: [[TOBOOL:%.*]] = extractvalue { i32, i1 } [[USUB]], 1
/external/eigen/Eigen/src/SparseLU/
DSparseLU_Structs.h74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType; enumerator
DSparseLU_copy_to_ucol.h80 mem = memXpand<IndexVector>(glu.usub, glu.nzumax, nextu, USUB, glu.num_expansions); in copy_to_ucol()
DSparseLU_Memory.h212 if (memtype == USUB) in memXpand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleA57.td313 "(t2)?UADD(16|8)", "(t2)?USUB(16|8)")>;
/external/llvm-project/llvm/lib/Target/ARM/
DARMScheduleA57.td306 "(t2)?UADD(16|8)", "(t2)?USUB(16|8)")>;