Home
last modified time | relevance | path

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

12345678

/freebsd-src/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() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h23 class Instruction; variable
51 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
H A DSSAContext.h24 class Instruction; variable
/freebsd-src/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-src/contrib/llvm-project/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; global() variable
H A DCaptureTracking.h24 class Instruction; variable
H A DCFG.h26 class Instruction; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h25 class Instruction; variable
H A DAssumeBundleBuilder.h26 class Instruction; variable
H A DLowerMemIntrinsics.h24 class Instruction; variable
H A DVNCoercion.h29 class Instruction; variable
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp509 MCCFIInstruction Instruction = in emitCFIDefCfaOffset() local
519 MCCFIInstruction Instruction = in emitCFIAdjustCfaOffset() local
498 MCCFIInstruction Instruction = emitCFIDefCfa() local
529 MCCFIInstruction Instruction = emitCFIDefCfaRegister() local
541 MCCFIInstruction Instruction = MCCFIInstruction::createLLVMDefAspaceCfa( emitCFILLVMDefAspaceCfa() local
552 MCCFIInstruction Instruction = emitCFIOffset() local
562 MCCFIInstruction Instruction = emitCFIRelOffset() local
589 MCCFIInstruction Instruction = emitCFIRememberState() local
600 MCCFIInstruction Instruction = emitCFIRestoreState() local
610 MCCFIInstruction Instruction = emitCFISameValue() local
620 MCCFIInstruction Instruction = emitCFIRestore() local
630 MCCFIInstruction Instruction = emitCFIEscape() local
640 MCCFIInstruction Instruction = emitCFIGnuArgsSize() local
657 MCCFIInstruction Instruction = emitCFIUndefined() local
668 MCCFIInstruction Instruction = emitCFIRegister() local
678 MCCFIInstruction Instruction = MCCFIInstruction::createWindowSave(Label, Loc); emitCFIWindowSave() local
687 MCCFIInstruction Instruction = emitCFINegateRAState() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.h22 class Instruction; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp275 lowerInterleavedLoad(LoadInst * LI,SmallVector<Instruction *,32> & DeadInsts) lowerInterleavedLoad() argument
478 lowerInterleavedStore(StoreInst * SI,SmallVector<Instruction *,32> & DeadInsts) lowerInterleavedStore() argument
504 lowerDeinterleaveIntrinsic(IntrinsicInst * DI,SmallVector<Instruction *,32> & DeadInsts) lowerDeinterleaveIntrinsic() argument
523 lowerInterleaveIntrinsic(IntrinsicInst * II,SmallVector<Instruction *,32> & DeadInsts) lowerInterleaveIntrinsic() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionView.cpp36 StringRef Instruction = printInstructionString(MCI); in toJSON() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h22 class Instruction; variable
/freebsd-src/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
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h26 class Instruction; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp115 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts, in isProfitableToInterleave()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.h26 class Instruction; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.h29 class Instruction; variable

12345678