HomeSort by relevance Sort by last modified time
    Searched defs:RetZExt (Results 1 - 15 of 15) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 49 bool RetZExt : 1;
77 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
91 RetZExt = Call.paramHasAttr(0, Attribute::ZExt);
115 RetZExt = Call.paramHasAttr(0, Attribute::ZExt);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
FastISel.h 74 bool RetZExt : 1;
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
116 RetZExt = Call.hasRetAttr(Attribute::ZExt);
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
FastISel.h 74 bool RetZExt : 1;
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
116 RetZExt = Call.hasRetAttr(Attribute::ZExt);
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
FastISel.h 74 bool RetZExt : 1;
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
116 RetZExt = Call.hasRetAttr(Attribute::ZExt);
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
FastISel.h 74 bool RetZExt : 1;
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
116 RetZExt = Call.hasRetAttr(Attribute::ZExt);
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
FastISel.h 74 bool RetZExt : 1;
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
116 RetZExt = Call.hasRetAttr(Attribute::ZExt);
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
FastISel.h 74 bool RetZExt : 1;
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
116 RetZExt = Call.hasRetAttr(Attribute::ZExt);
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 49 bool RetZExt : 1;
77 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
91 RetZExt = Call.paramHasAttr(0, Attribute::ZExt);
115 RetZExt = Call.paramHasAttr(0, Attribute::ZExt);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
FastISel.h 74 bool RetZExt : 1;
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
116 RetZExt = Call.hasRetAttr(Attribute::ZExt);
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
FastISel.h 74 bool RetZExt : 1;
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
116 RetZExt = Call.hasRetAttr(Attribute::ZExt);
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
FastISel.h 74 bool RetZExt : 1;
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
116 RetZExt = Call.hasRetAttr(Attribute::ZExt);
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
FastISel.h 74 bool RetZExt : 1;
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
116 RetZExt = Call.hasRetAttr(Attribute::ZExt);
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
FastISel.h 74 bool RetZExt : 1;
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
116 RetZExt = Call.hasRetAttr(Attribute::ZExt);
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
FastISel.h 74 bool RetZExt : 1;
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
116 RetZExt = Call.hasRetAttr(Attribute::ZExt);
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
  /external/llvm/include/llvm/CodeGen/
FastISel.h 63 bool RetZExt : 1;
92 : RetTy(nullptr), RetSExt(false), RetZExt(false), IsVarArg(false),
109 RetZExt = Call.paramHasAttr(0, Attribute::ZExt);
133 RetZExt = Call.paramHasAttr(0, Attribute::ZExt);

Completed in 842 milliseconds