Home
last modified time | relevance | path

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

12345678

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.h106 struct Instruction { struct
115 Instruction &operator=(const Instruction &) = delete; argument
116 Instruction &operator=(Instruction &&) = delete; argument
164 Instruction(const MCInstrDesc *Description, StringRef Name, argument
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst8195 Syntax:
8203 Overview:
8213 Arguments:
8226 Semantics:
8238 Example:
8252 Syntax:
8260 Overview:
8268 Arguments:
8275 Semantics:
8285 Example:
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h23 class Instruction; variable
51 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
H A DReplaceConstant.h23 class Instruction; variable
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp494 MCCFIInstruction Instruction = in emitCFIDefCfa() local
505 MCCFIInstruction Instruction = in emitCFIDefCfaOffset() local
515 MCCFIInstruction Instruction = in emitCFIAdjustCfaOffset() local
525 MCCFIInstruction Instruction = in emitCFIDefCfaRegister() local
537 MCCFIInstruction Instruction = MCCFIInstruction::createLLVMDefAspaceCfa( in emitCFILLVMDefAspaceCfa() local
548 MCCFIInstruction Instruction = in emitCFIOffset() local
558 MCCFIInstruction Instruction = in emitCFIRelOffset() local
585 MCCFIInstruction Instruction = MCCFIInstruction::createRememberState(Label); in emitCFIRememberState() local
595 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label); in emitCFIRestoreState() local
604 MCCFIInstruction Instruction = in emitCFISameValue() local
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp46 const DenseMap<Instruction *, unsigned> &LLVMInstNum) { in getPositionInModule()
64 const DenseMap<Instruction *, unsigned> &LLVMInstNum) { in exportToFile()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h415 struct Instruction { struct
416 Instruction(uint8_t Opcode) : Opcode(Opcode) {} in Instruction() function
430 using InstrList = std::vector<Instruction>; argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h20 class Instruction; variable
H A DAssumeBundleQueries.h23 class Instruction; variable
H A DLoads.h25 class Instruction; variable
H A DConstantFolding.h34 class Instruction; variable
H A DCFG.h26 class Instruction; variable
H A DCaptureTracking.h24 class Instruction; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp115 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts, in isProfitableToInterleave()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h22 class Instruction; variable
H A DAssumeBundleBuilder.h26 class Instruction; variable
H A DLowerMemIntrinsics.h24 class Instruction; variable
H A DVNCoercion.h29 class Instruction; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DSanitizerMetadata.h22 class Instruction; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DInstructionView.cpp36 StringRef Instruction = printInstructionString(MCI); in toJSON() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h22 class Instruction; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h26 class Instruction; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h26 class Instruction; variable

12345678