Home
last modified time | relevance | path

Searched refs:DL (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/net/
Dnetwork-policy-restrictions.md19 * **DL**: app is denylisted
31 | | *DL* | blk | blk | blk | blk |
34 | | *DL* | blk | blk | blk | blk |
44 | | *DL* | ok | blk | ok | ok |
47 | | *DL* | ok | blk | ok | ok |
/frameworks/compile/libbcc/lib/
DRSX86TranslateGEPPass.cpp41 const llvm::DataLayout DL; member in __anon9d19b9df0111::RSX86TranslateGEPPass
83 const llvm::StructLayout *SL = DL.getStructLayout(STy); in computeGEPOffset()
92 DL.getTypeAllocSize(GTI.getIndexedType())); in computeGEPOffset()
127 : FunctionPass (ID), DL(X86_CUSTOM_DL_STRING) { in RSX86TranslateGEPPass()
DRSGlobalInfoPass.cpp118 const llvm::DataLayout &DL = M.getDataLayout(); in runOnModule() local
119 const size_t PointerSizeInBits = DL.getPointerSizeInBits(); in runOnModule()
155 auto TypeSize = DL.getTypeAllocSize(GlobalType); in runOnModule()
DRSKernelExpand.cpp235 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, in getStepValue() argument
237 bccAssert(DL); in getStepValue()
243 uint64_t ETSize = DL->getTypeAllocSize(ET); in getStepValue()
741 llvm::DataLayout DL(X86_CUSTOM_DL_STRING); in ExpandInputsBody() local
743 uint64_t InStep = DL.getTypeAllocSize(InTy->getPointerElementType()); in ExpandInputsBody()
790 llvm::DataLayout DL(Module); in ExpandOldStyleForEach() local
792 DL.reset(X86_CUSTOM_DL_STRING); in ExpandOldStyleForEach()
831 InStep = getStepValue(&DL, InTy, InStepArg); in ExpandOldStyleForEach()
844 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandOldStyleForEach()
923 llvm::DataLayout DL(Module); in ExpandForEach() local
[all …]
/frameworks/base/tests/vcn/assets/
Dclient-end-cert.pem12 R7svFGPbEl+Swkpr3b+dzF8CAwEAAaNgMF4wHwYDVR0jBBgwFoAUcqSu1uRYT/DL
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp390 const std::string &DL = M->getDataLayoutStr(); in WriteModuleInfo() local
391 if (!DL.empty()) in WriteModuleInfo()
392 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, DL, 0 /*TODO*/, Stream); in WriteModuleInfo()
1395 DILocation *DL = I->getDebugLoc(); in WriteFunction() local
1396 if (!DL) in WriteFunction()
1399 if (DL == LastDL) { in WriteFunction()
1405 Vals.push_back(DL->getLine()); in WriteFunction()
1406 Vals.push_back(DL->getColumn()); in WriteFunction()
1407 Vals.push_back(VE.getMetadataOrNullID(DL->getScope())); in WriteFunction()
1408 Vals.push_back(VE.getMetadataOrNullID(DL->getInlinedAt())); in WriteFunction()
[all …]
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp388 const std::string &DL = M->getDataLayoutStr(); in WriteModuleInfo() local
389 if (!DL.empty()) in WriteModuleInfo()
390 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, DL, 0 /*TODO*/, Stream); in WriteModuleInfo()
1457 DILocation *DL = I->getDebugLoc(); in WriteFunction() local
1458 if (!DL) in WriteFunction()
1461 if (DL == LastDL) { in WriteFunction()
1467 Vals.push_back(DL->getLine()); in WriteFunction()
1468 Vals.push_back(DL->getColumn()); in WriteFunction()
1469 Vals.push_back(VE.getMetadataOrNullID(DL->getScope())); in WriteFunction()
1470 Vals.push_back(VE.getMetadataOrNullID(DL->getInlinedAt())); in WriteFunction()
[all …]
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp401 const std::string &DL = M->getDataLayoutStr(); in WriteModuleInfo() local
402 if (!DL.empty()) in WriteModuleInfo()
403 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, DL, 0 /*TODO*/, Stream); in WriteModuleInfo()
1524 DILocation *DL = I->getDebugLoc(); in WriteFunction() local
1525 if (!DL) in WriteFunction()
1528 if (DL == LastDL) { in WriteFunction()
1534 Vals.push_back(DL->getLine()); in WriteFunction()
1535 Vals.push_back(DL->getColumn()); in WriteFunction()
1536 Vals.push_back(VE.getMetadataOrNullID(DL->getScope())); in WriteFunction()
1537 Vals.push_back(VE.getMetadataOrNullID(DL->getInlinedAt())); in WriteFunction()
[all …]
/frameworks/compile/slang/
Dslang_backend.cpp845 const llvm::DataLayout *DL = &M->getDataLayout(); in PadHelperFunctionStruct() local
846 const llvm::StructLayout *SL = DL->getStructLayout(origStructType); in PadHelperFunctionStruct()
870 fieldPrePaddingOffset = fieldOffset + DL->getTypeAllocSize(fieldType); in PadHelperFunctionStruct()