/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 172 static enum Attribute::AttrKind getKind() { 177 static enum Attribute::AttrKind getKind() { 182 static enum Attribute::AttrKind getKind() { 187 static enum Attribute::AttrKind getKind() { 192 static enum Attribute::AttrKind getKind() { 197 static enum Attribute::AttrKind getKind() { 202 static enum Attribute::AttrKind getKind() { 207 static enum Attribute::AttrKind getKind() { 212 static enum Attribute::AttrKind getKind() { 217 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 172 static enum Attribute::AttrKind getKind() { 177 static enum Attribute::AttrKind getKind() { 182 static enum Attribute::AttrKind getKind() { 187 static enum Attribute::AttrKind getKind() { 192 static enum Attribute::AttrKind getKind() { 197 static enum Attribute::AttrKind getKind() { 202 static enum Attribute::AttrKind getKind() { 207 static enum Attribute::AttrKind getKind() { 212 static enum Attribute::AttrKind getKind() { 217 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { 173 static enum Attribute::AttrKind getKind() { 178 static enum Attribute::AttrKind getKind() { 183 static enum Attribute::AttrKind getKind() { 188 static enum Attribute::AttrKind getKind() { 193 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { 173 static enum Attribute::AttrKind getKind() { 178 static enum Attribute::AttrKind getKind() { 183 static enum Attribute::AttrKind getKind() { 188 static enum Attribute::AttrKind getKind() { 193 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { 173 static enum Attribute::AttrKind getKind() { 178 static enum Attribute::AttrKind getKind() { 183 static enum Attribute::AttrKind getKind() { 188 static enum Attribute::AttrKind getKind() { 193 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { 173 static enum Attribute::AttrKind getKind() { 178 static enum Attribute::AttrKind getKind() { 183 static enum Attribute::AttrKind getKind() { 188 static enum Attribute::AttrKind getKind() { 193 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { 173 static enum Attribute::AttrKind getKind() { 178 static enum Attribute::AttrKind getKind() { 183 static enum Attribute::AttrKind getKind() { 188 static enum Attribute::AttrKind getKind() { 193 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Attributes.gen | 148 static enum Attribute::AttrKind getKind() { 153 static enum Attribute::AttrKind getKind() { 158 static enum Attribute::AttrKind getKind() { 163 static enum Attribute::AttrKind getKind() { 168 static enum Attribute::AttrKind getKind() { 173 static enum Attribute::AttrKind getKind() { 178 static enum Attribute::AttrKind getKind() { 183 static enum Attribute::AttrKind getKind() { 188 static enum Attribute::AttrKind getKind() { 193 static enum Attribute::AttrKind getKind() { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackDocument.h | 68 bool isMap() const { return getKind() == Type::Map; } in isMap() 69 bool isArray() const { return getKind() == Type::Array; } in isArray() 71 bool isString() const { return getKind() == Type::String; } in isString() 75 Type getKind() const { return KindAndDoc->Kind; } in getKind() function 79 assert(getKind() == Type::Int); in getInt() 84 assert(getKind() == Type::UInt); in getUInt() 89 assert(getKind() == Type::Boolean); in getBool() 94 assert(getKind() == Type::Float); in getFloat() 99 assert(getKind() == Type::Int); in getInt() 104 assert(getKind() == Type::UInt); in getUInt() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 112 /* DiagnosticKind */ int getKind() const { return Kind; } in getKind() function 170 return DI->getKind() == DK_InlineAsm; in classof() 210 return DI->getKind() == DK_ResourceLimit || DI->getKind() == DK_StackSize; in classof() 227 return DI->getKind() == DK_StackSize; in classof() 255 return DI->getKind() == DK_DebugMetadataVersion; in classof() 277 return DI->getKind() == DK_DebugMetadataInvalid; in classof() 301 return DI->getKind() == DK_SampleProfile; in classof() 331 return DI->getKind() == DK_PGOProfile; in classof() 480 return (DI->getKind() >= DK_FirstRemark && in classof() 481 DI->getKind() <= DK_LastRemark) || in classof() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackDocumentYAML.cpp | 39 switch (getKind()) { in toString() 112 if (getKind() == msgpack::Type::Nil) in getYAMLTag() 118 if (N.getKind() == getKind()) in getYAMLTag() 122 if (N.getKind() == msgpack::Type::UInt && getKind() == msgpack::Type::Int) in getYAMLTag() 124 if (N.getKind() == msgpack::Type::Int && getKind() == msgpack::Type::UInt) in getYAMLTag() 127 switch (getKind()) { in getYAMLTag() 149 static NodeKind getKind(const DocNode &N) { in getKind() function 150 switch (N.getKind()) { in getKind() 187 switch (S.getKind()) { in mustQuote()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 401 if ((Parser.getTok().getKind() == AsmToken::Plus || in tryParseExpression() 402 Parser.getTok().getKind() == AsmToken::Minus) && in tryParseExpression() 403 Parser.getLexer().peekTok().getKind() == AsmToken::Identifier) { in tryParseExpression() 430 if ((tokens[0].getKind() == AsmToken::Identifier && in tryParseRelocExpression() 431 tokens[1].getKind() == AsmToken::LParen) || in tryParseRelocExpression() 432 (tokens[0].getKind() == AsmToken::LParen && in tryParseRelocExpression() 433 tokens[1].getKind() == AsmToken::Minus)) { in tryParseRelocExpression() 435 AsmToken::TokenKind CurTok = Parser.getLexer().getKind(); in tryParseRelocExpression() 437 tokens[1].getKind() == AsmToken::Minus) { in tryParseRelocExpression() 451 if (Parser.getTok().getKind() != AsmToken::Identifier || in tryParseRelocExpression() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceThreading.cpp | 38 assert(getKind() == WI_Asm || getKind() == WI_Cfg); in setGlobalInits() 43 assert(getKind() == WI_GlobalInits || getKind() == WI_Asm || in getGlobalInits() 44 getKind() == WI_Cfg); in getGlobalInits() 49 assert(getKind() == WI_Asm); in getAsm() 54 assert(getKind() == WI_Cfg); in getCfg()
|
D | IceInst.h | 80 InstKind getKind() const { return Kind; } in getKind() function 303 static bool classof(const Inst *Instr) { return Instr->getKind() == Alloca; } in classof() 342 return Instr->getKind() == Arithmetic; in classof() 369 static bool classof(const Inst *Instr) { return Instr->getKind() == Assign; } in classof() 410 static bool classof(const Inst *Instr) { return Instr->getKind() == Br; } in classof() 451 static bool classof(const Inst *Instr) { return Instr->getKind() == Call; } in classof() 494 static bool classof(const Inst *Instr) { return Instr->getKind() == Cast; } in classof() 518 return Instr->getKind() == ExtractElement; in classof() 549 static bool classof(const Inst *Instr) { return Instr->getKind() == Fcmp; } in classof() 582 static bool classof(const Inst *Instr) { return Instr->getKind() == Icmp; } in classof() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCFragment.h | 85 FragmentType getKind() const { return Kind; } in getKind() function 107 static bool classof(const MCFragment *F) { return F->getKind() == FT_Dummy; } in classof() 130 MCFragment::FragmentType Kind = F->getKind(); in classof() 220 MCFragment::FragmentType Kind = F->getKind(); in classof() 235 return F->getKind() == MCFragment::FT_Data; in classof() 251 return F->getKind() == MCFragment::FT_CompactEncodedInst; in classof() 273 return F->getKind() == MCFragment::FT_Relaxable; in classof() 314 return F->getKind() == MCFragment::FT_Align; in classof() 341 return F->getKind() == MCFragment::FT_Fill; in classof() 368 return F->getKind() == MCFragment::FT_Org; in classof() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionXCOFF.cpp | 22 if (getKind().isText()) { in PrintSwitchToSection() 30 if (getKind().isReadOnly()) { in PrintSwitchToSection() 37 if (getKind().isData()) { in PrintSwitchToSection() 55 if (getKind().isBSSLocal() || getKind().isCommon()) { in PrintSwitchToSection() 71 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 158 Kind getKind() const; 162 return getKind() != Data; in isCtrl() 169 return getKind() == Order && (Contents.OrdKind == MayAliasMem in isNormalMemory() 175 return getKind() == Order && Contents.OrdKind == Barrier; in isBarrier() 187 return getKind() == Order && Contents.OrdKind == MustAliasMem; in isMustAlias() 195 return getKind() == Order && Contents.OrdKind >= Weak; in isWeak() 201 return getKind() == Order && Contents.OrdKind == Artificial; in isArtificial() 207 return getKind() == Order && Contents.OrdKind == Cluster; in isCluster() 212 return getKind() == Data && Contents.Reg != 0; in isAssignedRegDep() 219 assert((getKind() == Data || getKind() == Anti || getKind() == Output) && in getReg() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 85 if (Lex.getKind() != lltok::Eof) in parseStandaloneConstantValue() 301 switch (Lex.getKind()) { in ParseTopLevelEntities() 319 switch (Lex.getKind()) { in ParseTopLevelEntities() 355 assert(Lex.getKind() == lltok::kw_module); in ParseModuleAsm() 370 assert(Lex.getKind() == lltok::kw_target); in ParseTargetDefinition() 395 assert(Lex.getKind() == lltok::kw_source_filename); in ParseSourceFileName() 410 assert(Lex.getKind() == lltok::kw_deplibs); in ParseDepLibs() 482 assert(Lex.getKind() == lltok::kw_declare); in ParseDeclare() 486 while (Lex.getKind() == lltok::MetadataVar) { in ParseDeclare() 505 assert(Lex.getKind() == lltok::kw_define); in ParseDefine() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCExpr.cpp | 215 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl() 225 switch (Expr->getKind()) { in fixELFSymbolsInTLSFixupsImpl() 251 switch (getKind()) { in fixELFSymbolsInTLSFixups() 292 if (getKind() == MEK_HI || getKind() == MEK_LO) { in isGpOff() 295 if (S1->getKind() == MEK_NEG && S2->getKind() == MEK_GPREL) { in isGpOff() 296 Kind = getKind(); in isGpOff()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 237 return SymbolRefExpr->getKind() == LanaiMCExpr::VK_Lanai_ABS_HI; in isHiImm16() 243 return SymbolRefExpr->getKind() == LanaiMCExpr::VK_Lanai_ABS_HI; in isHiImm16() 274 return SymbolRefExpr->getKind() == LanaiMCExpr::VK_Lanai_ABS_LO; in isLoImm16() 280 return SymbolRefExpr->getKind() == LanaiMCExpr::VK_Lanai_ABS_LO; in isLoImm16() 298 return SymbolRefExpr->getKind() == LanaiMCExpr::VK_Lanai_ABS_LO; in isLoImm16Signed() 304 return SymbolRefExpr->getKind() == LanaiMCExpr::VK_Lanai_ABS_LO; in isLoImm16Signed() 345 return SymbolRefExpr->getKind() == LanaiMCExpr::VK_Lanai_None; in isLoImm21() 348 return SymbolRefExpr->getKind() == MCSymbolRefExpr::VK_None; in isLoImm21() 355 return SymbolRefExpr->getKind() == LanaiMCExpr::VK_Lanai_None; in isLoImm21() 358 return SymbolRefExpr->getKind() == MCSymbolRefExpr::VK_None; in isLoImm21() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFAsmBackend.cpp | 74 if (Fixup.getKind() == FK_SecRel_4 || Fixup.getKind() == FK_SecRel_8) { in applyFixup() 81 } else if (Fixup.getKind() == FK_Data_4) { in applyFixup() 83 } else if (Fixup.getKind() == FK_Data_8) { in applyFixup() 85 } else if (Fixup.getKind() == FK_PCRel_4) { in applyFixup() 95 assert(Fixup.getKind() == FK_PCRel_2); in applyFixup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 69 if (Sym->getKind() == MCSymbolRefExpr::VK_GOT) in getAArch64FixupKindMachOInfo() 74 if (Sym->getKind() == MCSymbolRefExpr::VK_GOT) in getAArch64FixupKindMachOInfo() 84 switch (Sym->getKind()) { in getAArch64FixupKindMachOInfo() 100 switch (Sym->getKind()) { in getAArch64FixupKindMachOInfo() 155 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() 163 unsigned Kind = Fixup.getKind(); in recordRelocation() 229 if (Target.getSymA()->getKind() == MCSymbolRefExpr::VK_GOT && in recordRelocation() 230 Target.getSymB()->getKind() == MCSymbolRefExpr::VK_None && in recordRelocation() 241 } else if (Target.getSymA()->getKind() != MCSymbolRefExpr::VK_None || in recordRelocation() 242 Target.getSymB()->getKind() != MCSymbolRefExpr::VK_None) { in recordRelocation()
|
D | AArch64WinCOFFObjectWriter.cpp | 48 : Target.getSymA()->getKind(); in getRelocType() 51 switch (static_cast<unsigned>(Fixup.getKind())) { in getRelocType() 53 const MCFixupKindInfo &Info = MAB.getFixupKindInfo(Fixup.getKind()); in getRelocType() 78 AArch64MCExpr::VariantKind RefKind = A64E->getKind(); in getRelocType() 92 AArch64MCExpr::VariantKind RefKind = A64E->getKind(); in getRelocType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachO_x86_64.cpp | 357 return E.getKind() == PCRel32GOT || E.getKind() == PCRel32GOTLoad; in isGOTEdge() 368 assert((E.getKind() == PCRel32GOT || E.getKind() == PCRel32GOTLoad) && in fixGOTEdge() 376 return E.getKind() == Branch32 && !E.getTarget().isDefined(); in isExternalBranchEdge() 389 assert(E.getKind() == Branch32 && "Not a Branch32 edge?"); in fixExternalBranchEdge() 461 printEdge(ErrStream, B, E, getMachOX86RelocationKindName(E.getKind())); in targetOutOfRangeError() 474 switch (E.getKind()) { in applyFixup() 495 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1)); in applyFixup() 507 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1Anon)); in applyFixup() 521 if (E.getKind() == Delta32 || E.getKind() == Delta64) in applyFixup() 526 if (E.getKind() == Delta32 || E.getKind() == NegDelta32) { in applyFixup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVMCExpr.cpp | 37 VariantKind Kind = getKind(); in printImpl() 42 OS << '%' << getVariantKindName(getKind()) << '('; in printImpl() 77 switch ((unsigned)F.getKind()) { in getPCRelHiFixup() 101 switch (getKind()) { in evaluateAsRelocatableImpl() 168 switch (Expr->getKind()) { in fixELFSymbolsInTLSFixupsImpl() 197 switch (getKind()) { in fixELFSymbolsInTLSFixups()
|