Home
last modified time | relevance | path

Searched defs:FenceInst (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h62 class FenceInst; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h64 class FenceInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3953 MCInst ShlInst, FenceInst; in applyLVICFIMitigation() local
4023 MCInst FenceInst; in applyLVILoadHardeningMitigation() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1445 FenceInst::FenceInst(LLVMContext &C, AtomicOrdering Ordering, in FenceInst() function in FenceInst