HomeSort by relevance Sort by last modified time
    Searched defs:Dest (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
Misc.c 31 EFI_EDITOR_LINE *Dest;
36 Dest = AllocateZeroPool (sizeof (EFI_EDITOR_LINE));
37 if (Dest == NULL) {
43 Dest->Buffer = CatSPrint (NULL, L"%s", Src->Buffer);
44 if (Dest->Buffer == NULL) {
45 FreePool (Dest);
52 Dest->Signature = LINE_LIST_SIGNATURE;
53 Dest->Size = Src->Size;
54 Dest->TotalSize = Dest->Size;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp 157 BasicBlock *Dest;
160 Dest = BI->getSuccessor(1);
163 Dest = BI->getSuccessor(0);
164 BranchInst::Create(Dest, BI);
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 116 MachineBasicBlock *Dest = I->getOperand(0).getMBB();
119 if (Dest->getNumber() <= MBB.getNumber()) {
122 // from this block to the dest.
125 for (unsigned i = Dest->getNumber(), e = MBB.getNumber(); i != e; ++i)
129 // dest to the number of bytes left in this block.
132 for (unsigned i = MBB.getNumber(), e = Dest->getNumber(); i != e; ++i)
164 I = BuildMI(MBB, I, dl, TII->get(MSP430::Bi)).addMBB(Dest);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 50 Dest.TY##Val = Src1.TY##Val OP Src2.TY##Val; \
53 static void executeFAddInst(GenericValue &Dest, GenericValue Src1,
64 static void executeFSubInst(GenericValue &Dest, GenericValue Src1,
75 static void executeFMulInst(GenericValue &Dest, GenericValue Src1,
86 static void executeFDivInst(GenericValue &Dest, GenericValue Src1,
97 static void executeFRemInst(GenericValue &Dest, GenericValue Src1,
101 Dest.FloatVal = fmod(Src1.FloatVal, Src2.FloatVal);
104 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal);
114 Dest.IntVal = APInt(1,Src1.IntVal.OP(Src2.IntVal)); \
123 Dest.IntVal = APInt(1,(void*)(intptr_t)Src1.PointerVal OP
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430BranchSelector.cpp 113 MachineBasicBlock *Dest = I->getOperand(0).getMBB();
116 if (Dest->getNumber() <= MBB.getNumber()) {
119 // from this block to the dest.
122 for (unsigned i = Dest->getNumber(), e = MBB.getNumber(); i != e; ++i)
126 // dest to the number of bytes left in this block.
129 for (unsigned i = MBB.getNumber(), e = Dest->getNumber(); i != e; ++i)
161 I = BuildMI(MBB, I, dl, TII->get(MSP430::Bi)).addMBB(Dest);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCBranchSelector.cpp 113 MachineBasicBlock *Dest = I->getOperand(2).getMBB();
116 if (Dest->getNumber() <= MBB.getNumber()) {
119 // from this block to the dest.
122 for (unsigned i = Dest->getNumber(), e = MBB.getNumber(); i != e; ++i)
126 // dest to the number of bytes left in this block.
129 for (unsigned i = MBB.getNumber(), e = Dest->getNumber(); i != e; ++i)
155 I = BuildMI(MBB, I, dl, TII->get(PPC::B)).addMBB(Dest);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
PseudoLoweringEmitter.h 33 CodeGenInstruction Dest; // The destination instruction to lower to.
38 Source(s), Dest(d), OperandMap(m) {}
PseudoLoweringEmitter.cpp 160 CodeGenInstruction &Dest = Expansion.Dest;
165 << " TmpInst.setOpcode(" << Dest.Namespace << "::"
166 << Dest.TheDef->getName() << ");\n";
173 for (unsigned OpNo = 0, E = Dest.Operands.size(); OpNo != E;
175 o << " // Operand: " << Dest.Operands[OpNo].Name << "\n";
176 for (unsigned i = 0, e = Dest.Operands[OpNo].MINumOperands;
205 MIOpNo += Dest.Operands[OpNo].MINumOperands;
207 if (Dest.Operands.isVariadic) {
  /external/swiftshader/third_party/subzero/src/
IcePhiLoweringImpl.h 38 Variable *Dest = Phi->getDest();
39 Type DestTy = Dest->getType();
41 auto *DestLo = llvm::cast<Variable>(Target->loOperand(Dest));
42 auto *DestHi = llvm::cast<Variable>(Target->hiOperand(Dest));
57 auto *DstVec = llvm::cast<VariableVecOn32>(Dest);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BmLib.c 246 CHAR16 *Dest;
250 Dest = AllocateZeroPool (Size);
251 ASSERT (Dest != NULL);
252 if (Dest != NULL) {
253 CopyMem (Dest, Src, Size);
256 return Dest;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Output.c 229 IP4_ADDR Dest;
290 Dest = Head->Dst;
291 if (IP4_IS_BROADCAST (Ip4GetNetCast (Dest, IpIf)) || (Dest == IP4_ALLONE_ADDRESS)) {
293 // Set the gateway to local broadcast if the Dest is
299 } else if (IP4_IS_MULTICAST (Dest)) {
Ip4Route.h 28 /// The route entry in the route table. Dest/Netmask is the destion
30 /// order to reach the Dest/Netmask. If the Flag has IP4_DIRECT_ROUTE
37 IP4_ADDR Dest;
56 IP4_ADDR Dest;
120 @param[in] Dest The destination of the network
132 IN IP4_ADDR Dest,
141 @param Dest The destination network
142 @param Netmask The netmask of the Dest
153 IN IP4_ADDR Dest,
165 @param[in] Dest The destination address
    [all...]
  /external/clang/lib/Frontend/
ModuleDependencyCollector.cpp 202 SmallString<256> Dest = getDest();
203 path::append(Dest, path::relative_path(RealPath));
206 if (std::error_code EC = fs::create_directories(path::parent_path(Dest),
209 if (std::error_code EC = fs::copy_file(RealPath, Dest))
217 addFileMapping(CanonicalPath, Dest);
  /external/llvm/lib/Analysis/
CFG.cpp 93 const BasicBlock *Dest = TI->getSuccessor(SuccNum);
94 const_pred_iterator I = pred_begin(Dest), E = pred_end(Dest);
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 146 MachineBasicBlock *Dest = nullptr;
148 Dest = I->getOperand(2).getMBB();
151 Dest = I->getOperand(1).getMBB();
155 Dest = I->getOperand(0).getMBB();
157 if (!Dest) {
165 if (Dest->getNumber() <= MBB.getNumber()) {
168 // from this block to the dest.
171 for (unsigned i = Dest->getNumber(), e = MBB.getNumber(); i != e; ++i)
175 // dest to the number of bytes left in this block.
178 for (unsigned i = MBB.getNumber(), e = Dest->getNumber(); i != e; ++i
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
str.c 108 IN CHAR16 *Dest,
113 RtStrCpy (Dest, Src);
118 IN CHAR16 *Dest,
122 RtStrCat(Dest, Src);
149 CHAR16 *Dest;
153 Dest = AllocatePool (Size);
154 if (Dest) {
155 CopyMem (Dest, Src, Size);
157 return Dest;
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 48 Diagnostics::ErrorContent &Dest = Error->Errors[BeginIndex];
50 Dest.Messages.push_back(Error->Errors[i].Messages[0]);
  /external/clang/lib/Lex/
HeaderMap.cpp 203 StringRef Dest = HeaderMapImpl::lookupFilename(Filename, Path);
204 if (Dest.empty())
207 return FM.getFile(Dest);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 52 Dest.TY##Val = Src1.TY##Val OP Src2.TY##Val; \
55 static void executeFAddInst(GenericValue &Dest, GenericValue Src1,
66 static void executeFSubInst(GenericValue &Dest, GenericValue Src1,
77 static void executeFMulInst(GenericValue &Dest, GenericValue Src1,
88 static void executeFDivInst(GenericValue &Dest, GenericValue Src1,
99 static void executeFRemInst(GenericValue &Dest, GenericValue Src1,
103 Dest.FloatVal = fmod(Src1.FloatVal, Src2.FloatVal);
106 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal);
116 Dest.IntVal = APInt(1,Src1.IntVal.OP(Src2.IntVal)); \
122 Dest.AggregateVal.resize( Src1.AggregateVal.size() );
    [all...]
  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 38 CodeGenInstruction Dest; // The destination instruction to lower to.
43 Source(s), Dest(d), OperandMap(m) {}
210 CodeGenInstruction &Dest = Expansion.Dest;
215 << " TmpInst.setOpcode(" << Dest.Namespace << "::"
216 << Dest.TheDef->getName() << ");\n";
223 for (const auto &DestOperand : Dest.Operands) {
254 if (Dest.Operands.isVariadic) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BreakCriticalEdges.cpp 96 const BasicBlock *Dest = TI->getSuccessor(SuccNum);
97 const_pred_iterator I = pred_begin(Dest), E = pred_end(Dest);
161 /// dest go to one block instead of each going to a different block, but isn't
LoopUnroll.cpp 332 BasicBlock *Dest = Headers[j];
338 Dest = LoopExit;
351 Term->setSuccessor(!ContinueOnTrue, Dest);
354 if (Dest != LoopExit) {
367 BranchInst::Create(Dest, Term);
376 BasicBlock *Dest = Term->getSuccessor(0);
377 if (BasicBlock *Fold = FoldBlockIntoPredecessor(Dest, LI, LPM))
378 std::replace(Latches.begin(), Latches.end(), Dest, Fold);
  /external/swiftshader/third_party/subzero/crosstest/
test_vector_ops_main.cpp 54 void *Dest;
55 if (posix_memalign(&Dest, VECTOR_ALIGNMENT, sizeof(TestVectors))) {
60 memcpy(Dest, TestVectors, sizeof(TestVectors));
62 return static_cast<Ty *>(Dest);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupportString.c 474 CHAR16 *Dest;
478 Dest = AllocateZeroPool (Size);
479 if (Dest != NULL) {
480 CopyMem (Dest, Src, Size);
482 return Dest;
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_Utf8.c 179 @param[out] Dest Pointer to output location, or NULL
191 wchar_t *Dest, // Pointer to output location, or NULL
216 else if(Dest != NULL) {
217 *Dest = 0;
220 if((NumConv > 0) && (Dest != NULL)) {
221 Dest[0] = pS->D[0];
223 Dest[1] = pS->D[1];
377 It is the caller's responsibility to ensure that Dest is large enough to
381 @param Dest Pointer to the buffer in which to place the converted sequence, or NULL.
384 @retval >=0 The number of bytes stored into Dest.
    [all...]

Completed in 845 milliseconds

1 2 3 4 5 6