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

1 2 3

  /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/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/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]; }
  /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),
  /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),
  /art/compiler/optimizing/
register_allocator_linear_scan.cc 499 DCHECK(!current->IsFixed() && !current->HasSpillSlot());
541 DCHECK(interval->GetStart() < position || interval->IsFixed());
657 if (!current->IsSplit() && !inactive->IsFixed()) {
    [all...]
register_allocator.cc 146 if (kIsDebugBuild && log_fatal_on_failure && !current->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...]
  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 108 CallOperandIsFixed.push_back(Outs[i].IsFixed);
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitstreamReader.cpp 74 const bool IsFixed = true;
76 CodeAbbrev(IsFixed, ReadVBR(naclbitc::CodeLenWidth));

Completed in 2777 milliseconds

1 2 3