HomeSort by relevance Sort by last modified time
    Searched defs:Kind (Results 226 - 250 of 2373) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/Hexagon/
RDFDeadCode.cpp 185 uint16_t Kind = BA.Addr->getKind();
186 if (Kind == NodeAttrs::Stmt || Kind == NodeAttrs::Phi) {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 39 unsigned Kind = Fixup.getKind();
42 switch (Kind) {
216 static bool needsMMLEByteOrder(unsigned Kind) {
217 return Kind != Mips::fixup_MICROMIPS_PC10_S1 &&
218 Kind >= Mips::fixup_MICROMIPS_26_S1 &&
219 Kind < Mips::LastTargetFixupKind;
231 /// fixup kind as appropriate.
235 MCFixupKind Kind = Fixup.getKind();
244 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8;
248 switch ((unsigned)Kind) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 39 MCSymbolRefExpr::VariantKind Kind = MCSymbolRefExpr::VK_None;
160 const MCExpr *Expr = MCSymbolRefExpr::create(Symbol, Kind, *Ctx);
207 MipsMCExpr::MipsExprKind Kind) const {
212 return MCOperand::createExpr(MipsMCExpr::create(Kind, Sub, *Ctx));
230 MipsMCExpr::MipsExprKind Kind) const {
241 MI->getOperand(3).getMBB(), Kind));
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 33 const VariantKind Kind;
39 explicit PPCMCExpr(VariantKind Kind, const MCExpr *Expr, bool IsDarwin)
40 : Kind(Kind), Expr(Expr), IsDarwin(IsDarwin) {}
46 static const PPCMCExpr *create(VariantKind Kind, const MCExpr *Expr,
68 /// getOpcode - Get the kind of this expression.
69 VariantKind getKind() const { return Kind; }
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCCodeEmitter.cpp 129 MCFixupKind Kind = (MCFixupKind)SExpr->getFixupKind();
130 Fixups.push_back(MCFixup::create(0, Expr, Kind));
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 48 static X86_64RelType getType64(unsigned Kind,
51 switch (Kind) {
94 unsigned Kind) {
185 switch (Kind) {
217 unsigned Kind) {
239 return Kind == X86::reloc_signed_4byte_relax ? ELF::R_386_GOT32X
287 unsigned Kind = Fixup.getKind();
288 X86_64RelType Type = getType64(Kind, Modifier, IsPCRel);
290 return getRelocType64(Ctx, Fixup.getLoc(), Modifier, Type, IsPCRel, Kind);
294 return getRelocType32(Ctx, Modifier, getType32(Type), IsPCRel, Kind);
    [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 74 // This describes the kind of sled we're storing in the XRay table.
82 // containing the sled, and what kind of sled (and whether they should always
87 SledKind Kind;
121 void recordSled(MCSymbol *Sled, const MachineInstr &MI, SledKind Kind);
  /external/skia/src/sksl/ir/
SkSLStatement.h 20 enum Kind {
38 Statement(int offset, Kind kind)
40 , fKind(kind) {}
46 const Kind fKind;
  /external/skqp/src/sksl/ir/
SkSLStatement.h 20 enum Kind {
38 Statement(int offset, Kind kind)
40 , fKind(kind) {}
46 const Kind fKind;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCFixup.h 60 /// The target dependent kind of fixup item this is. The kind is used to
62 unsigned Kind;
66 MCFixupKind Kind) {
67 assert(unsigned(Kind) < MaxTargetFixupKind && "Kind out of range!");
71 FI.Kind = unsigned(Kind);
75 MCFixupKind getKind() const { return MCFixupKind(Kind); }
82 /// getKindForSize - Return the generic fixup kind for a value with the give
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionNormalization.cpp 68 TransformKind Kind;
76 PostIncTransform(TransformKind kind, PostIncLoopSet &loops,
78 Kind(kind), Loops(loops), SE(se), DT(dt) {}
102 default: llvm_unreachable("Unexpected SCEVCastExpr kind!");
120 switch (Kind) {
178 default: llvm_unreachable("Unexpected SCEVNAryExpr kind!");
193 llvm_unreachable("Unexpected SCEV kind!");
216 const SCEV *llvm::TransformForPostIncUse(TransformKind Kind,
223 PostIncTransform Transform(Kind, Loops, SE, DT)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.cpp 225 tgtok::TokKind Kind = StringSwitch<tgtok::TokKind>(Str)
242 if (Kind == tgtok::Id)
244 return Kind;
416 tgtok::TokKind Kind =
433 return Kind != tgtok::Error ? Kind : ReturnError(Start-1, "Unknown operator");
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsMCSymbolRefExpr.h 37 const VariantKind Kind;
43 : Kind(_Kind), Symbol(_Symbol), Offset(_Offset) {}
46 static const MipsMCSymbolRefExpr *Create(VariantKind Kind,
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_resource.h 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32 enum Kind {
39 XlaResource(Kind kind, int arg_num, string name, DataType type,
50 Kind kind() const { return kind_; } function in class:tensorflow::XlaResource
141 const Kind kind_;
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
thunk.h 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43 enum class Kind {
62 explicit Thunk(Kind kind, const HloInstruction* hlo_instruction)
63 : kind_(kind), hlo_instruction_(hlo_instruction) {}
68 Kind kind() const { return kind_; } function in class:xla::gpu::Thunk
109 Kind kind_;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Mangle.h 54 const ManglerKind Kind;
61 ManglerKind getKind() const { return Kind; }
65 ManglerKind Kind)
66 : Context(Context), Diags(Diags), Kind(Kind) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 33 enum Kind {
34 #define SYMBOL(Id, Parent) Id##Kind,
40 Kind K;
43 SymExpr(Kind k) : K(k) {}
48 Kind getKind() const { return K; }
106 SymbolData(Kind k, SymbolID sym) : SymExpr(k), Sym(sym) {}
115 Kind k = SE->getKind();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
ModuleSubstream.h 24 support::ulittle32_t Kind; // codeview::ModuleSubstreamKind enum
62 ModuleSubstream(ModuleSubstreamKind Kind, BinaryStreamRef Data);
69 ModuleSubstreamKind Kind;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ProfileSummary.h 49 enum Kind { PSK_Instr, PSK_Sample };
52 const Kind PSK;
62 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary,
70 Kind getKind() const { return PSK; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LineEditor/
LineEditor.h 57 ActionKind Kind;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
InstrumentationMap.h 49 /// The kind of sled.
50 FunctionKinds Kind;
60 SledEntry::FunctionKinds Kind;
104 static void enumeration(IO &IO, xray::SledEntry::FunctionKinds &Kind) {
105 IO.enumCase(Kind, "function-enter", xray::SledEntry::FunctionKinds::ENTRY);
106 IO.enumCase(Kind, "function-exit", xray::SledEntry::FunctionKinds::EXIT);
107 IO.enumCase(Kind, "tail-exit", xray::SledEntry::FunctionKinds::TAIL);
116 IO.mapRequired("kind", Entry.Kind);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Mangle.h 54 const ManglerKind Kind;
61 ManglerKind getKind() const { return Kind; }
65 ManglerKind Kind)
66 : Context(Context), Diags(Diags), Kind(Kind) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 33 enum Kind {
34 #define SYMBOL(Id, Parent) Id##Kind,
40 Kind K;
43 SymExpr(Kind k) : K(k) {}
54 Kind getKind() const { return K; }
112 SymbolData(Kind k, SymbolID sym) : SymExpr(k), Sym(sym) {
123 Kind k = SE->getKind();

Completed in 831 milliseconds

1 2 3 4 5 6 7 8 91011>>