Searched refs:Fence (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionRetHardening.cpp122 MachineInstr *Fence = BuildMI(MBB, MI, DebugLoc(), TII->get(X86::LFENCE)); local
123 addRegOffset(BuildMI(MBB, Fence, DebugLoc(), TII->get(X86::SHL64mi)),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp95 MachineSDNode *Fence = nullptr; local
101 Fence = CurDAG->getMachineNode(WebAssembly::COMPILER_FENCE,
110 Fence = CurDAG->getMachineNode(
122 ReplaceNode(Node, Fence);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp336 case Fence: return "fence";
519 case Instruction::Fence: // FIXME: refine definition of mayReadFromMemory
537 case Instruction::Fence: // FIXME: refine definition of mayWriteToMemory
560 case Instruction::Fence:
H A DInstructions.cpp1572 : Instruction(Type::getVoidTy(C), Fence, nullptr, 0, InsertBefore) {
1580 : Instruction(Type::getVoidTy(C), Fence, nullptr, 0, InsertAtEnd) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h567 case Instruction::Fence:
H A DInstructions.h518 return I->getOpcode() == Instruction::Fence;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h737 case Instruction::Fence:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp883 INSTKEYWORD(fence, Fence);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp864 SCOPED_ATOMIC(Fence, mo);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2067 const FenceInst &Fence = cast<FenceInst>(U); local
2068 MIRBuilder.buildFence(static_cast<unsigned>(Fence.getOrdering()),
2069 Fence.getSyncScopeID());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1617 case Fence: return 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2986 case Instruction::Fence:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4127 case Instruction::Fence:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1403 case Instruction::Fence: {

Completed in 312 milliseconds