/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 223 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()
|
D | InstrTypes.h | 1384 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 …]
|
D | Function.h | 223 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()
|
D | Intrinsics.h | 74 AttributeList getAttributes(LLVMContext &C, ID id);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 1125 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 …]
|
D | Function.cpp | 119 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 …]
|
D | Instruction.cpp | 406 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/ |
D | ShaderCompileTreeTest.cpp | 162 const std::vector<sh::ShaderVariable> &ShaderCompileTreeTest::getAttributes() const in getAttributes() function in sh::ShaderCompileTreeTest 165 return mTranslator->getAttributes(); in getAttributes()
|
D | ShaderCompileTreeTest.h | 42 const std::vector<sh::ShaderVariable> &getAttributes() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 567 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 …]
|
D | FunctionComparator.cpp | 109 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()
|
D | LowerInvoke.cpp | 60 NewCall->setAttributes(II->getAttributes()); in runImpl()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 1937 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/ |
D | ScientificNumberFormatter.java | 159 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/ |
D | ScientificNumberFormatter.java | 170 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/ |
D | NumberingScheme.java | 575 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/ |
D | DeadArgumentElimination.cpp | 187 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/ |
D | StableAPI.java | 454 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/ |
D | WebAssemblyAddMissingPrototypes.cpp | 127 NewF->setAttributes(F.getAttributes()); in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86IndirectBranchTracking.cpp | 93 AttributeList Attrs = CalleeFn->getAttributes(); in IsCallReturnTwice()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 172 AttributeSet getAttributes() const { return AttributeSets; } in getAttributes() function 273 return getAttributes().hasAttribute(i, Kind); in hasAttribute()
|
D | Intrinsics.h | 72 AttributeSet getAttributes(LLVMContext &C, ID id);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLowerMASSVEntries.cpp | 110 MASSVEntryName, Func.getFunctionType(), Func.getAttributes()); in lowerMASSVCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 75 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/ |
D | ValueEnumerator.cpp | 333 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()
|