Searched refs:USR (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfmul.S156 BTMPL = USR
163 USR = BTMPL define
226 TMP = USR
246 USR = TMP define
260 TMP = USR
270 USR = TMP define
347 TMP = USR
356 USR = TMP define
368 TMP = USR
375 USR define
[all...]
H A Ddfdiv.S250 TMP = USR
275 USR = TMP define
302 TMP = USR // If not, just return
308 TMP = USR // Else, we want to set Unf+Inexact
315 USR = TMP define
327 TMP = USR
337 USR = TMP define
448 TMP = USR
456 USR = TMP define
H A Ddffma.S326 TMP = USR
408 AH = USR
433 USR = AH define
456 BH = USR
463 USR = BH define
471 TMP = USR
481 USR = TMP define
651 TMP = USR
H A Ddfaddsub.S164 TMP = USR
231 TMP = USR
240 USR = TMP define
371 TMP = USR
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp10 /// Methods for finding all instances of a USR. Our strategy is very
11 /// simple; we just compare the USR at every relevant AST node with the one
52 // This visitor recursively searches for all instances of a USR in a
153 // This class will traverse the AST and find every AST node whose USR is in the
485 // Check whether the USR of a given Decl is in the USRSet.
487 auto USR = getUSRForDecl(Decl); local
488 if (USR.empty())
490 return llvm::is_contained(USRSet, USR);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp113 // Many insns change the USR implicitly, but only one or another flag.
114 // The instruction table models the USR.OVF flag, which can be
130 // USR has subregisters (while C8 does not for technical reasons), so
131 // reset R to USR, since we know how to handle multiple defs of USR,
134 R = Hexagon::USR;
581 unsigned UsrR = Hexagon::USR; // Silence warning about mixed types in ?:.
582 unsigned BadR = RI.isSubRegister(Hexagon::USR, R) ? UsrR : R;
594 unsigned UsrR = Hexagon::USR;
595 unsigned BadR = RI.isSubRegister(Hexagon::USR,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp155 Reserved.set(Hexagon::USR); // C8
H A DHexagonISelLowering.cpp304 .Case("usr", Hexagon::USR)
/freebsd-11-stable/release/picobsd/build/
H A Dpicobsd945 l_usrtree=${USR:-/usr}
947 l_usrtree=${USR:-${SRC}/../usr}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp652 /* 8 */ USR, PC, UGP, GP,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h4234 * Retrieve a Unified Symbol Resolution (USR) for the entity referenced
4237 * A Unified Symbol Resolution (USR) is a string that identifies a particular
4245 * Construct a USR for a specified Objective-C class.
4250 * Construct a USR for a specified Objective-C category.
4257 * Construct a USR for a specified Objective-C protocol.
4263 * Construct a USR for a specified Objective-C instance variable and
4264 * the USR for its containing class.
4270 * Construct a USR for a specified Objective-C method and
4271 * the USR for its containing class.
4278 * Construct a USR fo
6303 const char *USR; member in struct:__anon197
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_upgt.c187 UPGT_DEV(USR, USR5422),
H A Dif_zyd.c245 ZYD_ZD1211B_DEV(USR, USR5423),

Completed in 332 milliseconds