Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 25 of 153) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalVariable.h223 AttributeSet getAttributes() const { in getAttributes() function
244 return getAttributes().hasAttribute("bss-section") || in hasImplicitSection()
245 getAttributes().hasAttribute("data-section") || in hasImplicitSection()
246 getAttributes().hasAttribute("relro-section") || in hasImplicitSection()
247 getAttributes().hasAttribute("rodata-section"); in hasImplicitSection()
DInstrTypes.h1384 AttributeList getAttributes() const { return Attrs; }
1402 AttributeList PAL = getAttributes();
1409 AttributeList PAL = getAttributes();
1417 AttributeList PAL = getAttributes();
1425 AttributeList PAL = getAttributes();
1432 AttributeList PAL = getAttributes();
1439 AttributeList PAL = getAttributes();
1447 AttributeList PAL = getAttributes();
1455 AttributeList PAL = getAttributes();
1462 AttributeList PAL = getAttributes();
[all …]
DFunction.h223 AttributeList getAttributes() const { return AttributeSets; } in getAttributes() function
251 setAttributes(getAttributes().removeAttribute( in removeFnAttr()
399 return getAttributes().hasAttribute(i, Kind); in hasAttribute()
404 return getAttributes().hasParamAttribute(ArgNo, Kind); in hasParamAttribute()
409 return getAttributes().getParamAttr(ArgNo, Kind); in getParamAttribute()
DIntrinsics.h74 AttributeList getAttributes(LLVMContext &C, ID id);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1125 CurBuilder.merge(List.getAttributes(I - 1)); in get()
1166 const MaybeAlign OldAlign = getAttributes(Index).getAlignment(); in addAttributes()
1290 return getAttributes(ArgNo + FirstArgIndex); in getParamAttributes()
1294 return getAttributes(ReturnIndex); in getRetAttributes()
1298 return getAttributes(FunctionIndex); in getFnAttributes()
1303 return getAttributes(Index).hasAttribute(Kind); in hasAttribute()
1307 return getAttributes(Index).hasAttribute(Kind); in hasAttribute()
1311 return getAttributes(Index).hasAttributes(); in hasAttributes()
1344 return getAttributes(Index).getAttribute(Kind); in getAttribute()
1348 return getAttributes(Index).getAttribute(Kind); in getAttribute()
[all …]
DFunction.cpp119 AttributeList Attrs = getParent()->getAttributes(); in hasByValOrInAllocaAttr()
188 AttributeList Attrs = getParent()->getAttributes(); in onlyReadsMemory()
194 AttributeList AL = getParent()->getAttributes(); in addAttrs()
286 setAttributes(Intrinsic::getAttributes(getContext(), IntID)); in Function()
400 AttributeList PAL = getAttributes(); in addAttribute()
406 AttributeList PAL = getAttributes(); in addAttribute()
412 AttributeList PAL = getAttributes(); in addAttributes()
418 AttributeList PAL = getAttributes(); in addParamAttr()
424 AttributeList PAL = getAttributes(); in addParamAttr()
430 AttributeList PAL = getAttributes(); in addParamAttrs()
[all …]
DInstruction.cpp406 CI->getAttributes() == cast<CallInst>(I2)->getAttributes() && in haveSameSpecialState()
410 CI->getAttributes() == cast<InvokeInst>(I2)->getAttributes() && in haveSameSpecialState()
414 CI->getAttributes() == cast<CallBrInst>(I2)->getAttributes() && in haveSameSpecialState()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp162 const std::vector<sh::ShaderVariable> &ShaderCompileTreeTest::getAttributes() const in getAttributes() function in sh::ShaderCompileTreeTest
165 return mTranslator->getAttributes(); in getAttributes()
DShaderCompileTreeTest.h42 const std::vector<sh::ShaderVariable> &getAttributes() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp567 NewCI->setAttributes(CI->getAttributes()); in optimizeStrCpy()
595 NewCI->setAttributes(CI->getAttributes()); in optimizeStpCpy()
630 AttrBuilder ArgAttrs(CI->getAttributes().getParamAttributes(0)); in optimizeStrNCpy()
631 NewCI->setAttributes(NewCI->getAttributes().addParamAttributes( in optimizeStrNCpy()
644 NewCI->setAttributes(CI->getAttributes()); in optimizeStrNCpy()
1121 NewCI->setAttributes(CI->getAttributes()); in optimizeMemCpy()
1171 NewCI->setAttributes(CI->getAttributes()); in optimizeMemPCpy()
1184 NewCI->setAttributes(CI->getAttributes()); in optimizeMemMove()
1224 Malloc->getAttributes(), B, *TLI)) { in foldMallocMemset()
1245 NewCI->setAttributes(CI->getAttributes()); in optimizeMemSet()
[all …]
DFunctionComparator.cpp109 AttributeSet LAS = L.getAttributes(i); in cmpAttrs()
110 AttributeSet RAS = R.getAttributes(i); in cmpAttrs()
576 if (int Res = cmpAttrs(CSL.getAttributes(), CSR.getAttributes())) in cmpOperations()
796 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature()
DLowerInvoke.cpp60 NewCall->setAttributes(II->getAttributes()); in runImpl()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1937 void TextureCubeMapArraySamplingTest::getAttributes(samplerType sampler_type, in getAttributes() function in glcts::TextureCubeMapArraySamplingTest
1964 void TextureCubeMapArraySamplingTest::getAttributes(samplingFunction sampling_function, in getAttributes() function in glcts::TextureCubeMapArraySamplingTest
2164 getAttributes(sampling_function, routine_attribute_definitions, n_routine_attributes); in getPassThroughTesselationControlShaderCode()
2165 getAttributes(sampler_type, type_attribute_definitions, n_type_attributes); in getPassThroughTesselationControlShaderCode()
2275 getAttributes(sampling_function, routine_attribute_definitions, n_routine_attributes); in getPassThroughVertexShaderCode()
2276 getAttributes(sampler_type, type_attribute_definitions, n_type_attributes); in getPassThroughVertexShaderCode()
2363 getAttributes(sampling_function, routine_attribute_definitions, n_routine_attributes); in getSamplingComputeShaderCode()
2364 getAttributes(sampler_type, type_attribute_definitions, n_type_attributes); in getSamplingComputeShaderCode()
2497 getAttributes(sampling_function, routine_attribute_definitions, n_routine_attributes); in getSamplingFragmentShaderCode()
2498 getAttributes(sampler_type, type_attribute_definitions, n_type_attributes); in getSamplingFragmentShaderCode()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DScientificNumberFormatter.java159 Map<Attribute, Object> attributeSet = iterator.getAttributes(); in format()
208 Map<Attribute, Object> attributeSet = iterator.getAttributes(); in format()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DScientificNumberFormatter.java170 Map<Attribute, Object> attributeSet = iterator.getAttributes(); in format()
219 Map<Attribute, Object> attributeSet = iterator.getAttributes(); in format()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DNumberingScheme.java575 public abstract Attributes getAttributes(); in getAttributes() method in NumberingScheme
581 return getAttributes().getCallingCode(); in getCallingCode()
589 return getAttributes().getRegions(); in getRegions()
635 checkArgument(getAttributes().getRegions().contains(anchor.region()), in getComments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp187 AttributeList PAL = CS.getAttributes(); in DeleteDeadVarargs()
490 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca)) { in SurveyFunction()
745 const AttributeList &PAL = F->getAttributes(); in RemoveDeadStuffFromFunction()
883 const AttributeList &CallPAL = CS.getAttributes(); in RemoveDeadStuffFromFunction()
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
DStableAPI.java454 if (node.getAttributes() == null && node.getNodeType() == 3) { in getAttr()
462 return node.getAttributes().getNamedItem(attrName).getNodeValue(); in getAttr()
464 if (node.getAttributes() == null) { in getAttr()
468 } else if (node.getAttributes().getNamedItem(attrName) == null) { in getAttr()
985 NamedNodeMap attr = n.getAttributes(); in dumpNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAddMissingPrototypes.cpp127 NewF->setAttributes(F.getAttributes()); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IndirectBranchTracking.cpp93 AttributeList Attrs = CalleeFn->getAttributes(); in IsCallReturnTwice()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h172 AttributeSet getAttributes() const { return AttributeSets; } in getAttributes() function
273 return getAttributes().hasAttribute(i, Kind); in hasAttribute()
DIntrinsics.h72 AttributeSet getAttributes(LLVMContext &C, ID id);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLowerMASSVEntries.cpp110 MASSVEntryName, Func.getFunctionType(), Func.getAttributes()); in lowerMASSVCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp75 if (F.getAttributes().hasAttribute(Idx, Attribute::SExt)) { in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp333 EnumerateAttributes(F.getAttributes()); in ValueEnumerator()
418 EnumerateAttributes(Call->getAttributes()); in ValueEnumerator()
931 AttributeSet AS = PAL.getAttributes(i); in EnumerateAttributes()
975 EnumerateAttributes(F.getAttributes()); in incorporateFunction()

1234567