HomeSort by relevance Sort by last modified time
    Searched defs:IsFixed (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/lib/Target/SystemZ/
SystemZCallingConv.h 29 /// See ISD::OutputArg::IsFixed.
64 ArgIsFixed.push_back(Outs[i].IsFixed);
74 // since we must provide a means of accessing ISD::OutputArg::IsFixed.
79 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
CallLowering.h 38 bool IsFixed;
41 bool IsFixed = true)
42 : Reg(Reg), Ty(Ty), Flags(Flags), IsFixed(IsFixed) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
CallLowering.h 38 bool IsFixed;
41 bool IsFixed = true)
42 : Reg(Reg), Ty(Ty), Flags(Flags), IsFixed(IsFixed) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
CallLowering.h 38 bool IsFixed;
41 bool IsFixed = true)
42 : Reg(Reg), Ty(Ty), Flags(Flags), IsFixed(IsFixed) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
CallLowering.h 38 bool IsFixed;
41 bool IsFixed = true)
42 : Reg(Reg), Ty(Ty), Flags(Flags), IsFixed(IsFixed) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
CallLowering.h 38 bool IsFixed;
41 bool IsFixed = true)
42 : Reg(Reg), Ty(Ty), Flags(Flags), IsFixed(IsFixed) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
CallLowering.h 38 bool IsFixed;
41 bool IsFixed = true)
42 : Reg(Reg), Ty(Ty), Flags(Flags), IsFixed(IsFixed) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
CallLowering.h 38 bool IsFixed;
41 bool IsFixed = true)
42 : Reg(Reg), Ty(Ty), Flags(Flags), IsFixed(IsFixed) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
CallLowering.h 38 bool IsFixed;
41 bool IsFixed = true)
42 : Reg(Reg), Ty(Ty), Flags(Flags), IsFixed(IsFixed) {}
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 127 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
128 bool IsFixed;
130 OutputArg() : IsFixed(false) {}
131 OutputArg(ArgFlagsTy flags, EVT vt, bool isfixed)
132 : Flags(flags), IsFixed(isfixed) {
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 47 bool IsFixed;
49 FrameIndexOperand(StringRef Name, unsigned ID, bool IsFixed)
50 : Name(Name.str()), ID(ID), IsFixed(IsFixed) {}
54 return FrameIndexOperand(Name, ID, /*IsFixed=*/false);
59 return FrameIndexOperand("", ID, /*IsFixed=*/true);
340 if (StackObject.IsFixed)
351 assert(!StackObject.IsFixed && "Expected a locally mapped stack object");
370 assert(!StackObject.IsFixed && "Expected a non-fixed stack object");
661 if (Operand.IsFixed) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 180 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
181 bool IsFixed = false;
192 OutputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool isfixed,
194 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 180 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
181 bool IsFixed = false;
192 OutputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool isfixed,
194 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 180 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
181 bool IsFixed = false;
192 OutputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool isfixed,
194 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 180 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
181 bool IsFixed = false;
192 OutputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool isfixed,
194 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 180 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
181 bool IsFixed = false;
192 OutputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool isfixed,
194 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 180 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
181 bool IsFixed = false;
192 OutputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool isfixed,
194 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 180 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
181 bool IsFixed = false;
192 OutputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool isfixed,
194 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 180 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
181 bool IsFixed = false;
192 OutputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool isfixed,
194 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 188 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
189 bool IsFixed;
199 OutputArg() : IsFixed(false) {}
200 OutputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool isfixed,
202 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitCodes.h 391 bool IsFixed;
397 : IsFixed(IF), NumBits(NB) {}
401 : IsFixed(true),
407 : IsFixed(true),
  /external/v8/src/crankshaft/
lithium-allocator.h 203 bool IsFixed() const { return id_ < 0; }
  /art/compiler/optimizing/
ssa_liveness_analysis.h 278 bool IsFixed() const { return is_fixed_; }
505 DCHECK(GetStart() <= current->GetStart() || IsFixed());
    [all...]
  /external/v8/src/compiler/
register-allocator.h 492 bool IsFixed() const { return vreg_ < 0; }
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 1448 milliseconds

1 2