Home
last modified time | relevance | path

Searched defs:Instructions (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/src/sfnt/
DSkOTTable_glyf.h77 struct Instructions { struct
78 SK_OT_USHORT length;
79 SK_OT_BYTE data[1/*length*/];
205 struct Instructions { struct
206 SK_OT_USHORT length;
207 SK_OT_BYTE data[1/*length*/];
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1439 SmallVectorImpl<MCInst> &Instructions) { in emitRX()
1449 SmallVectorImpl<MCInst> &Instructions) { in emitRI()
1454 SmallVectorImpl<MCInst> &Instructions) { in emitRR()
1459 SmallVectorImpl<MCInst> &Instructions) { in emitII()
1469 SmallVectorImpl<MCInst> &Instructions) { in emitR()
1478 SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) { in emitRRX()
1489 SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) { in emitRRR()
1495 SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) { in emitRRI()
1501 SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) { in emitAppropriateDSLL()
1513 SmallVectorImpl<MCInst> &Instructions) { in processInstruction()
[all …]
/external/v8/src/compiler/
Dmove-optimizer.h22 typedef ZoneVector<Instruction*> Instructions; typedef
/external/llvm/docs/
DMIRLangRef.rst299 .. _instruction-flags:
301 Instruction Flags
DAMDGPUUsage.rst60 s_waitcnt
DLangRef.rst5027 .. _i_ret:
5029 '``ret``' Instruction
5086 '``br``' Instruction
5135 '``switch``' Instruction
5197 '``indirectbr``' Instruction
5248 '``invoke``' Instruction
5343 '``resume``' Instruction
5382 '``catchswitch``' Instruction
5436 '``catchpad``' Instruction
5512 '``catchret``' Instruction
[all …]
/external/llvm/include/llvm/MC/
DMCWinEH.h46 std::vector<Instruction> Instructions; member
DMCDwarf.h502 std::vector<MCCFIInstruction> Instructions; member
/external/llvm/utils/TableGen/
DCodeGenTarget.h69 std::unique_ptr<CodeGenInstruction>> Instructions; variable
DAsmWriterEmitter.cpp41 std::vector<AsmWriterInst> Instructions; member in __anon5ee6605a0111::AsmWriterEmitter
DCodeGenDAGPatterns.h728 std::map<Record*, DAGInstruction, LessRecordByID> Instructions; variable
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp104 typedef SmallVector<Instruction *, 16> Instructions; typedef in __anondc2d879d0111::AArch64AddressTypePromotion
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.cpp130 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle); in EncodeSingleInstruction() local
/external/v8/tools/testrunner/local/
Dexecution.py49 class Instructions(object): class
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc350 CALLER_ATTACH ReadableFontData* GlyphTable::SimpleGlyph::Instructions() { in Instructions() function in sfntly::GlyphTable::SimpleGlyph
611 CALLER_ATTACH ReadableFontData* GlyphTable::CompositeGlyph::Instructions() { in Instructions() function in sfntly::GlyphTable::CompositeGlyph
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp445 auto Instructions = in computePartitionSetForPointers() local
553 const SmallVectorImpl<Instruction *> &Instructions, in MemoryInstructionDependences()
DLoopRerollPass.cpp228 SmallInstructionVector Instructions; member
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program.h156 struct rc_instruction Instructions; member
Dradeon_dataflow_deadcode.c61 struct instruction_state * Instructions; member
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.h229 typedef std::map<int, const Instruction*> Instructions; typedef
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp436 SmallVectorImpl<MCInst> &Instructions) { in expandSET()
514 SmallVector<MCInst, 8> Instructions; in MatchAndEmitInstruction() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp75 std::vector<Instruction> Instructions; member in llvm::FrameEntry
/external/mesa3d/src/mesa/program/
Dnvfragparse.c87 static const struct instruction_pattern Instructions[] = { variable
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp462 SmallPtrSet<Instruction*, 64> Instructions; in TestInsts() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h328 struct tgsi_full_instruction *Instructions; member

12