Home
last modified time | relevance | path

Searched refs:hasCARRY (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h103 bool hasCARRY() const { in hasCARRY() function
H A DGCNSubtarget.h436 bool hasCARRY() const { in hasCARRY() function
H A DR600ISelLowering.cpp118 if (Subtarget->hasCARRY()) in R600TargetLowering()