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

  /external/clang/lib/CodeGen/
EHScopeStack.h 105 /// A saved depth on the scope stack. This is necessary because
195 /// ConditionalCleanup stores the saved form of its parameters,
200 SavedTuple Saved;
206 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
215 : Saved(A...) {}
217 ConditionalCleanup(SavedTuple Tuple) : Saved(std::move(Tuple)) {}
CodeGenFunction.h 384 /// has been saved.
414 SavedTuple Saved{saveValueInCond(A)...};
417 EHStack.pushCleanupTuple<CleanupType>(kind, Saved);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86MCInstLower.cpp 244 MCOperand Saved = Inst.getOperand(ImmOp);
247 Inst.addOperand(Saved);
295 MCOperand Saved = Inst.getOperand(AddrOp);
298 Inst.addOperand(Saved);
398 MCOperand Saved = OutMI.getOperand(0);
401 OutMI.addOperand(Saved);
424 MCOperand Saved = OutMI.getOperand(0);
427 OutMI.addOperand(Saved);
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 590 /// saved into Saved and the returned StringRef will refer to it.
592 std::string &Saved) {
619 Saved = Name.getAsString();
620 return Saved;
SemaOverload.cpp 588 auto *Saved = new (Context) DFIDeducedMismatchArgs;
589 Saved->FirstArg = Info.FirstArg;
590 Saved->SecondArg = Info.SecondArg;
591 Saved->TemplateArgs = Info.take();
592 Saved->CallArgIndex = Info.CallArgIndex;
593 Result.Data = Saved;
599 DFIArguments *Saved = new (Context) DFIArguments;
600 Saved->FirstArg = Info.FirstArg;
601 Saved->SecondArg = Info.SecondArg;
602 Result.Data = Saved;
    [all...]
SemaTemplateDeduction.cpp 562 DeducedTemplateArgument Saved;
598 Pack.Saved = Deduced[Index];
656 Deduced[Pack.Index] = Pack.Saved;
664 // restore the saved argument pack.
    [all...]
SemaTemplateInstantiateDecl.cpp 384 LocalInstantiationScope *Saved = nullptr;
386 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope);
387 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New));
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 78 void push(BasicBlock *BB, Value *Saved);
174 /// \brief Is BB the last block saved on the stack ?
179 /// \brief Pop the last saved value from the control flow stack
184 /// \brief Push a BB and saved value to the control flow stack
185 void SIAnnotateControlFlow::push(BasicBlock *BB, Value *Saved) {
186 Stack.push_back(std::make_pair(BB, Saved));
SILowerControlFlow.cpp 34 /// %SGPR0 = S_XOR_B64 %SGPR0, %EXEC // Clear live bits from saved exec mask
43 /// %EXEC = S_XOR_B64 %SGPR0, %EXEC // Clear live bits from saved exec mask
48 /// %EXEC = S_OR_B64 %EXEC, %SGPR0 // Re-enable saved exec mask bits
279 .addReg(Src); // Saved EXEC
282 // Adjust the saved exec to account for the modifications during the flow
338 unsigned Saved = MI.getOperand(1).getReg();
342 .addReg(Saved)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 86 void push(BasicBlock *BB, Value *Saved);
167 /// Is BB the last block saved on the stack ?
172 /// Pop the last saved value from the control flow stack
177 /// Push a BB and saved value to the control flow stack
178 void SIAnnotateControlFlow::push(BasicBlock *BB, Value *Saved) {
179 Stack.push_back(std::make_pair(BB, Saved));
  /external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py 82 "Saved.Address".
92 raise error.TestFail('Saved IP address %s is not DHCP address %s' %
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 738 bool Saved = false;
784 if (Saved)
785 fail("File already saved");
789 Saved = true;
798 // Nothing to do if not saved.
799 if (Saved)
  /external/python/setuptools/setuptools/tests/
test_integration.py 160 filename = re.search('Saved (.*)', output).group(1)
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
llvm-ar.cpp 787 bool Saved = false;
834 if (Saved)
835 fail("File already saved");
845 Saved = true;
854 // Nothing to do if not saved.
855 if (Saved)
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 266 MCOperand Saved = Inst.getOperand(ImmOp);
269 Inst.addOperand(Saved);
344 MCOperand Saved = Inst.getOperand(AddrOp);
348 Inst.addOperand(Saved);
471 MCOperand Saved = OutMI.getOperand(0);
474 OutMI.addOperand(Saved);
514 MCOperand Saved = OutMI.getOperand(0);
517 OutMI.addOperand(Saved);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86MCInstLower.cpp 295 MCOperand Saved = Inst.getOperand(ImmOp);
298 Inst.addOperand(Saved);
373 MCOperand Saved = Inst.getOperand(AddrOp);
377 Inst.addOperand(Saved);
500 MCOperand Saved = OutMI.getOperand(0);
503 OutMI.addOperand(Saved);
549 MCOperand Saved = OutMI.getOperand(0);
552 OutMI.addOperand(Saved);
    [all...]
  /external/boringssl/src/crypto/test/asm/
trampoline-armv8.pl 50 // abi_test_trampoline loads callee-saved registers from |state|, calls |func|
51 // with |argv|, then saves the callee-saved registers into |state|. It returns
70 // Saved callee-saved registers and |state|.
83 // frame pointer and also callee-saved, but AAPCS64 allows platforms to
151 // Restore callee-saved registers.
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 265 void pop(FunctionTypeDepthState saved) {
266 assert(getDepth() == saved.getDepth() + 1);
267 Bits = saved.Bits;
692 FunctionTypeDepthState Saved = FunctionTypeDepth.push();
707 FunctionTypeDepth.pop(Saved);
2530 FunctionTypeDepthState saved = FunctionTypeDepth.push(); local
2545 FunctionTypeDepthState saved = FunctionTypeDepth.push(); local
    [all...]

Completed in 1930 milliseconds