HomeSort by relevance Sort by last modified time
    Searched refs:IntID (Results 1 - 22 of 22) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 52 bool intrinsicAlreadySextended(Intrinsic::ID IntID);
61 bool HexagonOptimizeSZextends::intrinsicAlreadySextended(Intrinsic::ID IntID) {
62 switch(IntID) {
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 47 bool intrinsicAlreadySextended(Intrinsic::ID IntID);
56 bool HexagonOptimizeSZextends::intrinsicAlreadySextended(Intrinsic::ID IntID) {
57 switch(IntID) {
HexagonISelLowering.cpp     [all...]
  /external/syzkaller/vendor/google.golang.org/appengine/datastore/
key.go 27 intID int64
44 // IntID returns the key's integer ID, which may be 0.
45 func (k *Key) IntID() int64 {
46 return k.intID
65 // In particular, whether the key has a zero StringID and a zero IntID.
67 return k.stringID == "" && k.intID == 0
79 if k.stringID != "" && k.intID != 0 {
97 if k.kind != o.kind || k.stringID != o.stringID || k.intID != o.intID || k.appID != o.appID || k.namespace != o.namespace {
124 b.WriteString(strconv.FormatInt(k.intID, 10)
    [all...]
doc.go 13 (also known as an entity type), and either a StringID or an IntID. A
16 It is valid to create a key with a zero StringID and a zero IntID; this is
19 to be generated for that entity, with a non-zero IntID.
  /external/llvm/include/llvm/IR/
GlobalValue.h 75 IntID((Intrinsic::ID)0U), Parent(nullptr) {
131 Intrinsic::ID IntID;
Function.h 139 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IsDSOLocal(false), IntID((Intrinsic::ID)0U),
159 Intrinsic::ID IntID;
Function.h 180 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalValue.h 83 IntID((Intrinsic::ID)0U), Parent(nullptr) {
140 Intrinsic::ID IntID;
Function.h 146 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /external/llvm/lib/IR/
Function.cpp 275 // Note, the IntID field will have been set in Value::setName if this function
277 if (IntID)
278 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
485 IntID = Intrinsic::not_intrinsic;
488 IntID = lookupIntrinsicID(ValName);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Function.cpp 240 // Note, the IntID field will have been set in Value::setName if this function
242 if (IntID)
243 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
545 IntID = Intrinsic::not_intrinsic;
549 IntID = lookupIntrinsicID(Name);
    [all...]
  /external/syzkaller/dashboard/app/
jobs.go 115 CrashID: crashKey.IntID(),
453 return fmt.Sprintf("%v|%v", jobKey.Parent().StringID(), jobKey.IntID())
api.go 932 return key.IntID(), nil
reporting.go 267 CrashID: crashKey.IntID(),
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 327 milliseconds