HomeSort by relevance Sort by last modified time
    Searched refs:Saved (Results 1 - 25 of 25) 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)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/Arm/
Helper.S 40 msr spsr_cxsf, r4 @ Use saved mode for the MOVS jump to the kernel
57 # Save the current Program Status Register (PSR) into the Saved PSR
Helper.asm 38 msr spsr_cxsf, r4 // Use saved mode for the MOVS jump to the kernel
56 // Save the current Program Status Register (PSR) into the Saved PSR
  /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)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
msr-imm.s 83 @ Write to Saved status register
msr-reg.s 89 @ Write to Saved status register
  /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...]
  /system/extras/tests/workloads/
pwrtest.sh 308 adb pull /sdcard/SunTemple/SunTemple/Saved/Logs/SunTemple.log
  /external/syslinux/dosutil/
copybs.asm 187 mov [SectorSize],dx ; Saved sector size from above
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/syslinux/core/
pxelinux.asm 62 PXEStack resd 1 ; Saved stack during PXE call
408 ; This clobbers the AX return, but we already saved it into
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 411 ui.PrintErr("Saved profile in ", tempFile.Name())
901 " PPROF_TMPDIR Location for saved profiles (default $HOME/pprof)\n" +
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader.go 138 progCoeffs [maxComponents][]block // Saved state between progressive-mode scans.
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
driver.go 411 ui.PrintErr("Saved profile in ", tempFile.Name())
901 " PPROF_TMPDIR Location for saved profiles (default $HOME/pprof)\n" +
  /prebuilts/go/linux-x86/src/image/jpeg/
reader.go 138 progCoeffs [maxComponents][]block // Saved state between progressive-mode scans.

Completed in 905 milliseconds