Searched defs:DL (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp130 // DL - Target Data size/layout information.
133 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, argument
135 bccAssert(DL);
142 uint64_t ETSize = DL->getTypeAllocSize(ET);
321 llvm::DataLayout DL(Module);
355 InStep = getStepValue(&DL, InTy, Arg_instep);
364 OutStep = getStepValue(&DL, OutTy, Arg_outstep);
453 llvm::DataLayout DL(Module);
531 OutStep = getStepValue(&DL, OutTy, Arg_outstep);
563 llvm::Value *InStep = getStepValue(&DL, InTyp
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1370 DebugLoc DL = I->getDebugLoc(); local
1371 if (DL.isUnknown()) {
1373 } else if (DL == LastDL) {
1378 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1380 Vals.push_back(DL.getLine());
1381 Vals.push_back(DL.getCol());
1387 LastDL = DL;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1387 DebugLoc DL = I->getDebugLoc(); local
1388 if (DL.isUnknown()) {
1390 } else if (DL == LastDL) {
1395 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1397 Vals.push_back(DL.getLine());
1398 Vals.push_back(DL.getCol());
1404 LastDL = DL;
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1444 DebugLoc DL = I->getDebugLoc(); local
1445 if (DL.isUnknown()) {
1447 } else if (DL == LastDL) {
1452 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1454 Vals.push_back(DL.getLine());
1455 Vals.push_back(DL.getCol());
1461 LastDL = DL;

Completed in 139 milliseconds