HomeSort by: relevance | last modified time | path
    Searched defs:Destination (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/resources/
rsmisc.c 84 void *Destination;
124 * destination is the internal resource descriptor
127 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset);
152 ACPI_SET8 (Destination,
160 ACPI_SET8 (Destination,
168 ACPI_SET8 (Destination,
176 ACPI_SET8 (Destination,
183 ACPI_SET8 (Destination, ItemCount);
192 ACPI_SET16 (Destination, ItemCount);
205 ACPI_SET16 (Destination, ItemCount)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp 123 /// destination. This is a nontrivial operation because the successors of this
167 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
175 BranchInst *NewBI = Builder.CreateBr(Destination);
247 // Otherwise, check to see if the switch only branches to one destination.
263 // If we found a single destination that we can fold the switch into, do so
302 // instruction if it has only one non-default destination.
365 // otherwise the destination is still marked as having its address taken.
369 // If we didn't find our destination in the IBI successor list, then we
1623 // Map a pair of the destination BB and old dbg.value to the new dbg.value,
1625 // inserted PHIs in the same destination BB, we can update the same dbg.valu
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h 39 /// If null, LatestBranch points directly to the destination.
42 /// The ultimate destination of the branch.
46 llvm::BasicBlock *Destination;
48 /// The destination index value.
250 /// switch statement. The use points to the final destination.
CGBuiltin.cpp 280 /// T _InterlockedCompareExchange(T volatile *Destination,
285 /// cmpxchg *Destination, Comparand, Exchange.
302 auto *Destination = CGF.EmitScalarExpr(E->getArg(0));
316 Destination, Comparand, Exchange,
334 llvm::Value *Destination = CGF.EmitScalarExpr(E->getArg(0));
339 assert(Destination->getType()->isPointerTy());
352 Destination = CGF.Builder.CreateBitCast(Destination, Int128PtrTy);
366 auto *CXI = CGF.Builder.CreateAtomicCmpXchg(Destination, Comparand, Exchange,
4355 llvm::Value *Destination
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 142 /// Index of the destination of the dependence in the InstMap vector.
143 unsigned Destination;
147 Dependence(unsigned Source, unsigned Destination, DepType Type)
148 : Source(Source), Destination(Destination), Type(Type) {}
152 /// Return the destination instruction of the dependence.
777 return LAI.getDepChecker().getMemoryInstructions()[Destination];
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiip.h 233 EFI_IPv6_ADDRESS Destination;
350 IN EFI_IPv6_ADDRESS *Destination OPTIONAL,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 69 const MachineOperand *Destination;
73 : Destination(&Dest), Source(&Src) {}
243 /// destination. e.g. X86::MOVSX64rr32. If this returns true, then it's
253 /// the destination along with the FrameIndex of the loaded stack slot. If
380 /// specific location targeting a new destination register.
593 /// the destination block.
595 /// successor block, it sets TBB to be the branch destination block and a
599 /// unconditional branch, it returns the 'true' destination in TBB, the
600 /// 'false' destination in FBB, and a list of operands that evaluate the
848 /// FalseReg, and Cond to the destination register. In most cases, a selec
    [all...]

Completed in 36 milliseconds