/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFMA3Info.cpp | 23 #define FMA3GROUP(Name, Suf, Attrs) \ argument 26 #define FMA3GROUP_MASKED(Name, Suf, Attrs) \ argument 31 #define FMA3GROUP_PACKED_WIDTHS(Name, Suf, Attrs) \ argument 43 #define FMA3GROUP_PACKED(Name, Attrs) \ argument 47 #define FMA3GROUP_SCALAR_WIDTHS(Name, Suf, Attrs) \ argument 57 #define FMA3GROUP_SCALAR(Name, Attrs) \ argument 61 #define FMA3GROUP_FULL(Name, Attrs) \ argument 74 #define FMA3GROUP_PACKED_AVX512_WIDTHS(Name, Type, Suf, Attrs) \ argument 79 #define FMA3GROUP_PACKED_AVX512(Name, Suf, Attrs) \ argument 83 #define FMA3GROUP_PACKED_AVX512_ROUND(Name, Suf, Attrs) \ argument [all …]
|
D | X86IndirectBranchTracking.cpp | 93 AttributeList Attrs = CalleeFn->getAttributes(); in IsCallReturnTwice() local
|
/third_party/skia/src/gpu/ |
D | GrUserStencilSettings.h | 214 struct GrUserStencilSettings::Attrs { struct 222 constexpr static bool TestAlwaysPasses(bool hasStencilClip) { in TestAlwaysPasses() 226 constexpr static bool DoesNotModifyStencil(bool hasStencilClip) { in DoesNotModifyStencil() 230 constexpr static bool IsDisabled(bool hasStencilClip) { in IsDisabled() 233 constexpr static bool UsesWrapOps() { in UsesWrapOps() 237 constexpr static bool TestIgnoresRef() { in TestIgnoresRef() 241 constexpr static uint16_t Flags(bool hasStencilClip) { in Flags() 247 constexpr static uint16_t EffectiveTestMask(uint16_t testMask) { in EffectiveTestMask() 250 constexpr static uint16_t EffectiveWriteMask(uint16_t writeMask) { in EffectiveWriteMask()
|
/third_party/flutter/skia/src/gpu/ |
D | GrUserStencilSettings.h | 213 struct GrUserStencilSettings::Attrs { struct 221 constexpr static bool TestAlwaysPasses(bool hasStencilClip) { in TestAlwaysPasses() 225 constexpr static bool DoesNotModifyStencil(bool hasStencilClip) { in DoesNotModifyStencil() 229 constexpr static bool IsDisabled(bool hasStencilClip) { in IsDisabled() 232 constexpr static bool UsesWrapOps() { in UsesWrapOps() 236 constexpr static bool TestIgnoresRef() { in TestIgnoresRef() 240 constexpr static uint16_t Flags(bool hasStencilClip) { in Flags() 246 constexpr static uint16_t EffectiveTestMask(uint16_t testMask) { in EffectiveTestMask() 249 constexpr static uint16_t EffectiveWriteMask(uint16_t writeMask) { in EffectiveWriteMask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeIndexDiscovery.cpp | 16 static inline MethodKind getMethodKind(uint16_t Attrs) { in getMethodKind() 22 static inline bool isIntroVirtual(uint16_t Attrs) { in isIntroVirtual() 28 static inline PointerMode getPointerMode(uint32_t Attrs) { in getPointerMode() 33 static inline bool isMemberPointer(uint32_t Attrs) { in isMemberPointer() 84 uint16_t Attrs = support::endian::read16le(Content.data()); in handleMethodOverloadList() local 147 uint16_t Attrs = support::endian::read16le(Data.drop_front(2).data()); in handleOneMethod() local 268 uint32_t Attrs = support::endian::read32le(Content.drop_front(4).data()); in handlePointer() local
|
D | TypeRecordMapping.cpp | 123 std::string Attrs = getMemberAttributes( in operator ()() local 592 std::string Attrs = getMemberAttributes( in visitKnownMember() local 603 std::string Attrs = getMemberAttributes( in visitKnownMember() local 616 std::string Attrs = getMemberAttributes( in visitKnownMember() local 655 std::string Attrs = getMemberAttributes( in visitKnownMember() local 667 std::string Attrs = getMemberAttributes( in visitKnownMember() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 117 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes() 320 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes() 332 DIEAttrs Attrs = {}; in addAttributes() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 47 uint16_t Attrs = 0; member 289 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() 354 uint32_t Attrs = 0; variable 729 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord() 751 MemberAttributes Attrs; variable 793 DataMemberRecord(MemberAttributes Attrs, TypeIndex Type, uint64_t Offset, in DataMemberRecord() 807 MemberAttributes Attrs; variable 818 StaticDataMemberRecord(MemberAttributes Attrs, TypeIndex Type, StringRef Name) in StaticDataMemberRecord() 829 MemberAttributes Attrs; variable 839 EnumeratorRecord(MemberAttributes Attrs, APSInt Value, StringRef Name) in EnumeratorRecord() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 120 const std::string &Attrs = Graph->getGraphAttrs(N); in getNodeAttributes() local 181 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { in setGraphAttrs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 593 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get() 719 AttributeSetNode::AttributeSetNode(ArrayRef<Attribute> Attrs) in AttributeSetNode() 737 ArrayRef<Attribute> Attrs) { in get() 770 SmallVector<Attribute, 8> Attrs; in get() local 973 ArrayRef<std::pair<unsigned, Attribute>> Attrs) { in get() 1009 ArrayRef<std::pair<unsigned, AttributeSet>> Attrs) { in get() 1092 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local 1100 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs; in get() local 1107 ArrayRef<AttributeList> Attrs) { in get()
|
D | Function.cpp | 119 AttributeList Attrs = getParent()->getAttributes(); in hasByValOrInAllocaAttr() local 188 AttributeList Attrs = getParent()->getAttributes(); in onlyReadsMemory() local 411 void Function::addAttributes(unsigned i, const AttrBuilder &Attrs) { in addAttributes() 429 void Function::addParamAttrs(unsigned ArgNo, const AttrBuilder &Attrs) { in addParamAttrs() 447 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) { in removeAttributes() 465 void Function::removeParamAttrs(unsigned ArgNo, const AttrBuilder &Attrs) { in removeParamAttrs()
|
D | ModuleSummaryIndex.cpp | 265 std::vector<std::string> Attrs; member 370 std::string Attrs = getSummaryAttributes(GVS); in getNodeLabel() local
|
D | Verifier.cpp | 1562 void Verifier::verifyAttributeTypes(AttributeSet Attrs, bool IsFunction, in verifyAttributeTypes() 1586 void Verifier::verifyParameterAttrs(AttributeSet Attrs, Type *Ty, in verifyParameterAttrs() 1689 void Verifier::verifyFunctionAttrs(FunctionType *FT, AttributeList Attrs, in verifyFunctionAttrs() 1961 bool Verifier::verifyAttributeCount(AttributeList Attrs, unsigned Params) { in verifyAttributeCount() 2019 AttributeList Attrs = Call.getAttributes(); in verifyStatepoint() local 2185 AttributeList Attrs = F.getAttributes(); in visitFunction() local 2875 AttributeList Attrs = Call.getAttributes(); in visitCallBase() local 3064 static AttrBuilder getParameterABIAttributes(int I, AttributeList Attrs) { in getParameterABIAttributes()
|
D | AsmWriter.cpp | 940 auto Attrs = Var.getAttributes(); in processModule() local 1009 AttributeSet Attrs = Call->getAttributes().getFnAttributes(); in processFunction() local 2527 AttributeSet Attrs) { in writeParamOperand() 3321 auto Attrs = GV->getAttributes(); in printGlobal() local 3414 const AttributeList &Attrs = F->getAttributes(); in printFunction() local 3555 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { in printArgument()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 1044 const AttributeList &Attrs) { in emitUnaryFloatFnCallHelper() 1066 const AttributeList &Attrs) { in emitUnaryFloatFnCall() 1076 const AttributeList &Attrs) { in emitUnaryFloatFnCall() 1086 const AttributeList &Attrs) { in emitBinaryFloatFnCallHelper() 1108 IRBuilder<> &B, const AttributeList &Attrs) { in emitBinaryFloatFnCall() 1121 const AttributeList &Attrs) { in emitBinaryFloatFnCall() 1292 Value *llvm::emitCalloc(Value *Num, Value *Size, const AttributeList &Attrs, in emitCalloc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 44 AttributeSet Attrs; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 199 StringRef Attrs = GetEmptyOrTrim(3); in ParseSectionSpecifier() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 493 AttributeSet Attrs; member 546 AttributeSet Attrs; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GraphWriter.h | 285 const std::string &Attrs) { in emitEdge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | StratifiedSets.h | 54 AliasAttrs Attrs; member 520 auto Attrs = Current->getAttrs(); in tryMergeUpwards() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 253 auto Attrs = GVar->getAttributes(); in SectionForGlobal() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 645 const AttributeList &Attrs = F->getAttributes(); in fastLowerArguments() local 839 const AttributeList &Attrs = Call->getAttributes(); in selectCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 82 const AttributeList &Attrs = FuncInfo.getAttributes(); in setArgFlags() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 175 void setAttributes(AttributeSet Attrs) { AttributeSets = Attrs; } in setAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 189 auto Attrs = F.getAttributes(); in LLVMCreateMCJITCompilerForModule() local
|