Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h23 class Instruction; variable
51 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
/freebsd/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp46 const DenseMap<Instruction *, unsigned> &LLVMInstNum) { in getPositionInModule()
64 const DenseMap<Instruction *, unsigned> &LLVMInstNum) { in exportToFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h20 class Instruction; variable
H A DAssumeBundleQueries.h23 class Instruction; variable
H A DDelinearization.h25 class Instruction; variable
H A DLoads.h25 class Instruction; variable
H A DCaptureTracking.h24 class Instruction; variable
H A DCFG.h26 class Instruction; variable
H A DConstantFolding.h39 class Instruction; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h22 class Instruction; global() variable
H A DAssumeBundleBuilder.h25 class Instruction; global() variable
H A DCallPromotionUtils.h23 class Instruction; variable
H A DLowerMemIntrinsics.h24 class Instruction; variable
H A DVNCoercion.h29 class Instruction; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp253 LoadInst *LI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedLoad()
457 StoreInst *SI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedStore()
483 IntrinsicInst *DI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerDeinterleaveIntrinsic()
502 IntrinsicInst *II, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleaveIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.h22 class Instruction; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionView.cpp36 StringRef Instruction = printInstructionString(MCI); in toJSON() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp488 MCCFIInstruction Instruction = in emitCFIDefCfa() local
499 MCCFIInstruction Instruction = in emitCFIDefCfaOffset() local
509 MCCFIInstruction Instruction = in emitCFIAdjustCfaOffset() local
519 MCCFIInstruction Instruction = in emitCFIDefCfaRegister() local
531 MCCFIInstruction Instruction = MCCFIInstruction::createLLVMDefAspaceCfa( in emitCFILLVMDefAspaceCfa() local
542 MCCFIInstruction Instruction = in emitCFIOffset() local
552 MCCFIInstruction Instruction = in emitCFIRelOffset() local
579 MCCFIInstruction Instruction = in emitCFIRememberState() local
590 MCCFIInstruction Instruction = in emitCFIRestoreState() local
600 MCCFIInstruction Instruction = in emitCFISameValue() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h22 class Instruction; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h415 struct Instruction { struct
416 Instruction(uint8_t Opcode) : Opcode(Opcode) {} in Instruction() argument
430 using InstrList = std::vector<Instruction>; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h26 class Instruction; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp115 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts, in isProfitableToInterleave()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.h30 class Instruction; global() variable

12345678