Home
last modified time | relevance | path

Searched refs:uid2 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMAsmPrinter.h113 MCSymbol *GetARMSetPICJumpTableLabel2(unsigned uid, unsigned uid2,
115 MCSymbol *GetARMJTIPICJumpTableLabel2(unsigned uid, unsigned uid2) const;
DARMAsmPrinter.cpp376 GetARMSetPICJumpTableLabel2(unsigned uid, unsigned uid2, in GetARMSetPICJumpTableLabel2() argument
380 << getFunctionNumber() << '_' << uid << '_' << uid2 in GetARMSetPICJumpTableLabel2()
386 GetARMJTIPICJumpTableLabel2(unsigned uid, unsigned uid2) const { in GetARMJTIPICJumpTableLabel2()
389 << getFunctionNumber() << '_' << uid << '_' << uid2; in GetARMJTIPICJumpTableLabel2()
/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.cc185 auto uid2 = i2->unique_id(); in InstructionsComputeSameValue() local
186 auto min_uid = std::min(uid1, uid2); in InstructionsComputeSameValue()
187 auto max_uid = std::max(uid1, uid2); in InstructionsComputeSameValue()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplicationPackageManager.java1023 protected int checkSignatures(int uid1, int uid2) { in checkSignatures() argument