Home
last modified time | relevance | path

Searched defs:Instruction (Results 1 – 25 of 149) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCWin64EH.h25 struct Instruction { struct
26 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) { in PushNonVol() argument
29 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { in Alloc() argument
33 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) { in PushMachFrame() argument
36 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg, in SaveNonVol() argument
42 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg, in SaveXMM() argument
48 static WinEH::Instruction SetFPReg(MCSymbol *L, unsigned Reg, unsigned Off) { in SetFPReg() argument
H A DMCWinEH.h21 struct Instruction { struct
27 Instruction(unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off) in Instruction() argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.h108 struct Instruction { struct
117 Instruction &operator=(const Instruction &) = delete; argument
118 Instruction &operator=(Instruction &&) = delete; argument
166 Instruction(const MCInstrDesc *Description, StringRef Name, argument
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst7701 Syntax:
7709 Overview:
7719 Arguments:
7732 Semantics:
7744 Example:
7758 Syntax:
7766 Overview:
7774 Arguments:
7781 Semantics:
7791 Example:
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h23 class Instruction; variable
51 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
H A DAutoUpgrade.h23 class Instruction; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h20 class Instruction; variable
H A DCaptureTracking.h23 class Instruction; variable
H A DLoads.h24 class Instruction; variable
H A DConstantFolding.h32 class Instruction; variable
H A DCFG.h26 class Instruction; variable
H A DInstructionPrecedenceTracking.h28 class Instruction; variable
H A DTypeMetadataUtils.h26 class Instruction; variable
H A DMemorySSAUpdater.h49 class Instruction; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp480 MCCFIInstruction Instruction = in emitCFIDefCfa() local
491 MCCFIInstruction Instruction = in emitCFIDefCfaOffset() local
501 MCCFIInstruction Instruction = in emitCFIAdjustCfaOffset() local
511 MCCFIInstruction Instruction = in emitCFIDefCfaRegister() local
522 MCCFIInstruction Instruction = in emitCFIOffset() local
532 MCCFIInstruction Instruction = in emitCFIRelOffset() local
559 MCCFIInstruction Instruction = MCCFIInstruction::createRememberState(Label); in emitCFIRememberState() local
569 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label); in emitCFIRestoreState() local
578 MCCFIInstruction Instruction = in emitCFISameValue() local
588 MCCFIInstruction Instruction = in emitCFIRestore() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h21 class Instruction; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h22 class Instruction; variable
H A DLowerMemIntrinsics.h20 class Instruction; variable
H A DVNCoercion.h29 class Instruction; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h396 struct Instruction { struct
397 Instruction(uint8_t Opcode) : Opcode(Opcode) {} in Instruction() argument
411 using InstrList = std::vector<Instruction>; argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSanitizerMetadata.h21 class Instruction; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp114 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts, in isProfitableToInterleave()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h26 class Instruction; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.h27 class Instruction; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.h27 class Instruction; variable

123456