/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCWin64EH.h | 25 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 D | MCWinEH.h | 21 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 D | AssemblyAnnotationWriter.h | 23 class Instruction; variable 51 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
|
H A D | SSAContext.h | 24 class Instruction; variable
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-sim/ |
H A D | llvm-sim.cpp | 46 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 D | IndirectCallPromotionAnalysis.h | 20 class Instruction; variable
|
H A D | AssumeBundleQueries.h | 23 class Instruction; variable
|
H A D | Loads.h | 25 class Instruction; variable
|
H A D | ConstantFolding.h | 34 class Instruction; global() variable
|
H A D | CaptureTracking.h | 24 class Instruction; variable
|
H A D | CFG.h | 26 class Instruction; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeMoverUtils.h | 25 class Instruction; variable
|
H A D | AssumeBundleBuilder.h | 26 class Instruction; variable
|
H A D | LowerMemIntrinsics.h | 24 class Instruction; variable
|
H A D | VNCoercion.h | 29 class Instruction; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 509 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 D | SanitizerMetadata.h | 22 class Instruction; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 275 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 D | InstructionView.cpp | 36 StringRef Instruction = printInstructionString(MCI); in toJSON() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.h | 22 class Instruction; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 415 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 D | Float2Int.h | 26 class Instruction; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 115 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts, in isProfitableToInterleave()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ValueProfileCollector.h | 26 class Instruction; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.h | 29 class Instruction; variable
|