HomeSort by relevance Sort by last modified time
    Searched defs:Destination (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/MC/
MachineLocation.h 82 MachineLocation Destination, Source;
88 : Label(label), Destination(D), Source(S) {}
92 const MachineLocation &getDestination() const { return Destination; }
MCDwarf.h 274 MachineLocation Destination;
283 : Operation(Op), Label(L), Destination(Register) {
288 : Operation(Move), Label(L), Destination(D), Source(S) {
292 : Operation(Op), Label(L), Destination(D), Source(S) {
301 const MachineLocation &getDestination() const { return Destination; }
  /external/llvm/lib/Transforms/Utils/
Local.cpp 50 /// destination. This is a nontrivial operation because the successors of this
68 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
80 Builder.CreateBr(Destination);
131 // Otherwise, check to see if the switch only branches to one destination.
143 // If we found a single destination that we can fold the switch into, do so
170 // instruction if it has only one non-default destination.
205 // If we didn't find our destination in the IBI successor list, then we
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 90 /// If null, LatestBranch points directly to the destination.
93 /// The ultimate destination of the branch.
97 llvm::BasicBlock *Destination;
99 /// The destination index value.
338 /// switch statement. The use points to the final destination.
541 /// A jump destination is an abstract label, branching to which may
897 /// specified destination obviously has no cleanups to run. 'false' is always
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 202 milliseconds