Home
last modified time | relevance | path

Searched defs:InstrDesc (Results 1 – 25 of 67) sorted by relevance

123

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MCA/
H A DInstruction.h348 struct InstrDesc { struct
368 // SchedClassID used to construct this InstrDesc. argument
386 InstrDesc() = default; argument
388 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MCA/
H A DInstruction.h348 struct InstrDesc { struct
368 // SchedClassID used to construct this InstrDesc. argument
386 InstrDesc() = default; argument
388 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MCA/
H A DInstruction.h348 struct InstrDesc { struct
368 // SchedClassID used to construct this InstrDesc. argument
386 InstrDesc() = default; argument
388 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MCA/
H A DInstruction.h348 struct InstrDesc { struct
368 // SchedClassID used to construct this InstrDesc. argument
386 InstrDesc() = default; argument
388 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstruction.h348 struct InstrDesc { struct
368 // SchedClassID used to construct this InstrDesc. argument
386 InstrDesc() = default; argument
388 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MCA/
H A DInstruction.h348 struct InstrDesc { struct
368 // SchedClassID used to construct this InstrDesc. argument
386 InstrDesc() = default; argument
388 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h348 struct InstrDesc { struct
368 // SchedClassID used to construct this InstrDesc. argument
386 InstrDesc() = default; argument
388 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MCA/
H A DInstruction.h348 struct InstrDesc { struct
368 // SchedClassID used to construct this InstrDesc. argument
386 InstrDesc() = default; argument
388 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MCA/
H A DInstruction.h347 struct InstrDesc { struct
364 // SchedClassID used to construct this InstrDesc. argument
382 InstrDesc() = default; argument
384 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MCA/
H A DInstruction.h447 struct InstrDesc { struct
470 // SchedClassID used to construct this InstrDesc. argument
489 InstrDesc() = default; argument
491 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MCA/
H A DInstruction.h447 struct InstrDesc { struct
470 // SchedClassID used to construct this InstrDesc. argument
489 InstrDesc() = default; argument
491 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h447 struct InstrDesc { struct
470 // SchedClassID used to construct this InstrDesc. argument
489 InstrDesc() = default; argument
491 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MCA/
H A DInstruction.h447 struct InstrDesc { struct
470 // SchedClassID used to construct this InstrDesc. argument
489 InstrDesc() = default; argument
491 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MCA/
H A DInstruction.h447 struct InstrDesc { struct
470 // SchedClassID used to construct this InstrDesc. argument
489 InstrDesc() = default; argument
491 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MCA/
H A DInstruction.h447 struct InstrDesc { struct
470 // SchedClassID used to construct this InstrDesc. argument
489 InstrDesc() = default; argument
491 InstrDesc &operator=(const InstrDesc &Other) = delete; argument
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-mca/
H A DInstruction.h255 struct InstrDesc { struct
256 std::vector<WriteDescriptor> Writes; // Implicit writes are at the end.
257 std::vector<ReadDescriptor> Reads; // Implicit reads are at the end.
282 const InstrDesc &Desc; argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp170 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in isCFITrap() local
175 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in willTrapOnCFIViolation() local
192 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in canFallThrough() local
207 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in getDefiniteNextInstruction() local
287 const auto &InstrDesc = MII->get(InstrMetaPtr->Instruction.getOpcode()); in validateCFIProtection() local
339 const auto &InstrDesc = MII->get(NodeInstr.Instruction.getOpcode()); in indirectCFOperandClobber() local
500 const auto &InstrDesc = MII->get(Instruction.getOpcode()); in parseSectionContents() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp170 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in isCFITrap() local
175 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in willTrapOnCFIViolation() local
192 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in canFallThrough() local
207 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in getDefiniteNextInstruction() local
287 const auto &InstrDesc = MII->get(InstrMetaPtr->Instruction.getOpcode()); in validateCFIProtection() local
339 const auto &InstrDesc = MII->get(NodeInstr.Instruction.getOpcode()); in indirectCFOperandClobber() local
500 const auto &InstrDesc = MII->get(Instruction.getOpcode()); in parseSectionContents() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp169 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in isCFITrap() local
174 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in willTrapOnCFIViolation() local
191 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in canFallThrough() local
206 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in getDefiniteNextInstruction() local
286 const auto &InstrDesc = MII->get(InstrMetaPtr->Instruction.getOpcode()); in validateCFIProtection() local
338 const auto &InstrDesc = MII->get(NodeInstr.Instruction.getOpcode()); in indirectCFOperandClobber() local
502 const auto &InstrDesc = MII->get(Instruction.getOpcode()); in parseSectionContents() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp169 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in isCFITrap() local
174 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in willTrapOnCFIViolation() local
191 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in canFallThrough() local
206 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in getDefiniteNextInstruction() local
285 const auto &InstrDesc = MII->get(InstrMetaPtr->Instruction.getOpcode()); in validateCFIProtection() local
337 const auto &InstrDesc = MII->get(NodeInstr.Instruction.getOpcode()); in indirectCFOperandClobber() local
495 const auto &InstrDesc = MII->get(Instruction.getOpcode()); in parseSectionContents() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp170 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in isCFITrap() local
175 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in willTrapOnCFIViolation() local
192 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in canFallThrough() local
207 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in getDefiniteNextInstruction() local
286 const auto &InstrDesc = MII->get(InstrMetaPtr->Instruction.getOpcode()); in validateCFIProtection() local
338 const auto &InstrDesc = MII->get(NodeInstr.Instruction.getOpcode()); in indirectCFOperandClobber() local
499 const auto &InstrDesc = MII->get(Instruction.getOpcode()); in parseSectionContents() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp170 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in isCFITrap() local
175 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in willTrapOnCFIViolation() local
192 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in canFallThrough() local
207 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in getDefiniteNextInstruction() local
287 const auto &InstrDesc = MII->get(InstrMetaPtr->Instruction.getOpcode()); in validateCFIProtection() local
339 const auto &InstrDesc = MII->get(NodeInstr.Instruction.getOpcode()); in indirectCFOperandClobber() local
503 const auto &InstrDesc = MII->get(Instruction.getOpcode()); in parseSectionContents() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp170 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in isCFITrap() local
175 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in willTrapOnCFIViolation() local
192 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in canFallThrough() local
207 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in getDefiniteNextInstruction() local
287 const auto &InstrDesc = MII->get(InstrMetaPtr->Instruction.getOpcode()); in validateCFIProtection() local
339 const auto &InstrDesc = MII->get(NodeInstr.Instruction.getOpcode()); in indirectCFOperandClobber() local
500 const auto &InstrDesc = MII->get(Instruction.getOpcode()); in parseSectionContents() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp170 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in isCFITrap() local
175 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in willTrapOnCFIViolation() local
192 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in canFallThrough() local
207 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in getDefiniteNextInstruction() local
287 const auto &InstrDesc = MII->get(InstrMetaPtr->Instruction.getOpcode()); in validateCFIProtection() local
339 const auto &InstrDesc = MII->get(NodeInstr.Instruction.getOpcode()); in indirectCFOperandClobber() local
503 const auto &InstrDesc = MII->get(Instruction.getOpcode()); in parseSectionContents() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp170 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in isCFITrap() local
175 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in willTrapOnCFIViolation() local
192 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in canFallThrough() local
207 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode()); in getDefiniteNextInstruction() local
287 const auto &InstrDesc = MII->get(InstrMetaPtr->Instruction.getOpcode()); in validateCFIProtection() local
339 const auto &InstrDesc = MII->get(NodeInstr.Instruction.getOpcode()); in indirectCFOperandClobber() local
500 const auto &InstrDesc = MII->get(Instruction.getOpcode()); in parseSectionContents() local

123