Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h110 bool hasCARRY() const { in hasCARRY() function
H A DGCNSubtarget.h370 bool hasCARRY() const { in hasCARRY() function
H A DR600ISelLowering.cpp150 if (Subtarget->hasCARRY()) in R600TargetLowering()